Expand Minimize
This topic has not yet been rated - Rate this topic

MINIDUMP_STRING structure

Describes a string.

Syntax


typedef struct _MINIDUMP_STRING {
  ULONG32 Length;
  WCHAR   Buffer[];
} 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

The null-terminated string.

Requirements

Redistributable

DbgHelp.dll 5.1 or later

Header

DbgHelp.h

See also

MINIDUMP_HANDLE_DESCRIPTOR
MINIDUMP_MODULE
MINIDUMP_UNLOADED_MODULE

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.