Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates information about contacting someone by using an instant messaging application.
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;
Constants
WPC_ARGS_IMCONTACTEVENT_APPNAMEValue: 0 The name of the application used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_APPVERSIONThe version of the application used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAMEThe account name used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_OLDNAMEThe previous name of the contact used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_OLDIDThe previous ID of the contact used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_NEWNAMEThe new name of the contact used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_NEWIDThe new ID of the contact used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_REASONThe reason used for the instant message. |
WPC_ARGS_IMCONTACTEVENT_CARGSThe arguments used for the instant message. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |