win12.hlp (Table of Contents; Topic list)
WinInSendMsg (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINMESSAGEMGR
 
BOOL WinInSendMsg(hab)
HAB hab;    /* handle of the anchor block */
 
The WinInSendMsg function determines whether the current thread is
processing a message sent by another thread.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hab        Identifies the anchor block.
 
Return Value
 
The return value is TRUE if the current thread is processing a message sent
by another thread, or FALSE if it is not processing a message.
 
Comments
 
The WinInSendMsg function can be used to tell if a function is being called
recursively.
 
See Also
 
WinIsThreadActive, WinSendMsg