Searched refs:idItem (Results 1 – 3 of 3) sorted by relevance
5923 LONG idItem, in NtUserGetMenuBarInfo() argument6017 if ((idItem < 0) || ((ULONG)idItem > Menu->cItems)) in NtUserGetMenuBarInfo()6020 if (idItem == 0) in NtUserGetMenuBarInfo()6029 Ret = IntGetMenuItemRect(pWnd, Menu, idItem-1, &kmbi.rcBar); in NtUserGetMenuBarInfo()6030 TRACE("idItem b %d %d\n", idItem-1, Ret); in NtUserGetMenuBarInfo()6036 if (idItem) in NtUserGetMenuBarInfo()6038 kmbi.fFocused = Menu->iItem == idItem-1; in NtUserGetMenuBarInfo()6039 if (kmbi.fFocused && (Menu->rgItems[idItem - 1].spSubMenu)) in NtUserGetMenuBarInfo()6041 kmbi.hwndMenu = Menu->rgItems[idItem - 1].spSubMenu->hWnd; in NtUserGetMenuBarInfo()
930 [id(1)] HRESULT AddNextMenuItem([in] BSTR bstrText, [in] long idItem);1017 [id(1)] void OnNextMenuSelect([in] long idItem);
1320 LONG idItem,