WPCEVENT_IM_JOIN event

Per-user event generated by an Instant Messaging application when an entity attempts to join a conversation in progress in Parental Controls.

const EVENT_DESCRIPTOR WPCEVENT_IM_JOIN = {0x8, 0x0, 0x10, 0x4, 0x16, 0x8, 0x8000000000000030};

Parameters

AppName

The name of the application that is generating the event.

AppVersion

The version string for the application that is generating the event.

AccountName

The instant messaging account identity string for this user.

ConvID

The identifier for this conversation.

JoiningIP

A string that contains the IP address of the computer that is joining this conversation.

JoiningUser

The instant messaging account identity string for the user who is joining.

Reason

A value of the WPCFLAG_ISBLOCKED enumeration that indicates information about what events are blocked from use and what controls are in place.

MemberCount

The count of participants who are in the conversation and who have identities defined in the member field.

Member

A delimited string that contains instant messaging account identity strings for all current members of this conversation.

Sender

The instant messaging account identity string for the user who is making the request to join the conversation.

Requirements

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

See also

Using Logging APIs for Parental Controls

WPC_ARGS_CONVERSATIONINITEVENT