> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XFrontPanelGetScreenDimensions

> XFrontPanelGetScreenDimensions

# XFrontPanelGetScreenDimensions

프런트 패널 디스플레이의 크기를 가져옵니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
HRESULT XFrontPanelGetScreenDimensions(  
         uint32_t* height,  
         uint32_t* width  
)  
```

<a id="parametersSection" />

### 매개 변수

*height*   \_Out\_\
형식: uint32\_t\*

프런트 패널 디스플레이의 높이(픽셀 단위)를 나타내는 값에 대한 포인터입니다.

*width*   \_Out\_\
형식: uint32\_t\*

프런트 패널 디스플레이의 너비(픽셀 단위)를 나타내는 값에 대한 포인터입니다.

<a id="retvalSection" />

### 반환 값

형식: HRESULT

성공하면 `S_OK`를 반환하고, 그렇지 않으면 오류 코드를 반환합니다.

<a id="remarksSection" />

## 설명

현재 개발 키트의 경우 반환되는 크기는 항상 너비 256픽셀, 높이 64픽셀입니다.

이 개발 키트에 프런트 패널 디스플레이가 있는지 확인하려면 [XFrontPanelIsSupported](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported)를 사용하세요.

자세한 내용은 [XBOX One X: 프런트 패널 디스플레이 사용(NDA 항목)](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/dev-kits/concepts/scorpio-frontpanel)을 참조하세요.

<a id="requirementsSection" />

## 요구 사항

**헤더:** xfrontpaneldisplay.h

**라이브러리:** xfrontpaneldisplay.lib

**지원 플랫폼:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

[XFrontPanelDisplay](/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members)


## Related topics

- [XFrontPanelIsSupported](/ko/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported.md)
- [XFrontPanelPresentBuffer](/ko/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelpresentbuffer.md)
- [XFrontPanelDisplay](/ko/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members.md)
- [XFrontPanelGetScreenPixelFormat](/ko/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreenpixelformat.md)
- [XFrontPanelLight](/ko/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight.md)
