CBitmapHandle 178 third_party/wtl/include/atlctrls.h CBitmapHandle GetBitmap() const CBitmapHandle 181 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, STM_GETIMAGE, IMAGE_BITMAP, 0L)); CBitmapHandle 184 third_party/wtl/include/atlctrls.h CBitmapHandle SetBitmap(HBITMAP hBitmap) CBitmapHandle 187 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, STM_SETIMAGE, IMAGE_BITMAP, (LPARAM)hBitmap)); CBitmapHandle 285 third_party/wtl/include/atlctrls.h CBitmapHandle GetBitmap() const CBitmapHandle 288 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, BM_GETIMAGE, IMAGE_BITMAP, 0L)); CBitmapHandle 291 third_party/wtl/include/atlctrls.h CBitmapHandle SetBitmap(HBITMAP hBitmap) CBitmapHandle 294 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, BM_SETIMAGE, IMAGE_BITMAP, (LPARAM)hBitmap)); CBitmapHandle 703 third_party/wtl/include/atlctrlw.h CBitmapHandle bmp = hBitmap; CBitmapHandle 2398 third_party/wtl/include/atlctrlw.h CBitmapHandle bmp = hBmpCheck; CBitmapHandle 1270 third_party/wtl/include/atlgdi.h CBitmapHandle GetCurrentBitmap() const CBitmapHandle 1273 third_party/wtl/include/atlgdi.h return CBitmapHandle((HBITMAP)::GetCurrentObject(m_hDC, OBJ_BITMAP)); CBitmapHandle 3726 third_party/wtl/include/atlgdi.h CBitmapHandle hbmOld = NULL, hbmOld2 = NULL, bmSrc = hbm; CBitmapHandle 1700 third_party/wtl/include/atlwince.h CBitmapHandle bmpOld = memDC.SelectBitmap(hbm);