Share via


FSD_UnhookVolume (Compact 2013)

3/26/2014

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

See Also

Reference

FSD Functions
FILTERHOOK
FSD_HookVolume