Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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