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 Addressable Command Target (ACT) associated with the volume specified via the string supplied by the client.
Syntax
HRESULT GetMatchingACT(
[in] LPCWSTR szVolume,
[out] IEnhancedStorageACT **ppIEnhancedStorageACT
);
Parameters
[in] szVolume
A string that specifies the volume for which a matching ACT is searched for.
[out] ppIEnhancedStorageACT
Pointer to an IEnhancedStorageACT interface pointer that represents the matching ACT. If no matching ACT is found the error HRESULT_FROM_WIN32(ERROR_NOT_FOUND) is returned.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
A matching ACT was successfully found. |
|
szVolume or ppIEnhancedStorageACT is NULL. |
|
A matching ACT wasn't found. |
|
Enhanced storage is not supported on the device containing szVolume. |
|
Enhanced storage is not supported on the device containing szVolume. |
Remarks
This method can also be utilized by the client to determine if the specified volume resides on, and is represented by an IEEE 1667 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 |