Home
last modified time | relevance | path

Searched refs:hGlobal (Results 1 – 3 of 3) sorted by relevance

/external/python/cffi/demo/
Dwinclipboard.py30 hGlobal = lib.GlobalAlloc(lib.GMEM_MOVEABLE, size)
31 buffer = lib.GlobalLock(hGlobal)
33 lib.GlobalUnlock(hGlobal)
/external/python/cpython3/PC/
Dpyshellext.cpp169 if (!medium.hGlobal) { in UpdateDropDescription()
174 auto dd = (DROPDESCRIPTION*)GlobalLock(medium.hGlobal); in UpdateDropDescription()
184 GlobalUnlock(medium.hGlobal); in UpdateDropDescription()
207 if (!medium.hGlobal) { in GetDragWindow()
213 pMem = (HWND*)GlobalLock(medium.hGlobal); in GetDragWindow()
222 GlobalUnlock(medium.hGlobal); in GetDragWindow()
246 if (!medium.hGlobal) { in GetArguments()
252 pdropfiles = (DROPFILES*)GlobalLock(medium.hGlobal); in GetArguments()
307 GlobalUnlock(medium.hGlobal); in GetArguments()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1388 short hGlobal; in WinObj_MacMoveWindow() local
1395 &hGlobal, in WinObj_MacMoveWindow()
1400 hGlobal, in WinObj_MacMoveWindow()
1634 short hGlobal; in WinObj_MoveWindowStructure() local
1640 &hGlobal, in WinObj_MoveWindowStructure()
1644 hGlobal, in WinObj_MoveWindowStructure()
2273 short hGlobal; in WinObj_MoveWindow() local
2280 &hGlobal, in WinObj_MoveWindow()
2285 hGlobal, in WinObj_MoveWindow()