Share via


EWF_VOLUME_NAME_ENTRY (Standard 7 SP1)

7/8/2014

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: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Reference

EwfMgrVolumeNameListIsEmpty
EwfMgrVolumeNameEntryPop
EwfMgrVolumeNameListDelete
EwfMgrGetProtectedVolumeList

Concepts

EWF API Functions
EWF API Code Sample