Share via


FSD_UnhookVolume (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

FSD Functions
FILTERHOOK
FSD_HookVolume