Lines Matching refs:hAB
106 hAB = WinQueryAnchorBlock( HWND_DESKTOP ); in Os2Clipboard()
112 if ( WinRegisterClass( hAB, (PSZ)DTRANS_OBJ_CLASSNAME, in Os2Clipboard()
124 rc = WinOpenClipbrd(hAB); in Os2Clipboard()
125 rc = WinSetClipbrdViewer(hAB, hObjWnd); in Os2Clipboard()
126 rc = WinCloseClipbrd(hAB); in Os2Clipboard()
183 if (UWinOpenClipbrd(hAB)) { in getContents()
185 ULONG handle = UWinQueryClipbrdData( hAB, UCLIP_CF_UNICODETEXT); in getContents()
192 handle = UWinQueryClipbrdData( hAB, UCLIP_CF_BITMAP); in getContents()
199 UWinCloseClipbrd( hAB); in getContents()
303 if ( (pSharedText || hbm) && UWinOpenClipbrd( hAB) ) in setContents()
308 UWinEmptyClipbrd( hAB); in setContents()
311 UWinSetClipbrdData( hAB, (ULONG) pSharedText, UCLIP_CF_UNICODETEXT, CFI_POINTER); in setContents()
317 UWinSetClipbrdData( hAB, (ULONG) hbm, UCLIP_CF_BITMAP, CFI_HANDLE); in setContents()
323 UWinCloseClipbrd( hAB); in setContents()