Struttura STRING (winternl.h)

Usato con la funzione RtlUnicodeStringToOemString .

Sintassi

typedef struct _STRING {
  USHORT Length;
  USHORT MaximumLength;
  PCHAR  Buffer;
} STRING;

Members

Length

Lunghezza del buffer.

MaximumLength

Lunghezza massima del buffer.

Buffer

Indirizzo del buffer.

Commenti

Il tipo di dati usato nel parametro DestinationString della funzione RtlUnicodeStringToOemString , POEM_STRING, è definito come:

typedef PSTRING POEM_STRING;

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione winternl.h