EwfMgrVolumeNameListIsEmpty (Standard 7 SP1)

7/8/2014

This function determines whether 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 DumpEwfProtectedVolumes function included in EWF API Code Sample (Sample.cpp) shows you how to use the EwfMgrVolumeNameListIsEmpty function.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Reference

EWF_VOLUME_NAME_ENTRY

Concepts

EWF API Functions