EwfMgrVolumeNameListIsEmpty
This function determines if the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST) is empty.
BOOL EwfMgrVolumeNameListIsEmpty( PEWF_VOLUME_NAME_ENTRY pVolumeNameList );
Parameters
- pVolumeNameList
[in] Pointer to the EWF_VOLUME_NAME_LIST.
Return Values
If the list is empty, the return value is TRUE. If the list is not empty, the return value is FALSE.
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.