typedef struct _STRING { USHORT Length; USHORT MaximumLength; PCHAR Buffer; } STRING *POEM_STRING;
The STRING structure defines a counted string used for OEM strings.
The STRING structure is used to pass OEM strings.
If the string is NULL terminated, Length does not include the trailing NULL.
ANSI_STRING, UNICODE_STRING, RtlAnsiStringToUnicodeSize , RtlAnsiStringToUnicodeString, RtlFreeAnsiString, RtlInitAnsiString, RtlUnicodeStringToAnsiString