Searched refs:hMemBmp (Results 1 – 1 of 1) sorted by relevance
137 HBITMAP hMemBmp = CreateCompatibleBitmap(hDC, width, height); in IconToBitmap() local139 HGDIOBJ hOrgBMP = SelectObject(hMemDC, hMemBmp); in IconToBitmap()143 hResultBmp = hMemBmp; in IconToBitmap()144 hMemBmp = NULL; in IconToBitmap()