enumerazione WPC_ARGS_IMCONTACTEVENT (wpcevent.h)
Indica informazioni sul contatto di un utente usando un'applicazione di messaggistica istantanea.
Sintassi
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;
Costanti
WPC_ARGS_IMCONTACTEVENT_APPNAME Valore: 0 Nome dell'applicazione utilizzata per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_APPVERSION Versione dell'applicazione usata per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAME Nome dell'account usato per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_OLDNAME Nome precedente del contatto usato per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_OLDID ID precedente del contatto usato per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_NEWNAME Nuovo nome del contatto usato per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_NEWID Nuovo ID del contatto usato per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_REASON Motivo usato per il messaggio istantaneo. |
WPC_ARGS_IMCONTACTEVENT_CARGS Argomenti usati per il messaggio istantaneo. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | wpcevent.h |