EwfMgrCommitAndDisableLive (Standard 7 SP1)

7/8/2014

This function commits all current data in the overlay to the protected volume and then disables Enhanced Write Filter (EWF).

Syntax

BOOL WINAPI EwfMgrCommitAndDisableLive(
  IN HANDLE hDevice
);

Parameters

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

Property Value/Return Value

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

Remarks

This function is supported on EWF RAM and EWF RAM REG modes only. The overlay is immediately committed to the protected volume and EWF is disabled without requiring a restart.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Concepts

EWF API Functions