EwfMgrVolumeNameListDelete
5/10/2007
This function deletes all entries in the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST).
Syntax
VOID EwfMgrVolumeNameListDelete(
PEWF_VOLUME_NAME_ENTRY pVolumeNameList
);
Parameters
- pVolumeNameList
[in] Pointer to the EWF_VOLUME_NAME_LIST.
Return Value
None.
Remarks
This function can be called with an empty list.
Example
The following routine(s), which are included in the EWF API Code Sample (Sample.cpp), demonstrate how to use this function:
DumpEwfProtectedVolumes
Requirements
OS Versions: Windows XP Embedded.
Header: Ewfapi.h.
Link Library: Ewfapi.dll, Ewfapi.lib.