Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains a description of an Enhanced Write Filter (EWF) overlay level.
  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
EWF API Functions | EWF_VOLUME_CONFIG | EWF API Code Sample
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.