Searched refs:hBitmap (Results 1 – 1 of 1) sorted by relevance
463 HBITMAP hBitmap; in PaintLogoBitmap() local476 hBitmap = LoadBitmap(hLeashInst, "LOGOBITMAP"); in PaintLogoBitmap()477 hOldBitmap = SelectObject(hdcMem, hBitmap); in PaintLogoBitmap()478 GetObject(hBitmap, sizeof(Bitmap), (LPSTR) &Bitmap); in PaintLogoBitmap()484 DeleteObject( hBitmap ); /* pbh 8-15-94 */ in PaintLogoBitmap()