EWF_VOLUME_DESC

5/10/2007

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: Windows XP Embedded.

Header: Ewfapi.h.

Link Library: Ewfapi.dll, Ewfapi.lib.

See Also

Reference

EwfMgrOpenOverlayStore
EwfMgrGetOverlayStoreConfig
EWF_OVERLAY_STORE_CONFIG
EWF_VOLUME_CONFIG

Concepts

EWF API Functions
EWF API Code Sample