EngGetCurrentCodePage 函数 (winddi.h)
EngGetCurrentCodePage 函数返回系统的默认 OEM 和 ANSI 代码页。
语法
ENGAPI VOID EngGetCurrentCodePage(
[out] PUSHORT OemCodePage,
[out] PUSHORT AnsiCodePage
);
参数
[out] OemCodePage
指向接收系统默认 OEM 代码页的 USHORT 的指针。
[out] AnsiCodePage
指向接收系统默认 ANSI 代码页的 USHORT 的指针。
返回值
无
备注
EngGetCurrentCodePage 返回系统用来从 ANSI 转换为 Unicode 的默认代码页。 这些值在启动时根据区域设置进行设置。
要求
最低受支持的客户端 | 在 Windows 2000 及更高版本的 Windows 操作系统中可用。 |
目标平台 | 通用 |
标头 | winddi.h (包括 Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |