Share via


EwfMgrVolumeNameListIsEmpty (Standard 8)

7/8/2014

Review the use, syntax, parameters, and return values of the EwfMgrVolumeNameListIsEmpty function of the EWF API in Windows Embedded 8 Standard (Standard 8).

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

Returns TRUE if the list is empty; otherwise, returns FALSE.

Example

The DumpEwfProtectedVolumes function in EWF API Code Sample (Sample.cpp) shows you how to use the EwfMgrVolumeNameListIsEmpty function.

Requirements

Header

ewfapi.h

Library

ewfapi.lib

See Also

Reference

EWF_VOLUME_NAME_ENTRY

Concepts

EWF API Functions