WPC_ARGS_CONVERSATIONINITEVENT enumeration (wpcevent.h)

Indicates information about initiating a conversation.

Syntax

typedef enum tagWPC_ARGS_CONVERSATIONINITEVENT {
  WPC_ARGS_CONVERSATIONINITEVENT_APPNAME = 0,
  WPC_ARGS_CONVERSATIONINITEVENT_APPVERSION,
  WPC_ARGS_CONVERSATIONINITEVENT_ACCOUNTNAME,
  WPC_ARGS_CONVERSATIONINITEVENT_CONVID,
  WPC_ARGS_CONVERSATIONINITEVENT_REQUESTINGIP,
  WPC_ARGS_CONVERSATIONINITEVENT_SENDER,
  WPC_ARGS_CONVERSATIONINITEVENT_REASON,
  WPC_ARGS_CONVERSATIONINITEVENT_RECIPCOUNT,
  WPC_ARGS_CONVERSATIONINITEVENT_RECIPIENT,
  WPC_ARGS_CONVERSATIONINITEVENT_CARGS
} WPC_ARGS_CONVERSATIONINITEVENT;

Constants

 
WPC_ARGS_CONVERSATIONINITEVENT_APPNAME
Value: 0
The name of the application used for starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_APPVERSION
The version of the application used for starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_ACCOUNTNAME
The account name used for starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_CONVID
The conversation identifier used for starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_REQUESTINGIP
The IP address of the computer starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_SENDER
The sender who is starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_REASON
The reason given for starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_RECIPCOUNT
The number of recipients included in starting the conversation.
WPC_ARGS_CONVERSATIONINITEVENT_RECIPIENT
The recipient of the started conversation.
WPC_ARGS_CONVERSATIONINITEVENT_CARGS
The arguments used for starting the conversation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header wpcevent.h