Home
last modified time | relevance | path

Searched refs:GetW32ThreadInfo (Results 1 – 18 of 18) sorted by relevance

/reactos/win32ss/user/user32/include/
H A Duser_x.h16 GetW32ThreadInfo(); in DesktopPtrToUser()
48 ti = GetW32ThreadInfo(); in GetThreadDesktopInfo()
/reactos/win32ss/user/ntuser/
H A Dmisc.c271 ret = (DWORD_PTR)GetW32ThreadInfo()->pDeskInfo->hProgmanWindow; in NtUserGetThreadState()
274 ret = (DWORD_PTR)GetW32ThreadInfo()->pDeskInfo->hTaskManWindow; in NtUserGetThreadState()
316 ret = (gpqForeground == GetW32ThreadInfo()->MessageQueue); in NtUserGetThreadState()
319 ret = (DWORD_PTR) (GetW32ThreadInfo()->MessageQueue->CursorObject ? in NtUserGetThreadState()
320 UserHMGetHandle(GetW32ThreadInfo()->MessageQueue->CursorObject) : 0); in NtUserGetThreadState()
807 GetW32ThreadInfo(VOID) in GetW32ThreadInfo() function
H A Dsimplecall.c69 Result = (DWORD_PTR)UserCreateMenu(GetW32ThreadInfo()->rpdesk, FALSE); in NtUserCallNoParam()
73 Result = (DWORD_PTR)UserCreateMenu(GetW32ThreadInfo()->rpdesk, TRUE); in NtUserCallNoParam()
225 ti = GetW32ThreadInfo(); in NtUserCallOneParam()
698 GetW32ThreadInfo()->pDeskInfo->hProgmanWindow = hWnd; in NtUserCallHwndOpt()
702 GetW32ThreadInfo()->pDeskInfo->hTaskManWindow = hWnd; in NtUserCallHwndOpt()
H A Dime.c217 PTHREADINFO pti = GetW32ThreadInfo(); in IntGetImeHotKeyByKey()
515 pti = GetW32ThreadInfo(); in NtUserSetThreadLayoutHandles()
678 uVirtualKey = MAKELONG(wParam, GetW32ThreadInfo()->wchInjected); in IntImmProcessKey()
868 ptiCurrent = GetW32ThreadInfo(); in NtUserDisableThreadIme()
1656 if (pWnd->head.pti->ppi != GetW32ThreadInfo()->ppi || in IntAssociateInputContextEx()
1731 PTHREADINFO pti = GetW32ThreadInfo(); in UserUpdateInputContext()
2132 PTHREADINFO ptiCurrent = GetW32ThreadInfo(); in IntCheckImeShowStatus()
2231 if (ptiIME != GetW32ThreadInfo()) in IntSendMessageToUI()
H A Dwindc.c116 pDce->ptiOwner = GetW32ThreadInfo(); in DceAllocDCE()
446 if ( Wnd->head.pti != GetW32ThreadInfo()) in UserGetDCEx()
608 Dce->ptiOwner = GetW32ThreadInfo(); // Set the temp owning in UserGetDCEx()
H A Dinput.c142 ptiRawInput = GetW32ThreadInfo(); in RawInputThreadMain()
H A Dwindow.c1465 pwl->pti = GetW32ThreadInfo(); in IntBuildHwndList()
1820 pti = pdeskCreated ? gptiDesktopThread : GetW32ThreadInfo(); in IntCreateWindow()
2199 pti = GetW32ThreadInfo(); in co_UserCreateWindowEx()
3793 ti = GetW32ThreadInfo(); in NtUserSetShellWindowEx()
H A Dkbdlayout.c674 PTHREADINFO pti = GetW32ThreadInfo(); in co_UserActivateKeyboardLayout()
H A Dhook.c1383 pti = GetW32ThreadInfo(); in NtUserCallNextHookEx()
H A Dcursoricon.c293 GetW32ThreadInfo(), in IntCreateCurIconHandle()
H A Dpainting.c352 if ( pWnd == GetW32ThreadInfo()->MessageQueue->spwndActive && in IntSendNCPaint()
H A Dclass.c1519 pti = GetW32ThreadInfo(); in UserRegisterClass()
H A Dmessage.c3016 pti = GetW32ThreadInfo(); in NtUserMessageCall()
H A Dmenu.c5084 Menu = IntCreateMenu(&Handle, !PopupMenu, GetW32ThreadInfo()->rpdesk, GetW32ProcessInfo()); in UserCreateMenu()
/reactos/win32ss/user/user32/windows/
H A Dmessage.c1500 …ERR("Exception Dialog Ansi %p Msg %d pti %p Wndpti %p\n",WndProc,Msg,GetW32ThreadInfo(),pWnd->head… in IntCallWindowProcW()
1556 …ERR("Exception Dialog unicode %p Msg %d pti %p Wndpti %p\n",WndProc, Msg,GetW32ThreadInfo(),pWnd->… in IntCallWindowProcW()
1650 …ERR("Exception Dialog Ansi %p Msg %d pti %p Wndpti %p\n",WndProc,Msg,GetW32ThreadInfo(),pWnd->head… in IntCallWindowProcA()
1713 …ERR("Exception Dialog unicode %p Msg %d pti %p Wndpti %p\n",WndProc, Msg,GetW32ThreadInfo(),pWnd->… in IntCallWindowProcA()
1756 if ( Wnd->head.pti != GetW32ThreadInfo()) in IntCallMessageProc()
2376 PTHREADINFO ti = GetW32ThreadInfo(); in SendMessageW()
2448 PTHREADINFO ti = GetW32ThreadInfo(); in SendMessageA()
H A Dwindow.c1432 if (ti == GetW32ThreadInfo()) in GetWindowThreadProcessId()
/reactos/win32ss/user/user32/misc/
H A Dmisc.c36 GetW32ThreadInfo(VOID) in GetW32ThreadInfo() function
/reactos/win32ss/include/
H A Dntuser.h1115 struct _THREADINFO *GetW32ThreadInfo(VOID);