EwfMgrCommit
5/10/2007
This function commits all current level data in the overlay to the protected volume, creating a new overlay at level 1 and setting the current level to 1.
Syntax
BOOL EwfMgrCommit(
HANDLE hDevice
);
Parameters
- hDevice
[in] Handle to the EWF-protected volume.
Return Value
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE. Call GetLastError for extended error information.
Remarks
The overlay data is committed on the next restart.
This function is supported on both disk and RAM overlays.
Example
The following routine(s), which are included in the EWF API Code Sample (Sample.cpp), demonstrate how to use this function:
DoEwfCommit
Requirements
OS Versions: Windows XP Embedded.
Header: Ewfapi.h.
Link Library: Ewfapi.dll, Ewfapi.lib.