Share via


EwfMgrClose

5/10/2007

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.

Example

Requirements

OS Versions: Windows XP Embedded.

Header: Ewfapi.h.

Link Library: Ewfapi.dll, Ewfapi.lib.

See Also

Reference

EwfMgrOpenProtected
EwfMgrOpenOverlayStore

Concepts

EWF API Functions
EWF API Code Sample