MINIDUMP_STRING structure (minidumpapiset.h)
Décrit une chaîne.
Syntaxe
typedef struct _MINIDUMP_STRING {
ULONG32 Length;
WCHAR Buffer[0];
} MINIDUMP_STRING, *PMINIDUMP_STRING;
Membres
Length
Taille de la chaîne dans le membre Buffer , en octets. Cette taille n’inclut pas le caractère de fin null.
Buffer[0]
Chaîne terminée par null.
Spécifications
En-tête | minidumpapiset.h (inclure DbgHelp.h) |
Composant redistribuable | DbgHelp.dll 5.1 ou version ultérieure |