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_APPNAME Value: 0 The name of the application used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_APPVERSION The version of the application used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_ACCOUNTNAME The account name used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_CONVID The conversation identifier used for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_JOININGIP The IP address of the computer joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_JOININGUSER The user name for the user who joined an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_REASON The reason given for joining an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_MEMBERCOUNT The number of members in the existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_MEMBER The member of the existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_SENDER The sender who invited others to join an existing conversation. |
WPC_ARGS_CONVERSATIONJOINEVENT_CARGS The 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 |