IEnhancedStorageACT2::IsDeviceRemovable method (ehstorapi.h)

The IEnhancedStorageACT2::IsDeviceRemovable method returns information that indicates if the device associated with the ACT is removable.

Syntax

HRESULT IsDeviceRemovable(
  BOOL *pIsDeviceRemovable
);

Parameters

pIsDeviceRemovable

Pointer to a boolean value that indicates if the device associated with the ACT is removable.

Return value

This method can return one of the following values:

Return code Description
S_OK
The information was successfully retrieved.
E_INVALIDARG
pIsDeviceRemovable is NULL.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header ehstorapi.h

See also

IEnhancedStorageACT2