STRING 結構 (winternl.h)
與 RtlUnicodeStringToOemString 函式搭配使用。
語法
typedef struct _STRING {
USHORT Length;
USHORT MaximumLength;
PCHAR Buffer;
} STRING;
成員
Length
緩衝區的長度。
MaximumLength
緩衝區的最大長度。
Buffer
緩衝區的位址。
備註
RtlUnicodeStringToOemString POEM_STRING
函式的 DestinationString 參数中使用的數據類型定義為:
typedef PSTRING POEM_STRING;
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
標頭 | winternl.h |