WPCEVENT_CUSTOM event

Per-user event that supports up to three fields.

Events are displayed in the Activity Viewer in the Other section with the following hierarchy:

  1. Publisher

  2. Application

  3. Event

const EVENT_DESCRIPTOR WPCEVENT_CUSTOM = {0xd, 0x0, 0x10, 0x4, 0x17, 0xd, 0x8000000000000030};

Parameters

Publisher

The publisher of the event (for example, a company name).

AppName

The name of the application that is generating the event.

AppVersion

The version of the application that is generating the event.

Event

The name for the event.

Value1

Custom field 1.

Value2

Custom field 2.

Value3

Custom field 3.

Blocked

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

Reason

A custom string that provides extra information about the reason for blocking or not blocking.

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