EWF_VOLUME_NAME_ENTRY

5/10/2007

This structure is used to return a list of Enhanced Write Filter (EWF)-protected volumes.

Syntax

typedef struct _EWF_VOLUME_NAME_ENTRY
{
  struct _EWF_VOLUME_NAME_ENTRY* Next;
  WCHAR Name[1];
} EWF_VOLUME_NAME_ENTRY, * PEWF_VOLUME_NAME_ENTRY;

Members

  • Next
    Specifies the next entry in the EWF_VOLUME_NAME_ENTRY linked list.
  • Name
    Specifies the name of the volume.

Requirements

OS Versions: Windows XP Embedded.

Header: Ewfapi.h.

Link Library: Ewfapi.dll, Ewfapi.lib.

See Also

Reference

EwfMgrVolumeNameListIsEmpty
EwfMgrVolumeNameEntryPop
EwfMgrVolumeNameListDelete
EwfMgrGetProtectedVolumeList

Concepts

EWF API Functions
EWF API Code Sample