EWF_LEVEL_DESC

5/10/2007

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

Header: Ewfapi.h.

Link Library: Ewfapi.dll, Ewfapi.lib.

See Also

Reference

EWF_VOLUME_CONFIG

Concepts

EWF API Functions
EWF API Code Sample