/reactos/subsystems/mvdm/ntvdm/console/ |
H A D | console.c | 59 const VDM_MENUITEM *Items) in AppendMenuItems() argument 67 if (Items[i].uID != (UINT)-1) in AppendMenuItems() 70 Items[i].uID, in AppendMenuItems() 74 if (Items[i].SubMenu != NULL) in AppendMenuItems() 79 AppendMenuItems(hSubMenu, Items[i].SubMenu); in AppendMenuItems() 94 Items[i].uCmdID, in AppendMenuItems() 107 } while (!(Items[i].uID == 0 && Items[i].SubMenu == NULL && Items[i].uCmdID == 0)); in AppendMenuItems() 277 const VDM_MENUITEM *Items = VdmMainMenuItems; in DestroyVdmMenu() local 283 } while (!(Items[i].uID == 0 && Items[i].SubMenu == NULL && Items[i].uCmdID == 0)); in DestroyVdmMenu()
|
/reactos/sdk/lib/drivers/hidparser/ |
H A D | api.c | 187 if (Report->Items[Index].HasData && bData) in HidParser_GetReportItemTypeCountFromReportType() 194 else if (Report->Items[Index].HasData == FALSE && bData == FALSE) in HidParser_GetReportItemTypeCountFromReportType() 237 CurrentUsagePage = (Report->Items[Index].UsageMinimum >> 16); in HidParser_GetMaxUsageListLengthWithReportAndPage() 238 if (CurrentUsagePage == UsagePage && Report->Items[Index].HasData) in HidParser_GetMaxUsageListLengthWithReportAndPage() 285 CurrentUsagePage = (Report->Items[Index].UsageMinimum >> 16); in HidParser_GetSpecificValueCapsWithReport() 286 CurrentUsage = (Report->Items[Index].UsageMinimum & 0xFFFF); in HidParser_GetSpecificValueCapsWithReport() 305 ValueCaps[ItemCount].LogicalMin = Report->Items[Index].Minimum; in HidParser_GetSpecificValueCapsWithReport() 308 ValueCaps[ItemCount].BitSize = Report->Items[Index].BitCount; in HidParser_GetSpecificValueCapsWithReport() 397 ReportItem = &Report->Items[Index]; in HidParser_GetUsagesWithReport() 590 ReportItem = &Report->Items[Index]; in HidParser_GetUsageValueWithReport() [all …]
|
H A D | parser.h | 229 HID_REPORT_ITEM Items[1]; member
|
/reactos/boot/freeldr/freeldr/ |
H A D | oslist.c | 50 OperatingSystemItem* Items; in InitOperatingSystemList() local 73 Items = FrLdrHeapAlloc(Count * sizeof(OperatingSystemItem), TAG_OS_ITEM); in InitOperatingSystemList() 74 if (!Items) in InitOperatingSystemList() 275 Items[i].SectionId = SectionId; in InitOperatingSystemList() 276 Items[i].LoadIdentifier = CopyString(TitleStart); in InitOperatingSystemList() 284 return Items; in InitOperatingSystemList()
|
/reactos/dll/directx/ksproxy/ |
H A D | ksproxy.cpp | 158 PVOID *Items) in KsGetMultiplePinFactoryItems() argument 190 *Items = CoTaskMemAlloc(BytesReturned); in KsGetMultiplePinFactoryItems() 192 if (!*Items) in KsGetMultiplePinFactoryItems() 199 …lterHandle, IOCTL_KS_PROPERTY, (PVOID)&Property, sizeof(KSP_PIN), (PVOID)*Items, BytesReturned, &B… in KsGetMultiplePinFactoryItems() 205 CoTaskMemFree(*Items); in KsGetMultiplePinFactoryItems()
|
/reactos/dll/win32/comctl32/ |
H A D | syslink.c | 78 struct list Items; /* Document items list */ member 141 list_add_tail(&infoPtr->Items, &Item->entry); in SYSLINK_AppendDocItem() 154 LIST_FOR_EACH_ENTRY_SAFE(Item, Item2, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_ClearDoc() 488 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_GetLinkItemByIndex() 505 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_GetFocusLink() 620 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_Render() 805 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_Draw() 970 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_SetFocusLink() 1178 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_HitTest() 1327 LIST_FOR_EACH_ENTRY(Current, &infoPtr->Items, DOC_ITEM, entry) in SYSLINK_LinkAtPt() [all …]
|
/reactos/dll/win32/shell32/ |
H A D | CFolder.h | 34 STDMETHOD(Items)(FolderItems **ppid) override;
|
H A D | CFolder.cpp | 85 HRESULT STDMETHODCALLTYPE CFolder::Items(FolderItems **ppid) in Items() function in CFolder
|
H A D | shfldr.h | 61 const REQUIREDREGITEM *Items; member
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | conwnd.c | 189 const GUICONSOLE_MENUITEM *Items) in AppendMenuItems() argument 197 if (Items[i].uID != (UINT)-1) in AppendMenuItems() 200 Items[i].uID, in AppendMenuItems() 204 if (Items[i].SubMenu != NULL) in AppendMenuItems() 209 AppendMenuItems(hSubMenu, Items[i].SubMenu); in AppendMenuItems() 224 Items[i].wCmdID, in AppendMenuItems() 237 } while (!(Items[i].uID == 0 && Items[i].SubMenu == NULL && Items[i].wCmdID == 0)); in AppendMenuItems()
|
/reactos/modules/rosapps/applications/sysutils/fontsub/ |
H A D | fontsub.cpp | 258 ITEMVECTOR Items; in DoLoadItems() local 296 Items.push_back(Item); in DoLoadItems() 301 g_Items = Items; in DoLoadItems() 917 ITEMVECTOR Items; in DoParseFile() local 981 Items.push_back(Item); in DoParseFile() 990 g_Items = Items; in DoParseFile()
|
/reactos/dll/win32/imm32/ |
H A D | ime.c | 438 IMEMENUITEM Items[ANYSIZE_ARRAY]; member 487 pView->Items[i].Info = pItems[i]; in ImmPutImeMenuItemsIntoMappedFile() 492 Imm32StoreBitmapToBytes(pItems[i].hbmpChecked, pView->Items[i].abChecked, in ImmPutImeMenuItemsIntoMappedFile() 498 Imm32StoreBitmapToBytes(pItems[i].hbmpUnchecked, pView->Items[i].abUnchecked, in ImmPutImeMenuItemsIntoMappedFile() 504 Imm32StoreBitmapToBytes(pItems[i].hbmpItem, pView->Items[i].abItem, in ImmPutImeMenuItemsIntoMappedFile() 578 pGotItem = &(pView->Items[i]); in Imm32GetImeMenuItemWInterProcess()
|
/reactos/dll/cpl/desk/lang/ |
H A D | en-GB.rc | 224 IDS_DESKTOP_ITEMS "Desktop Items" 280 IDS_ELEMENT_6 "Selected Items"
|
H A D | en-US.rc | 224 IDS_DESKTOP_ITEMS "Desktop Items" 280 IDS_ELEMENT_6 "Selected Items"
|
H A D | sv-SE.rc | 226 IDS_DESKTOP_ITEMS "Desktop Items" 282 IDS_ELEMENT_6 "Selected Items"
|
H A D | zh-HK.rc | 232 IDS_DESKTOP_ITEMS "Desktop Items"
|
H A D | zh-TW.rc | 233 IDS_DESKTOP_ITEMS "Desktop Items"
|
H A D | bg-BG.rc | 224 IDS_DESKTOP_ITEMS "Desktop Items"
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | extent.cpp | 1421 OUT uint32* Items, // optional in UDFGetCachedAllocation() argument 1442 if(Items) { in UDFGetCachedAllocation() 1443 (*Items) = AllocCache[i].Items; in UDFGetCachedAllocation() 1461 IN uint32 Items, in UDFStoreCachedAllocation() argument 1482 AllocCache[i].Items = Items; in UDFStoreCachedAllocation() 1492 UDFDiscardFESpace(Vcb, AllocCache[lim-1].Ext.Mapping, AllocCache[lim-1].Items); in UDFStoreCachedAllocation() 1500 AllocCache[0].Items = Items; in UDFStoreCachedAllocation() 1530 UDFDiscardFESpace(Vcb, AllocCache[i].Ext.Mapping, AllocCache[i].Items); in UDFFlushAllCachedAllocations()
|
H A D | udf_rel.h | 455 uint32 Items; member
|
/reactos/base/applications/msconfig/lang/ |
H A D | th-TH.rc | 76 AUTOCHECKBOX "L&oad Startup Items", IDC_CBX_STARTUP_ITEM, 30, 110, 260, 10
|
H A D | en-US.rc | 74 AUTOCHECKBOX "L&oad Startup Items", IDC_CBX_STARTUP_ITEM, 30, 110, 260, 10
|
H A D | hu-HU.rc | 76 AUTOCHECKBOX "L&oad Startup Items", IDC_CBX_STARTUP_ITEM, 30, 110, 260, 10
|
/reactos/base/applications/msconfig_new/lang/ |
H A D | en-US.rc | 30 …CONTROL "L&oad Startup Items", IDC_CBX_LOAD_STARTUP_ITEMS, "Button", BS_AUTO3STATE | WS_TA…
|
H A D | th-TH.rc | 32 …CONTROL "L&oad Startup Items", IDC_CBX_LOAD_STARTUP_ITEMS, "Button", BS_AUTO3STATE | WS_TA…
|