WPCEVENT_IM_LEAVE event

Per-user event generated by an Instant Messaging client when a user leaves a conversation in Parental Controls.

const EVENT_DESCRIPTOR WPCEVENT_IM_LEAVE = {0x9, 0x0, 0x10, 0x4, 0x16, 0x9, 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.

LeavingIP

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

LeavingUser

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

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.

Flags

A value of the WPCFLAG_IM_LEAVE enumeration that indicates information about when a participant leaves the instant messaging interaction.

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