IEnhancedStorageACT::GetMatchingVolume method (ehstorapi.h)

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

Syntax

HRESULT GetMatchingVolume(
  [out] LPWSTR *ppwszVolume
);

Parameters

[out] ppwszVolume

Pointer to a string that represents the volume associated with the ACT.

Return value

This method can return one of these values.

Return code Description
S_OK
The associated volume was successfully returned.

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