PENDINGTYPE enumeration (objidl.h)

Indicates the level of nesting in the IMessageFilter::MessagePending method.

Syntax

typedef enum tagPENDINGTYPE {
  PENDINGTYPE_TOPLEVEL = 1,
  PENDINGTYPE_NESTED = 2
} PENDINGTYPE;

Constants

 
PENDINGTYPE_TOPLEVEL
Value: 1
Top-level call.
PENDINGTYPE_NESTED
Value: 2
Nested call.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header objidl.h

See also

IMessageFilter::MessagePending