Share via


EWF_LEVEL_DESC

3/21/2011

This structure contains a description of an Enhanced Write Filter (EWF) overlay level.

Syntax

typedef struct __EWF_LEVEL_DESC
{
  WCHAR LevelName[EWF_MAX_LEVEL_NAME_LENGTH];
  FILETIME LevelEndTime;
  LONGLONG LevelDataSize;
} EWF_LEVEL_DESC, * PEWF_LEVEL_DESC;

Members

  • LevelName
    Name of the level. If the length is equal to EWF_MAX_LEVEL_NAME_LENGTH, no null terminator is stored.
  • LevelEndTime
    Time when the level ended.
  • LevelDataSize
    Size of the data in the level, in bytes.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Reference

EWF_VOLUME_CONFIG

Concepts

EWF API Functions
EWF API Code Sample