PENDINGMSG

The PENDINGMSG enumeration constants are return values of IMessageFilter::MessagePending.

Defined in the IMessageFilter interface (msgflt.idl).

typedef enum tagPENDINGMSG 
{ 
    PENDINGMSG_CANCELCALL        = 0, 
    PENDINGMSG_WAITNOPROCESS     = 1, 
    PENDINGMSG_WAITDEFPROCESS    = 2 
} PENDINGMSG; 
 

Elements

PENDINGMSG_CANCELCALL
Cancel the outgoing call.
PENDINGMSG_WAITNOPROCESS
Wait for the return and don't dispatch the message.
PENDINGMSG_WAITDEFPROCESS
Wait and dispatch the message.

QuickInfo

  Windows NT: Use version 3.1 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

IMessageFilter::MessagePending