Desktop Functions: Smart Device Functions:
|
Search Results for "GetMenuItemInfo" in [All]user32
static extern bool GetMenuItemInfo(IntPtr hMenu, UInt32 uItem, bool fByPosition, [In,Out] MENUITEMINFO lpmii);
bool res = GetMenuItemInfo(hMenu, 0, true, mif);
res = GetMenuItemInfo(hMenu, 0, true, mif); Structures2: MENUITEMINFO Used by GetMenuItemInfo |