IEnhancedStorageACT interface (ehstorapi.h)

Use this interface to obtain information and perform operations for a 1667 Addressable Contact Target (ACT).

Inheritance

The IEnhancedStorageACT interface inherits from the IUnknown interface. IEnhancedStorageACT also has these types of members:

Methods

The IEnhancedStorageACT interface has these methods.

 
IEnhancedStorageACT::Authorize

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.
IEnhancedStorageACT::GetAuthorizationState

Returns the current authorization state of the ACT.
IEnhancedStorageACT::GetMatchingVolume

Returns the volume associated with the Addressable Command Target (ACT).
IEnhancedStorageACT::GetSilos

Returns an enumeration of all silos associated with the Addressable Command Target (ACT).
IEnhancedStorageACT::GetUniqueIdentity

Retrieves the unique identity of the Addressable Command Target (ACT).
IEnhancedStorageACT::Unauthorize

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

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

IEnumEnhancedStorageACT