FSD_UnhookVolume (Windows CE 5.0)

Send Feedback

This function is called by the Storage Manager when it unloads a file system filter. This function is exported by a filter and is called indirectly by FSDMGR.

BOOL FSD_UnhookVolume(PVOLUME pvol);

Parameters

  • pvol
    [in] A pointer to the VOLUME.

Return Values

Returns TRUE, if successful; otherwise, returns FALSE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.

See Also

FILTERHOOK | FSD_HookVolume

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.