A variable-length UTF-8-encoded string carried within a minidump file. More...
#include "minidump/minidump_extensions.h"
Public Attributes | |
| uint32_t | Length |
The length of the Buffer field in bytes, not including the NUL terminator. | |
| uint8_t | Buffer [0] |
The string, encoded in UTF-8, and terminated with a NUL byte. | |
A variable-length UTF-8-encoded string carried within a minidump file.
| uint32_t crashpad::MinidumpUTF8String::Length |
The length of the Buffer field in bytes, not including the NUL terminator.