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 the features of the instant messaging interaction.
Syntax
typedef enum tagWPC_ARGS_IMFEATUREEVENT {
WPC_ARGS_IMFEATUREEVENT_APPNAME = 0,
WPC_ARGS_IMFEATUREEVENT_APPVERSION,
WPC_ARGS_IMFEATUREEVENT_ACCOUNTNAME,
WPC_ARGS_IMFEATUREEVENT_CONVID,
WPC_ARGS_IMFEATUREEVENT_MEDIATYPE,
WPC_ARGS_IMFEATUREEVENT_REASON,
WPC_ARGS_IMFEATUREEVENT_RECIPCOUNT,
WPC_ARGS_IMFEATUREEVENT_RECIPIENT,
WPC_ARGS_IMFEATUREEVENT_SENDER,
WPC_ARGS_IMFEATUREEVENT_SENDERIP,
WPC_ARGS_IMFEATUREEVENT_DATA,
WPC_ARGS_IMFEATUREEVENT_CARGS
} WPC_ARGS_IMFEATUREEVENT;
Constants
WPC_ARGS_IMFEATUREEVENT_APPNAME Value: 0 The name of the application used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_APPVERSION The version of the application used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_ACCOUNTNAME The account name used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_CONVID The conversation ID used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_MEDIATYPE The media type used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_REASON The reason used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_RECIPCOUNT The number of recipients in the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_RECIPIENT The recipient of the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_SENDER The sender of the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_SENDERIP The IP address of the sender of the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_DATA The data used for the instant messaging interaction. |
WPC_ARGS_IMFEATUREEVENT_CARGS The arguments used for the instant messaging interaction. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | wpcevent.h |