Searched refs:SetBitmapAndInfo (Results 1 – 2 of 2) sorted by relevance
/reactos/base/applications/mspaint/ |
H A D | dib.h | 34 HBITMAP SetBitmapAndInfo(HBITMAP hBitmap, LPCWSTR name, LPWIN32_FIND_DATAW pFound, BOOL isFile);
|
H A D | dib.cpp | 241 return SetBitmapAndInfo(hBitmap, name, pFound, isFile); in InitializeImage() 244 HBITMAP SetBitmapAndInfo(HBITMAP hBitmap, LPCWSTR name, LPWIN32_FIND_DATAW pFound, BOOL isFile) in SetBitmapAndInfo() function 308 SetBitmapAndInfo(hBitmap, name, &find, TRUE); in DoLoadImageFile()
|