FSD_HookVolume (Windows CE 5.0)

Send Feedback

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

PVOLUME FSD_HookVolume(HDSK hdsk,PFILTERHOOK pFilterHook);

Parameters

  • hdsk
    [in] Handle to the disk. The filter can use this structure to call back into the Storage Manager.
  • pFilterHook
    [in] A pointer to a FILTERHOOK structure. The hVolume member of this structure is the handle to the previous volume, or the volume below it, on the filter stack. This volume can be another filter or the file system. The file system filter should use this handle to call the underlying filter or the file system using the function pointers in the FILTERHOOK structure.

Return Values

A pointer to the VOLUME, if successful.

Requirements

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

See Also

FILTERHOOK | FSD_UnhookVolume

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.