InitCommonControls 函数 (commctrl.h)
注册并初始化某些常见的控件窗口类。 此函数已过时。 新应用程序应使用 InitCommonControlsEx 函数。
语法
void InitCommonControls();
返回值
无
备注
在 Comctl32.dll 版本 5.x 下,只能通过 InitCommonControls 注册 (ICC_WIN95_CLASSES) Windows 95 类。 需要其他常见控件类的程序必须使用 InitCommonControlsEx 函数。
在 Comctl32.dll 版本 6.0 及更高版本中, InitCommonControls 不执行任何作用。 应用程序必须通过 InitCommonControlsEx 显式注册所有常用控件。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | commctrl.h |
Library | Comctl32.lib |
DLL | Comctl32.dll |
API 集 | ext-ms-win-shell-comctl32-init-l1-1-0 (在 Windows 10 版本 10.0.10240 中引入) |