struttura ODJ_UNICODE_STRING
Contiene una stringa Unicode.
Sintassi
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;
Members
Length
Deve essere impostato sul numero di byte in Buffer contenente la stringa, senza includere il carattere di terminazione NULL.
MaximumLength
Deve essere impostato sul numero totale di byte in Buffer, senza includere il carattere di terminazione NULL.
Buffer
Deve essere una stringa Unicode.