Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |