EwfMgrVolumeNameListDelete (Standard 8)
7/8/2014
Review the use, syntax, parameters, and return values of the EwfMgrVolumeNameListDelet function of the EWF API in Windows Embedded 8 Standard (Standard 8).
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 EWF_VOLUME_NAME_LIST.
Return Value
None.
Remarks
This function can be called by using an empty list.
Example
The DumpEwfProtectedVolumes function in EWF API Code Sample (Sample.cpp) shows you how to use the EwfMgrVolumeNameListDelete function.
Requirements
Header |
ewfapi.h |
Library |
ewfapi.lib |