EwfMgrGetProtectedVolumeList
5/10/2007
This function gets a list of all the Enhanced Write Filter (EWF)-protected volume names.
Syntax
PEWF_VOLUME_NAME_ENTRY EwfMgrGetProtectedVolumeList(VOID);
Parameters
None.
Return Value
If the function succeeds, the return value is a pointer to an EWF_VOLUME_NAME_ENTRY list.
If the function fails, the return value is NULL. Call GetLastError for extended error information.
Remarks
The caller should use the EwfMgrVolumeNameListDelete function to free the list when it is no longer needed.
Example
The following routine(s), which are included in the EWF API Code Sample (Sample.cpp), demonstrate how to use this function:
DumpEwfProtectedVolumes
DoEwfCommands
Requirements
OS Versions: Windows XP Embedded.
Header: Ewfapi.h.
Link Library: Ewfapi.dll, Ewfapi.lib.
See Also
Reference
EwfMgrVolumeNameListIsEmpty
EwfMgrVolumeNameEntryPop
EwfMgrVolumeNameListDelete
EWF_VOLUME_NAME_ENTRY