Searched refs:GETIBITMAP (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 244 #define GETIBITMAP(infoPtr, i) (infoPtr->iVersion >= 5 ? LOWORD(i) : i) macro 325 btn_num, bP->idCommand, GETIBITMAP(infoPtr, bP->iBitmap), in TOOLBAR_DumpButton() 455 ret = GETIBITMAP(infoPtr, ret); in TOOLBAR_GetBitmapIndex() 466 INT iBitmap = GETIBITMAP(infoPtr, index); in TOOLBAR_IsValidBitmapIndex() 2862 ImageList_Draw (himl, GETIBITMAP(infoPtr, btnInfo->btn.iBitmap), in TOOLBAR_CustomizeDialogProc()
|