GAME_INSTALL_SCOPE
GAME_INSTALL_SCOPE
Note This documentation is preliminary and is subject to change.
Defines whether a game being installed is installed for all users or only the current user installing the game.
typedef enum
{
GIS_NOT_INSTALLED,
GIS_CURRENT_USER,
GIS_ALL_USERS,
} GAME_INSTALL_SCOPE;
Constants
- GIS_NOT_INSTALLED
Reserved for internal use only. - GIS_CURRENT_USER
Game is to be registered for only the current user. - GIS_ALL_USERS
Game is to be registered for all users.
Requirements
Header: Declared in GameUX.h.