struct MINIDUMP_STRING
Defined at line 145 of file ../../third_party/crashpad/src/compat/non_win/dbghelp.h
A variable-length UTF-16-encoded string carried within a minidump
file.
The UTF-16 string is stored as UTF-16LE or UTF-16BE according to the byte
ordering of the minidump file itself.
Public Members
uint32_t Length
char16_t[0] Buffer