FSDMGR_DeregisterVolume (Compact 2013)
3/26/2014
This function is called by a file system driver (FSD) to unregister a volume.
Syntax
void FSDMGR_DeregisterVolume(
HVOL hVol
);
Parameters
- hVol
[in] Handle of the mounted volume that is returned by the FSDMGR_RegisterVolume function.
Return Value
None.
Requirements
Header |
fsdmgr.h |
Library |
Fsdmgr.lib |