Share via


FSD_UnhookVolume

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function is called by Storage Manager when it unloads a file system filter. This function is exported by a filter and is called indirectly by File System Disk Manager (FSDMGR).

Syntax

BOOL FSD_UnhookVolume(
  PVOLUME pvol
);

Parameters

  • pvol
    [in] Pointer to a volume.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header fsdmgr.h
Library Fsdmgr.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

FSD Functions
FILTERHOOK
FSD_HookVolume