Searched refs:I_IMAGENONE (Results 1 – 7 of 7) sorted by relevance
133 image = I_IMAGENONE; in EnumComponents()
17 static int g_DefaultPackageIconILIdx = I_IMAGENONE;1404 g_DefaultPackageIconILIdx = I_IMAGENONE; in SetDisplayAppType()
454 if (ret != I_IMAGENONE) in TOOLBAR_GetBitmapIndex()498 if (btnPtr->iBitmap == I_IMAGENONE) return NULL; in TOOLBAR_GetImageListForDrawing()506 (*index == I_IMAGENONE)) return NULL; in TOOLBAR_GetImageListForDrawing()
1012 newItem->iExpandedImage = (WORD)I_IMAGENONE; in TREEVIEW_AllocateItem()2637 else if ((item->state & TVIS_EXPANDED) && (item->iExpandedImage != (WORD)I_IMAGENONE)) in TREEVIEW_DrawItem()
2016 ok(item.iExpandedImage == (WORD)I_IMAGENONE, "got %d\n", item.iExpandedImage); in test_expandedimage()
3788 tbb.iBitmap = I_IMAGENONE; in IFileDialogCustomize_fnAddMenu()
2391 #define I_IMAGENONE (-2) macro