Home
last modified time | relevance | path

Searched refs:ImageIndex (Results 1 – 6 of 6) sorted by relevance

/reactos/boot/environ/app/rosload/
H A Droslogo.c9732 UINTN ImageIndex; in ConvertBmpToGopBlt() local
9760 ImageIndex = (UINTN) (Image - ImageHeader); in ConvertBmpToGopBlt()
9761 if ((ImageIndex % 4) != 0) Image = Image + (4 - (ImageIndex % 4)); in ConvertBmpToGopBlt()
/reactos/dll/win32/devmgr/properties/
H A Dhwpage.cpp44 INT ImageIndex; member
254 ClassDevInfo->ImageIndex = 0; in FreeDevicesList()
282 ClassDevInfo->ImageIndex = -1; in BuildDevicesList()
295 &ClassDevInfo->ImageIndex); in BuildDevicesList()
445 li.iImage = ClassDevInfo->ImageIndex; in FillDevicesListViewControl()
/reactos/dll/win32/setupapi/
H A Ddevclass.c231 OUT PINT ImageIndex) in SETUP_GetIconIndex() argument
265 *ImageIndex = atoiW(Buffer); in SETUP_GetIconIndex()
280 OUT PINT ImageIndex) in SetupDiGetClassImageIndex() argument
285 TRACE("%p %s %p\n", ClassImageListData, debugstr_guid(ClassGuid), ImageIndex); in SetupDiGetClassImageIndex()
287 if (!ClassImageListData || !ClassGuid || !ImageIndex) in SetupDiGetClassImageIndex()
309 *ImageIndex = list->IconIndexes[i]; in SetupDiGetClassImageIndex()
/reactos/dll/win32/aclui/
H A Daclui.c385 INT ImageIndex = 2; in CreatePrincipalListItem() local
392 ImageIndex = 0; in CreatePrincipalListItem()
396 ImageIndex = 1; in CreatePrincipalListItem()
409 li->iImage = ImageIndex; in CreatePrincipalListItem()
/reactos/base/applications/rapps/include/
H A Dappview.h281 AddImageToImageList(HIMAGELIST hImageList, UINT ImageIndex);
/reactos/base/applications/rapps/
H A Dappview.cpp66 CMainToolbar::AddImageToImageList(HIMAGELIST hImageList, UINT ImageIndex) in AddImageToImageList() argument
71 …(HICON)LoadImageW(hInst, MAKEINTRESOURCE(ImageIndex), IMAGE_ICON, m_iToolbarHeight, m_iToolbarHeig… in AddImageToImageList()