GetMenuItemCount 函数 (winuser.h)
确定指定菜单中的项数。
语法
int GetMenuItemCount(
[in, optional] HMENU hMenu
);
参数
[in, optional] hMenu
类型: HMENU
要检查的菜单的句柄。
返回值
类型: int
如果函数成功,则返回值指定菜单中的项数。
如果函数失败,返回值为 -1。 要获得更多的错误信息,请调用 GetLastError。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h (包括 Windows.h) |
Library | User32.lib |
DLL | User32.dll |
API 集 | ext-ms-win-ntuser-menu-l1-1-0 (引入Windows 8) |
请参阅
概念性
引用