win32gui.GetMenuInfo

GetMenuInfo(hmenu, info)

Gets information about a specified menu.

Parameters

hmenu : int

handle to menu

info : buffer

A buffer to fill with the information.

Comments

See win32gui_struct for helper functions.

This function will raise NotImplementedError on early platforms (eg, Windows NT.)