Searched refs:hLineBmp (Results 1 – 1 of 1) sorted by relevance
1061 static HBITMAP hLogoBmp, hLineBmp; in AboutDlgProc() local1080 …hLineBmp = (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()