WPCEVENT_GAME_START event

Per-user event generated by the system on attempt to launch a game. Various field values are provided by the Games Explorer system and corresponding Game Definition File (GDF) metadata provided by supported games.

const EVENT_DESCRIPTOR WPCEVENT_GAME_START = {0x2, 0x0, 0x10, 0x4, 0x16, 0x2, 0x8000000000000030};

Parameters

AppID

The GUID of the game that attempted to launch.

InstanceID

The GUID used to distinguish between multiple installations.

AppVersion

The version string for the game.

Path

The path to the primary directory of the game installation.

Rating

A string that identifies the rating level of a game within the rating system.

RatingSystem

A GUID that identifies the current rating system to which the rating level applies.

Reason

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

DescCount

The count of descriptors that are present in the descriptor field.

Descriptor

A delimited string that contains descriptors that are blocked for the game.

PID

The process ID of the game, which is used to correlate with a shim shutdown of the process.

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