int = QueryContextMenu(hmenu, indexMenu
, idCmdFirst
, idCmdLast
, uFlags
)
Adds options to a context menu
Parameters
hmenu : PyHANDLE
Handle to menu to which items should be addedindexMenu : int
Zero-based index at which to add first itemidCmdFirst : int
Minimum menu item IdidCmdLast : int
Max menu item IduFlags : int
Combination of shellcon.CMF_* flags, can be 0