WPC_ARGS_IMCONTACTEVENT enumeration (wpcevent.h)

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_APPNAME
Value: 0
The name of the application used for the instant message.
WPC_ARGS_IMCONTACTEVENT_APPVERSION
The version of the application used for the instant message.
WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAME
The account name used for the instant message.
WPC_ARGS_IMCONTACTEVENT_OLDNAME
The previous name of the contact used for the instant message.
WPC_ARGS_IMCONTACTEVENT_OLDID
The previous ID of the contact used for the instant message.
WPC_ARGS_IMCONTACTEVENT_NEWNAME
The new name of the contact used for the instant message.
WPC_ARGS_IMCONTACTEVENT_NEWID
The new ID of the contact used for the instant message.
WPC_ARGS_IMCONTACTEVENT_REASON
The reason used for the instant message.
WPC_ARGS_IMCONTACTEVENT_CARGS
The 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