Share via


EwfMgrClose

3/21/2011

This function closes an Enhanced Write Filter (EWF)-protected volume or overlay store volume.

Syntax

BOOL EwfMgrClose(
  HANDLE hDevice
);

Parameters

  • hDevice
    [in] Handle to the EWF-protected device.

Return Value

If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. Call GetLastError for extended error information.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Reference

EwfMgrOpenProtected
EwfMgrOpenOverlayStore

Concepts

EWF API Functions
EWF API Code Sample