FSDMGR_DeregisterVolume
This function unregisters a volume. It is called by a FSD.
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.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.