InSendMessage

  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.

Parameters

This function has no parameters.

Return Value

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.

See Also

PostThreadMessage, ReplyMessage, SendMessage