structure ODJ_UNICODE_STRING
Contient une chaîne Unicode.
Syntaxe
typedef struct _ODJ_UNICODE_STRING
{
USHORT Length;
USHORT MaximumLength;
[size_is(MaximumLength/2), length_is(Length/2)] PWSTR Buffer;
} ODJ_UNICODE_STRING, *PODJ_UNICODE_STRING;
Membres
Longueur
Doit être défini sur le nombre d’octets dans la mémoire tampon contenant la chaîne, sans inclure la terminaison NULL.
MaximumLength
Ce paramètre DOIT être défini sur le nombre total d’octets dans La mémoire tampon, sans inclure la terminaison NULL.
Buffer
Il doit s'agir d'une chaîne Unicode.