Share via


EwfMgrClose (Standard 8)

7/8/2014

Review the use, syntax, parameters, and return values of the EwfMgrClose function of the EWF API in Windows Embedded 8 Standard (Standard 8).

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

Returns TRUE if successful; otherwise, returns FALSE. Call GetLastError for extended error information.

Requirements

Header

ewfapi.h

Library

ewfapi.lib

See Also

Reference

EwfMgrOpenProtected
EwfMgrOpenOverlayStore

Concepts

EWF API Functions
EWF API Code Sample