Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the dimensions of the front panel display.
Syntax
HRESULT XFrontPanelGetScreenDimensions(
uint32_t* height,
uint32_t* width
)
Parameters
height _Out_
Type: uint32_t*
Pointer to a value indicating the height, in pixels, of the front panel display.
width _Out_
Type: uint32_t*
Pointer to a value indicating the width, in pixels, of the front panel display.
Return value
Type: HRESULT
Returns S_OK if successful; otherwise, returns an error code.
Remarks
For current dev kits, the dimensions returned are always 256 pixels wide by 64 pixels high.
To determine whether this dev kit has a front panel display, use XFrontPanelIsSupported.
For more information, see Xbox One X: Using the front panel display (NDA topic)Autorisation obligatoire.
Requirements
Header: xfrontpaneldisplay.h
Library: xfrontpaneldisplay.lib
Supported platforms: Xbox One family consoles and Xbox Series consoles