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 |
---|---|
|
The information was successfully retrieved. |
|
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 |