EwfMgrCommitAndDisableLive
5/10/2007
This function commits all current data in the overlay to the protected volume and then disables Enhanced Write Filter.
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 reboot.