Previous | Next |
The GetCapabilities method retrieves the capabilities of the storage medium with which an instance of this interface is associated.
Syntax
HRESULT GetCapabilities(
DWORD* pdwCapabilities
);
Parameters
pdwCapabilities
[out] Pointer to a double word containing the capabilities of the storage medium.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Description |
E_INVALIDARG | The pdwCapabilities parameter is an invalid or NULL pointer. |
E_FAIL | An unspecified error occurred. |
See Also
Previous | Next |