WPCEVENT_IM_FEATURE event

Per-user event generated by an Instant Messaging client when defined features are used in Parental Controls.

const EVENT_DESCRIPTOR WPCEVENT_IM_FEATURE = {0xb, 0x0, 0x10, 0x4, 0x16, 0xb, 0x8000000000000030};

Parameters

AppName

The name of the instant messaging application.

AppVersion

The version string for the application.

AccountName

The instant messaging account name of this user.

ConvID

The ID for this conversation.

MediaType

A value of the WPCFLAG_IM_FEATURE enumeration that indicates information about the features accessed during an instant messaging interaction.

Reason

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

RecipCount

The count of instant messaging users who are receiving the feature and who have identities defined in the recipient field.

Recipient

A delimited string that contains instant messaging account identities of all users who are receiving the feature.

Sender

The instant messaging account name for the user who is sourcing the feature.

SenderIP

The IP address of the sender's computer.

Data

The description of the data in the feature.

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