GAMESTATS_OPEN_TYPE Enumeration

Defines how a game statistics file should be opened.

Syntax

typedef enum GAMESTATS_OPEN_TYPE
{
    GAMESTATS_OPEN_OPENORCREATE = 0,
    GAMESTATS_OPEN_OPENONLY = 1
} GAMESTATS_OPEN_TYPE;

Constants

  Constant Description
GAMESTATS_OPEN_OPENORCREATE Specifies that the file will be created if it is not already present.
GAMESTATS_OPEN_OPENONLY Specifies that the file will be opened only if the file already exists.

Requirements

Header: Declared in GameUX.h.

See Also

IGameExplorer::AddGame