Searched refs:lpbmp (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 2164 ImageList_LoadImageA (HINSTANCE hi, LPCSTR lpbmp, INT cx, INT cGrow, in ImageList_LoadImageA() argument 2171 if (IS_INTRESOURCE(lpbmp)) in ImageList_LoadImageA() 2172 return ImageList_LoadImageW(hi, (LPCWSTR)lpbmp, cx, cGrow, clrMask, in ImageList_LoadImageA() 2175 len = MultiByteToWideChar(CP_ACP, 0, lpbmp, -1, NULL, 0); in ImageList_LoadImageA() 2177 MultiByteToWideChar(CP_ACP, 0, lpbmp, -1, lpbmpW, len); in ImageList_LoadImageA() 2208 ImageList_LoadImageW (HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow, in ImageList_LoadImageW() argument 2215 handle = LoadImageW (hi, lpbmp, uType, 0, 0, uFlags); in ImageList_LoadImageW()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 505 …WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_LoadImageA(HINSTANCE hi,LPCSTR lpbmp,int cx,int cGrow,C… 506 …WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_LoadImageW(HINSTANCE hi,LPCWSTR lpbmp,int cx,int cGrow,… 558 #define ImageList_LoadBitmap(hi,lpbmp,cx,cGrow,crMask) ImageList_LoadImage(hi,lpbmp,cx,cGrow,crMask… argument
|