EWF_VOLUME_DESC (Standard 7 SP1)

7/8/2014

This structure contains a description of an Enhanced Write Filter (EWF)-protected volume.

Syntax

typedef struct _EWF_VOLUME_DESC
{  
  WCHAR _DeviceName[EWF_MAX_DEVICE_NAME_LENGTH];
  UCHAR VolumeID[EWF_VOLUME_ID_SIZE];
} EWF_VOLUME_DESC, * PEWF_VOLUME_DESC;

Members

  • DeviceName
    Device name of the volume.
  • VolumeID
    16-byte volume identifier.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Reference

EwfMgrOpenOverlayStore
EwfMgrGetOverlayStoreConfig
EWF_OVERLAY_STORE_CONFIG
EWF_VOLUME_CONFIG

Concepts

EWF API Functions
EWF API Code Sample