WPCEVENT_IM_CONTACT event

Per-user event generated by an Instant Messaging client when contact information is added, changed, or removed in Parental Controls.

const EVENT_DESCRIPTOR WPCEVENT_IM_CONTACT = {0xf, 0x0, 0x10, 0x4, 0x16, 0xf, 0x8000000000000030};

Parameters

AppName

The name of the instant messaging application that is generating the event.

AppVersion

The version of the application that is generating the event.

AccountName

The instant messaging account name for this user.

OldName

The previous instant messaging account name, if deleted or changed.

OldID

The ID associated with the previous instant messaging account name.

NewName

The new instant messaging account name, if added or changed.

NewID

The ID that is associated with the new instant messaging account name.

Reason

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

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