Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates information about the start of a computer game.
Syntax
typedef enum tagWPC_ARGS_GAMESTARTEVENT {
WPC_ARGS_GAMESTARTEVENT_APPID = 0,
WPC_ARGS_GAMESTARTEVENT_INSTANCEID,
WPC_ARGS_GAMESTARTEVENT_APPVERSION,
WPC_ARGS_GAMESTARTEVENT_PATH,
WPC_ARGS_GAMESTARTEVENT_RATING,
WPC_ARGS_GAMESTARTEVENT_RATINGSYSTEM,
WPC_ARGS_GAMESTARTEVENT_REASON,
WPC_ARGS_GAMESTARTEVENT_DESCCOUNT,
WPC_ARGS_GAMESTARTEVENT_DESCRIPTOR,
WPC_ARGS_GAMESTARTEVENT_PID,
WPC_ARGS_GAMESTARTEVENT_CARGS
} WPC_ARGS_GAMESTARTEVENT;
Constants
WPC_ARGS_GAMESTARTEVENT_APPIDValue: 0 The application identifier of the computer game. |
WPC_ARGS_GAMESTARTEVENT_INSTANCEIDThe instance identifier of the computer game. |
WPC_ARGS_GAMESTARTEVENT_APPVERSIONThe version of the computer game. |
WPC_ARGS_GAMESTARTEVENT_PATHThe path of the computer game. |
WPC_ARGS_GAMESTARTEVENT_RATINGThe rating of the computer game. |
WPC_ARGS_GAMESTARTEVENT_RATINGSYSTEMThe rating system used to rate the computer game. |
WPC_ARGS_GAMESTARTEVENT_REASONThe reason for starting the computer game. |
WPC_ARGS_GAMESTARTEVENT_DESCCOUNTThe number of descriptors of the computer game. |
WPC_ARGS_GAMESTARTEVENT_DESCRIPTORThe descriptor of the computer game. |
WPC_ARGS_GAMESTARTEVENT_PIDThe product identifier of the computer game. |
WPC_ARGS_GAMESTARTEVENT_CARGSThe arguments of the computer game. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |