IEnhancedStorageACT::GetAuthorizationState method (ehstorapi.h)

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
S_OK
The current authorization state was retrieved successfully.
E_INVALIDARG
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

See also

IEnhancedStorageACT