Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dmsgqueue.c902 pti->pcti->CTI_flags |= CTI_INSENDMESSAGE; // Let the user know... in co_MsqDispatchOneSentMessage()
1007 if (!SaveMsg) pti->pcti->CTI_flags &= ~CTI_INSENDMESSAGE; in co_MsqDispatchOneSentMessage()
1961 pti->pcti->CTI_flags |= CTI_THREADSYSLOCK; in co_MsqPeekHardwareMessage()
2051 pti->pcti->CTI_flags &= ~CTI_THREADSYSLOCK; in co_MsqPeekHardwareMessage()
H A Dcallback.c379 BOOL InSendMessage = (pti->pcti->CTI_flags & CTI_INSENDMESSAGE); in co_IntCallWindowProc()
/reactos/win32ss/user/user32/windows/
H A Dmessage.c1377 if (pcti->CTI_flags & CTI_INSENDMESSAGE) in InSendMessage()
1395 if (pcti && !(pcti->CTI_flags & CTI_INSENDMESSAGE)) in InSendMessageEx()
/reactos/win32ss/include/
H A Dntuser.h170 DWORD CTI_flags; member