Click or drag to resize

Win32GetSubMenu Function

X#

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax
[DllImportAttribute("USER32", EntryPoint := "GetSubMenu", CharSet := CharSet.Auto, 
	ExactSpelling := TRUE, SetLastError := TRUE)]
 FUNCTION Win32GetSubMenu(
	hMenu AS PTR,
	nPos AS LONG
) AS PTR
Request Example View Source

Parameters

hMenu
Type: Void*
nPos
Type: Long

Return Value

Type: Void*
See Also