EwfMgrClose

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

  BOOL EwfMgrClose(
    HANDLE 
  hDevice
  ); 

Parameters

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

Return Values

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: Windows XP Embedded.
Header: Ewfapi.h.
Link Library: Ewfapi.dll, Ewfapi.lib.

See Also

EWF API Functions | EwfMgrOpenProtected | EwfMgrOpenOverlayStore | EWF API Code Sample

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.