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 |
|
Build date: 4/6/2012