Searched refs:hPSMem (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbitmap.cpp882 HPS hPSMem; local
938 hPSMem = pDC->GetHPS();
949 hPSMem = ::GpiCreatePS( vHabmain
955 if ((hOldBitmap = ::GpiSetBitmap(hPSMem, hBitmap)) == HBM_ERROR)
967 if ((lScans = ::GpiQueryBitmapBits( hPSMem
1002 ::GpiSetBitmap(hPSMem, NULLHANDLE);
1003 ::GpiDestroyPS(hPSMem);
1032 ::GpiQueryBitmapBits( hPSMem

Completed in 116 milliseconds