Win32GetSubMenu Function | |
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
[DllImportAttribute("USER32", EntryPoint = "GetSubMenu", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static void* Win32GetSubMenu(
void* hMenu,
int nPos
)
Request Example
View SourceParameters
- hMenu
- Type: Void*
- nPos
- Type: Long
Return Value
Type:
Void*
See Also