IXboxFrontPanelControl::GetScreenWidth Method

Gets the width of the front panel display screen, in pixels, on an Xbox One X dev kit.

Syntax

public:
HRESULT GetScreenWidth(
         UINT32 *screenWidth
)  

Parameters

screenWidth
Type: UINT32 *

[out] Pointer to a value indicating the width of the front panel display screen, in pixels.

Return value

Type: HRESULT 

Returns S_OK if successful, or an error code otherwise.

Requirements

Header: Declared in xboxfrontpanel.h.

Library: Use xboxfrontpanel.lib.

See also

IXboxFrontPanelControl::GetScreenHeight Method

IXboxFrontPanelControl::GetScreenPixelFormat Method