Functions.Win32GetSubMenu 方法 | |
命名空间:
VOGUIClasses
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 [DllImportAttribute("USER32", EntryPoint := "GetSubMenu", CharSet := CharSet.Auto,
ExactSpelling := TRUE, SetLastError := TRUE)]
FUNCTION Win32GetSubMenu(
hMenu AS PTR,
nPos AS LONG
) AS PTR
[DllImportAttribute("USER32", EntryPoint = "GetSubMenu", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static void* Win32GetSubMenu(
void* hMenu,
int nPos
)
查看代码参数
- hMenu
- 类型:Void*
- nPos
- 类型:Int32
返回值
类型:
Void*
参见