Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function deletes all entries in the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST).
VOID EwfMgrVolumeNameListDelete( PEWF_VOLUME_NAME_ENTRY pVolumeNameList );
Parameters
- pVolumeNameList
[in] Pointer to the EWF_VOLUME_NAME_LIST.
Return Values
None.
Remarks
This function can be called with an empty 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.