IEnhancedStorageACT::Authorize method (ehstorapi.h)

Associates the Addressable Command Target (ACT) with the Authorized state defined by ACT_AUTHORIZATION_STATE, and ensures the authentication of each individual silo according to the required sequence and logical combination necessary to authorize access to the ACT.

Syntax

HRESULT Authorize(
  [in] DWORD hwndParent,
  [in] DWORD dwFlags
);

Parameters

[in] hwndParent

Not used.

[in] dwFlags

Not used.

Return value

This method can return one of these values.

Return code Description
S_OK
Authorization completed successfully.
E_FAIL
The authorization operation has failed.

Remarks

This interface method can be used when an application wants to change the ACT to the 'Authorized' state.

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