网站首页  词典首页

请输入您要查询的函数:

 

术语 ismenu
释义 IsMenu
语法:
BOOL IsMenu( HMENU hMenu
);
IsMenu功能
该IsMenu函数确定是否句柄是一个菜单句柄。
参数
hMenu
[in]手柄进行测试。
返回值
如果hMenu是菜单句柄,返回值为非零。
如果hMenu不是一个菜单句柄,返回值是零。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为Unicode版本。
参见
菜单
==英文原文==IsMenu Function
The IsMenu function determines whether a handle is a menu handle.
Syntax
BOOL IsMenu( HMENU hMenu
);
Parameters
hMenu
[in] Handle to be tested.
Return Value
If hMenu is a menu handle, the return value is nonzero.
If hMenu is not a menu handle, the return value is zero.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.
See Also
Menus
==原始网址==http://msdn.microsoft.com/en-us/library/ms647989(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:23:16