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 joining an existing conversation.
Syntax
typedef enum tagWPC_ARGS_CONVERSATIONJOINEVENT {
WPC_ARGS_CONVERSATIONJOINEVENT_APPNAME = 0,
WPC_ARGS_CONVERSATIONJOINEVENT_APPVERSION,
WPC_ARGS_CONVERSATIONJOINEVENT_ACCOUNTNAME,
WPC_ARGS_CONVERSATIONJOINEVENT_CONVID,
WPC_ARGS_CONVERSATIONJOINEVENT_JOININGIP,
WPC_ARGS_CONVERSATIONJOINEVENT_JOININGUSER,
WPC_ARGS_CONVERSATIONJOINEVENT_REASON,
WPC_ARGS_CONVERSATIONJOINEVENT_MEMBERCOUNT,
WPC_ARGS_CONVERSATIONJOINEVENT_MEMBER,
WPC_ARGS_CONVERSATIONJOINEVENT_SENDER,
WPC_ARGS_CONVERSATIONJOINEVENT_CARGS
} WPC_ARGS_CONVERSATIONJOINEVENT;
Constants
WPC_ARGS_CONVERSATIONJOINEVENT_APPNAMEValue: 0 The name of the application used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_APPVERSIONThe version of the application used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_ACCOUNTNAMEThe account name used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_CONVIDThe conversation identifier used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_JOININGIPThe IP address of the computer joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_JOININGUSERThe user name for the user who joined an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_REASONThe reason given for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_MEMBERCOUNTThe number of members in the existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_MEMBERThe member of the existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_SENDERThe sender who invited others to join an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_CARGSThe arguments used for the existing conversation. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |