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 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_APPNAMEValue: 0 The name of the application used for starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_APPVERSIONThe version of the application used for starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_ACCOUNTNAMEThe account name used for starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_CONVIDThe conversation identifier used for starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_REQUESTINGIPThe IP address of the computer starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_SENDERThe sender who is starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_REASONThe reason given for starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_RECIPCOUNTThe number of recipients included in starting the conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_RECIPIENTThe recipient of the started conversation. |
WPC_ARGS_CONVERSATIONINITEVENT_CARGSThe 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 |