_MINIDUMP_STRING (Windows Embedded CE 6.0)
1/5/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |