BOOL InSendMessage(VOID) |
The InSendMessage function specifies whether the current window procedure is processing a message that was sent from another thread by a call to the SendMessage function.
This function has no parameters.
The return value is TRUE if the window procedure is processing a message sent to it from another thread by the SendMessage function. Otherwise, the return value is FALSE.
PostThreadMessage, ReplyMessage, SendMessage