Share via


EwfMgrVolumeNameListIsEmpty

5/10/2007

This function determines if the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST) is empty.

Syntax

BOOL EwfMgrVolumeNameListIsEmpty(
  PEWF_VOLUME_NAME_ENTRY pVolumeNameList
);

Parameters

  • pVolumeNameList
    [in] Pointer to the EWF_VOLUME_NAME_LIST.

Return Value

If the list is empty, the return value is TRUE. If the list is not empty, the return value is FALSE.

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.

See Also

Reference

EWF_VOLUME_NAME_ENTRY

Concepts

EWF API Functions
EWF API Code Sample