ÉNUMÉRATION PENDINGMSG (objidl.h)
Spécifie les valeurs de retour pour la méthode IMessageFilter ::MessagePending .
Syntax
typedef enum tagPENDINGMSG {
PENDINGMSG_CANCELCALL = 0,
PENDINGMSG_WAITNOPROCESS = 1,
PENDINGMSG_WAITDEFPROCESS = 2
} PENDINGMSG;
Constantes
PENDINGMSG_CANCELCALL Valeur : 0 Annulez l’appel sortant. |
PENDINGMSG_WAITNOPROCESS Valeur : 1 Attendez le retour et ne distribuez pas le message. |
PENDINGMSG_WAITDEFPROCESS Valeur : 2 Attendez et distribuez le message. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
En-tête | objidl.h |