enumerazione WPC_ARGS_GAMESTARTEVENT (wpcevent.h)
Indica informazioni sull'inizio di un gioco computer.
Sintassi
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;
Costanti
WPC_ARGS_GAMESTARTEVENT_APPID Valore: 0 Identificatore dell'applicazione del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_INSTANCEID Identificatore dell'istanza del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_APPVERSION Versione del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_PATH Percorso del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_RATING Classificazione del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_RATINGSYSTEM Il sistema di classificazione usato per valutare il gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_REASON Motivo dell'avvio del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_DESCCOUNT Numero di descrittori del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_DESCRIPTOR Descrittore del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_PID Identificatore del prodotto del gioco del computer. |
WPC_ARGS_GAMESTARTEVENT_CARGS Argomenti del gioco del computer. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | wpcevent.h |