GAMING_DEVICE_VENDOR_ID enumeration (gamingdeviceinformation.h)

Indicates the vendor of the console that the game is running on.

Syntax

typedef enum GAMING_DEVICE_VENDOR_ID {
  GAMING_DEVICE_VENDOR_ID_NONE = 0,
  GAMING_DEVICE_VENDOR_ID_MICROSOFT = 0xC2EC5032
} ;

Constants

 
GAMING_DEVICE_VENDOR_ID_NONE
Value: 0
The vendor of the device is not known.
GAMING_DEVICE_VENDOR_ID_MICROSOFT
Value: 0xC2EC5032
The vendor of the device is Microsoft.

Remarks

Supported in both Win32 and UWP apps.

Requirements

Requirement Value
Header gamingdeviceinformation.h

See also

GAMING_DEVICE_MODEL_INFORMATION structure

Gaming Device Information