EWF_VOLUME_DESC

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

  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

EWF API Functions | EwfMgrOpenOverlayStore | EwfMgrGetOverlayStoreConfig | EWF_OVERLAY_STORE_CONFIG | EWF_VOLUME_CONFIG | EWF API Code Sample

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.