énumération WPC_ARGS_IMCONTACTEVENT (wpcevent.h)
Indique des informations sur le contact d’une personne à l’aide d’une application de messagerie instantanée.
Syntax
typedef enum tagWPC_ARGS_IMCONTACTEVENT {
WPC_ARGS_IMCONTACTEVENT_APPNAME = 0,
WPC_ARGS_IMCONTACTEVENT_APPVERSION,
WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAME,
WPC_ARGS_IMCONTACTEVENT_OLDNAME,
WPC_ARGS_IMCONTACTEVENT_OLDID,
WPC_ARGS_IMCONTACTEVENT_NEWNAME,
WPC_ARGS_IMCONTACTEVENT_NEWID,
WPC_ARGS_IMCONTACTEVENT_REASON,
WPC_ARGS_IMCONTACTEVENT_CARGS
} WPC_ARGS_IMCONTACTEVENT;
Constantes
WPC_ARGS_IMCONTACTEVENT_APPNAME Valeur : 0 Nom de l’application utilisée pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_APPVERSION Version de l’application utilisée pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAME Nom du compte utilisé pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_OLDNAME Nom précédent du contact utilisé pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_OLDID ID précédent du contact utilisé pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_NEWNAME Nouveau nom du contact utilisé pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_NEWID Nouvel ID du contact utilisé pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_REASON Raison utilisée pour le message instantané. |
WPC_ARGS_IMCONTACTEVENT_CARGS Arguments utilisés pour le message instantané. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Aucun pris en charge |
En-tête | wpcevent.h |