This topic has not yet been rated - Rate this topic

STRING structure

Applies to: desktop apps only

Used with the RtlUnicodeStringToOemString function.

Syntax

typedef struct _STRING {
  USHORT Length;
  USHORT MaximumLength;
  PCHAR  Buffer;
} STRING, OEM_STRING, *PSTRING;

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

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Winternl.h

 

 

Build date: 4/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ