GAMESTATS_OPEN_RESULT Enumeration
The GAMESTATS_OPEN_RESULT enumeration indicates whether an existing set of statistics was opened or a new set of statistics was created.
Syntax
typedef enum GAMESTATS_OPEN_RESULT
{
GAMESTATS_OPEN_CREATED = 0,
GAMESTATS_OPEN_OPENED = 1
} GAMESTATS_OPEN_RESULT;
Constants
Constant | Description | |
---|---|---|
GAMESTATS_OPEN_CREATED | Indicates that the set of statistics was created and did not exist. | |
GAMESTATS_OPEN_OPENED | Indicates that the set of statistics existed and was opened. |
Requirements
Header: Declared in GameUX.h.