GAME_INSTALL_SCOPE Enumeration
Defines whether a game being installed is installed for all users or only the current user.
Syntax
typedef enum GAME_INSTALL_SCOPE
{
GIS_NOT_INSTALLED = 1,
GIS_CURRENT_USER = 2,
GIS_ALL_USERS = 3
} GAME_INSTALL_SCOPE;
Constants
Constant | Description | |
---|---|---|
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.