Searched refs:GetW32ThreadInfo (Results 1 – 18 of 18) sorted by relevance
/reactos/win32ss/user/user32/include/ |
H A D | user_x.h | 16 GetW32ThreadInfo(); in DesktopPtrToUser() 48 ti = GetW32ThreadInfo(); in GetThreadDesktopInfo()
|
/reactos/win32ss/user/ntuser/ |
H A D | misc.c | 271 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 D | simplecall.c | 69 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 D | ime.c | 217 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 D | windc.c | 116 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 D | input.c | 142 ptiRawInput = GetW32ThreadInfo(); in RawInputThreadMain()
|
H A D | window.c | 1465 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 D | kbdlayout.c | 674 PTHREADINFO pti = GetW32ThreadInfo(); in co_UserActivateKeyboardLayout()
|
H A D | hook.c | 1383 pti = GetW32ThreadInfo(); in NtUserCallNextHookEx()
|
H A D | cursoricon.c | 293 GetW32ThreadInfo(), in IntCreateCurIconHandle()
|
H A D | painting.c | 352 if ( pWnd == GetW32ThreadInfo()->MessageQueue->spwndActive && in IntSendNCPaint()
|
H A D | class.c | 1519 pti = GetW32ThreadInfo(); in UserRegisterClass()
|
H A D | message.c | 3016 pti = GetW32ThreadInfo(); in NtUserMessageCall()
|
H A D | menu.c | 5084 Menu = IntCreateMenu(&Handle, !PopupMenu, GetW32ThreadInfo()->rpdesk, GetW32ProcessInfo()); in UserCreateMenu()
|
/reactos/win32ss/user/user32/windows/ |
H A D | message.c | 1500 …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 D | window.c | 1432 if (ti == GetW32ThreadInfo()) in GetWindowThreadProcessId()
|
/reactos/win32ss/user/user32/misc/ |
H A D | misc.c | 36 GetW32ThreadInfo(VOID) in GetW32ThreadInfo() function
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1115 struct _THREADINFO *GetW32ThreadInfo(VOID);
|