EWF_VOLUME_NAME_ENTRY

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

  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

EWF API Functions | EwfMgrVolumeNameListIsEmpty | EwfMgrVolumeNameEntryPop | EwfMgrVolumeNameListDelete | EwfMgrGetProtectedVolumeList | EWF API Code Sample

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.