EwfMgrCommitAndDisableLive

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

  BOOL WINAPI EwfMgrCommitAndDisableLive(
       IN HANDLE 
  hDevice
  ,
         );

Parameters

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

Return Values

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 reboot.

See Also

EWF API Functions

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.