MINIDUMP_STRING structure (minidumpapiset.h)

Describes a string.

Syntax

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

Members

Length

The size of the string in the Buffer member, in bytes. This size does not include the null-terminating character.

Buffer[0]

The null-terminated string.

Requirements

Requirement Value
Header minidumpapiset.h (include DbgHelp.h)
Redistributable DbgHelp.dll 5.1 or later

See also

MINIDUMP_HANDLE_DESCRIPTOR

MINIDUMP_MODULE

MINIDUMP_UNLOADED_MODULE