Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the current authorization state of the ACT.
Syntax
HRESULT GetAuthorizationState(
[out] ACT_AUTHORIZATION_STATE *pState
);
Parameters
[out] pState
Pointer to a ACT_AUTHORIZATION_STATE that specifies the current authorization state of the ACT.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The current authorization state was retrieved successfully. |
|
pState is NULL. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | ehstorapi.h |