Home
last modified time | relevance | path

Searched refs:USERTAG_SWP (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dtags.h281 #define USERTAG_SWP 'wssU' macro
H A Dwinpos.c1842 PWINDOWPOS ppos = ExAllocatePoolWithTag(PagedPool, sizeof(WINDOWPOS), USERTAG_SWP); in co_WinPosSetWindowPos()
1852 ExFreePoolWithTag(ppos, USERTAG_SWP); in co_WinPosSetWindowPos()
3143 … PCVR newpos = ExAllocatePoolWithTag(PagedPool, pDWP->ccvrAlloc * 2 * sizeof(CVR), USERTAG_SWP); in IntDeferWindowPos()
3151 ExFreePoolWithTag(pDWP->acvr, USERTAG_SWP); in IntDeferWindowPos()
3203 PWINDOWPOS ppos = ExAllocatePoolWithTag(PagedPool, sizeof(WINDOWPOS), USERTAG_SWP); in IntEndDeferWindowPosEx()
3212 ExFreePoolWithTag(ppos, USERTAG_SWP); in IntEndDeferWindowPosEx()
3232 ExFreePoolWithTag(pDWP->acvr, USERTAG_SWP); in IntEndDeferWindowPosEx()
H A Dsimplecall.c202 psmwp->acvr = ExAllocatePoolWithTag(PagedPool, count * sizeof(CVR), USERTAG_SWP); in NtUserCallOneParam()
H A Dmessage.c847 ExFreePoolWithTag(winpos, USERTAG_SWP); in handle_internal_message()