STRING structure (winternl.h)

Used with the RtlUnicodeStringToOemString function.

Syntax

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

Members

Length

The length of the buffer.

MaximumLength

The maximum length of the buffer.

Buffer

The address of the buffer.

Remarks

The data type used in the DestinationString parameter of the RtlUnicodeStringToOemString function,  POEM_STRING, is defined as:

typedef PSTRING POEM_STRING;

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header winternl.h