Share via


_MINIDUMP_STRING (Compact 2013)

3/26/2014

This structure describes the format of a string pointed to by an RVA pointer.

Syntax

typedef struct _MINIDUMP_STRING {
  ULONG32 Length;
  WCHAR Buffer [0];
} MINIDUMP_STRING, *PMINIDUMP_STRING;

Members

  • Length
    Length in bytes of the string without the terminating NULL character. The string can have additional embedded NULL characters.
  • Buffer
    Variable size buffer containing a NULL terminated WCHAR string.

Requirements

Header

dwcedump.h

See Also

Reference

Dump File Structures

Concepts

Error Reporting Dump Files