Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies the return values for the IMessageFilter::MessagePending method.
Syntax
typedef enum tagPENDINGMSG {
PENDINGMSG_CANCELCALL = 0,
PENDINGMSG_WAITNOPROCESS = 1,
PENDINGMSG_WAITDEFPROCESS = 2
} PENDINGMSG;
Constants
PENDINGMSG_CANCELCALLValue: 0 Cancel the outgoing call. |
PENDINGMSG_WAITNOPROCESSValue: 1 Wait for the return and don't dispatch the message. |
PENDINGMSG_WAITDEFPROCESSValue: 2 Wait and dispatch the message. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | objidl.h |