Enumerazione PENDINGMSG (objidl.h)
Specifica i valori restituiti per il metodo IMessageFilter::MessagePending .
Sintassi
typedef enum tagPENDINGMSG {
PENDINGMSG_CANCELCALL = 0,
PENDINGMSG_WAITNOPROCESS = 1,
PENDINGMSG_WAITDEFPROCESS = 2
} PENDINGMSG;
Costanti
PENDINGMSG_CANCELCALL Valore: 0 Annullare la chiamata in uscita. |
PENDINGMSG_WAITNOPROCESS Valore: 1 Attendere il ritorno e non inviare il messaggio. |
PENDINGMSG_WAITDEFPROCESS Valore: 2 Attendere e inviare il messaggio. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | objidl.h |