WPCEVENT_SYS_SETTINGCHANGE event

System-level event generated on a Parental Controls setting change.

const EVENT_DESCRIPTOR WPCEVENT_SYS_SETTINGCHANGE = {0x1, 0x0, 0x10, 0x4, 0x15, 0x1, 0x8000000000000010};

Parameters

Class

The class that is generating the event.

Setting

A value of the WPC_SETTINGS enumeration.

Owner

The security identifier of the user who is generating the event.

OldVal

The previous value of this setting, if deleted or changed.

NewVal

The new value of this setting, if added or changed.

Reason

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

Optional

An optional field.

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