IEnumEnhancedStorageACT interface (ehstorapi.h)

Use this interface as the top level enumerator for all IEEE 1667 Addressable Contact Targets (ACT).

Inheritance

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

Methods

The IEnumEnhancedStorageACT interface has these methods.

 
IEnumEnhancedStorageACT::GetACTs

Returns an enumeration of all the Addressable Command Targets (ACT) currently connected to the system. If at least one ACT is present, the Enhanced Storage API allocates an array of 1 or more IEnumEnhancedStorageACT pointers.
IEnumEnhancedStorageACT::GetMatchingACT

Returns the Addressable Command Target (ACT) associated with the volume specified via the string supplied by the client.

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