_MINIDUMP_STRING (Windows CE 5.0)
This structure describes the format of a string pointed to by an RVA pointer.
typedef struct _MINIDUMP_STRING {ULONG32Length;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
OS Versions: Windows CE 5.0 and later.
Header: DwCeDump.h.
Link Library: none.
See Also
Dump File Structures | Dump File Format
Send Feedback on this topic to the authors