This function unregisters a volume.
At a Glance
Header file: | Fsdmgr.h |
Windows CE versions: | 2.10 and later |
Syntax
void FSDMGR_DeregisterVolume( HVOL hVol );
Parameters
hVol
[in] Handle to the mounted volume that is returned from FSDMGR_RegisterVolume. This handle is not a true Win32 handle.
Return Values
None.
See Also