PENDINGTYPE

The PENDINGTYPE enumeration constants indicate the level of nesting in the IMessageFilter::MessagePending method.

Defined in the IMessageFilter interface (msgflt.idl).

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

Elements

PENDINGTYPE_TOPLEVEL

toplevel call

PENDINGTYPE_NESTED

nested call

See Also

IMessageFilter::MessagePending

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples