EwfMgrVolumeNameEntryPop
This function pops the current entry from the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST) and frees its memory.
VOID EwfMgrVolumeNameEntryPop( PEWF_VOLUME_NAME_ENTRY* ppVolumeNameList );
Parameters
- ppVolumeNameList
[in, out] Pointer to a pointer to the EWF_VOLUME_NAME_LIST.
Return Values
None.
Remarks
This function can be called with an empty list. This function also changes the head node of the ppVolumeNameList linked list.
Requirements
OS Versions: Windows XP Embedded.
Header: Ewfapi.h.
Link Library: Ewfapi.dll, Ewfapi.lib.
Code Example
The following routine(s), which are included in the EWF API Code Sample (Sample.cpp), demonstrate how to use this function:
See Also
EWF API Functions | EWF_VOLUME_NAME_ENTRY | EWF API Code Sample
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.