EwfMgrVolumeNameEntryPop
5/10/2007
This function pops the current entry from the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST) and frees its memory.
Syntax
VOID EwfMgrVolumeNameEntryPop(
PEWF_VOLUME_NAME_ENTRY* ppVolumeNameList
);
Parameters
- ppVolumeNameList
[in, out] Pointer to a pointer to the EWF_VOLUME_NAME_LIST.
Return Value
None.
Remarks
This function can be called with an empty list. This function also changes the head node of the ppVolumeNameList linked 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.