Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c1061 static HBITMAP hLogoBmp, hLineBmp; in AboutDlgProc() local
1080hLineBmp = (HBITMAP)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDB_LINEBAR), IMAGE_BITMAP, 0, 0,… in AboutDlgProc()
1082 if (hLogoBmp && hLineBmp) in AboutDlgProc()
1091 GetObject(hLineBmp, sizeof(BITMAP), &bmpLogo); in AboutDlgProc()
1197 if (hLogoBmp && hLineBmp) in AboutDlgProc()
1212 SelectObject(hdcMem, hLineBmp); in AboutDlgProc()