Home
last modified time | relevance | path

Searched refs:SetBitmapAndInfo (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/mspaint/
H A Ddib.h34 HBITMAP SetBitmapAndInfo(HBITMAP hBitmap, LPCWSTR name, LPWIN32_FIND_DATAW pFound, BOOL isFile);
H A Ddib.cpp241 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()