Share via


FSDMGR_DeregisterVolume (Windows CE 5.0)

Send Feedback

This function unregisters a volume. It is called by an FSD.

void FSDMGR_DeregisterVolume( HVOLhVol);

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

FSDMGR_RegisterVolume

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.