Home
last modified time | relevance | path

Searched refs:GreSetDCOwner (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dwindc.c121 GreSetDCOwner(pDce->hDC, GDI_OBJ_HMGR_NONE); in DceAllocDCE()
319 if (!GreSetDCOwner(dce->hDC, GDI_OBJ_HMGR_NONE)) in DceReleaseDC()
607 GreSetDCOwner(Dce->hDC, GDI_OBJ_HMGR_POWNED); in UserGetDCEx()
649 GreSetDCOwner(pdce->hDC, GDI_OBJ_HMGR_POWNED); in DceFreeDCE()
661 GreSetDCOwner(pdce->hDC, GDI_OBJ_HMGR_POWNED); in DceFreeDCE()
720 if (!GreSetDCOwner( pDCE->hDC, GDI_OBJ_HMGR_NONE)) in DceFreeWindowDCE()
H A Dwinsta.c280 GreSetDCOwner(ScreenDeviceContext, GDI_OBJ_HMGR_PUBLIC); in co_IntInitializeDesktopGraphics()
290 GreSetDCOwner(hSystemBM, GDI_OBJ_HMGR_PUBLIC); in co_IntInitializeDesktopGraphics()
362 GreSetDCOwner(ScreenDeviceContext, GDI_OBJ_HMGR_POWNED); in IntEndDesktopGraphics()
/reactos/win32ss/gdi/ntgdi/
H A Ddc.h211 BOOL NTAPI GreSetDCOwner(HDC hdc, ULONG ulOwner);
H A Ddclife.c455 GreSetDCOwner(HDC hdc, ULONG ulOwner) in GreSetDCOwner() function
/reactos/win32ss/reactx/ntddraw/
H A Ddxeng.c729 return GreSetDCOwner(hObject, OwnerMask); in DxEngSetDCOwner()