> ## 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.

# XGameUiSetNotificationPositionHint

> XGameUiSetNotificationPositionHint

# XGameUiSetNotificationPositionHint

현재 타이틀에서 토스트 알림이 표시될 기본 위치를 설정합니다.

## 구문

```cpp theme={null}
HRESULT XGameUiSetNotificationPositionHint(  
         XGameUiNotificationPositionHint position  
)  
```

### 매개 변수

*position*   \_In\_\
형식: [XGameUiNotificationPositionHint](/reference/system/xgameui/enums/xgameuinotificationpositionhint)

현재 타이틀에 토스트 알림을 표시할 기본 위치를 나타냅니다.

### 반환 값

형식: HRESULT

## 설명

<Note>이 함수는 시간에 민감한 스레드에서 호출하기에 안전하지 않습니다. 자세한 내용은 [시간에 민감한 스레드](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)를 참조하세요.</Note>

알림 위치는 토스트 알림을 표시할 위치에 대해 운영 체제에 제공되는 힌트입니다. 경우에 따라 현재 UI가 해당 위치에서 알림 표시를 지원할 수 없는 경우 시스템이 이 설정을 무시할 수 있습니다. XBOX에서는 기본적으로 토스트 알림이 화면 하단 중앙에 표시됩니다.

이 API는 Windows에도 존재하지만, 현재 업적 및 기타 토스트 알림에는 영향을 주지 않습니다.

## 요구 사항

**헤더:** XGameUI.h

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

**지원 플랫폼:** Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 개념 문서

* [시간에 민감한 스레드](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)

## 함께 보기

[XGameUI](/reference/system/xgameui/xgameui_members)\
[XGameUiNotificationPositionHint](/reference/system/xgameui/enums/xgameuinotificationpositionhint)


## Related topics

- [XGameUiNotificationPositionHint](/ko/reference/system/xgameui/enums/xgameuinotificationpositionhint.md)
- [XGameUI](/ko/reference/system/xgameui/xgameui_members.md)
- [XGameUiTextEntryPositionHint](/ko/reference/system/xgameui/enums/xgameuitextentrypositionhint.md)
- [XGameUiTextEntryUpdatePositionHint](/ko/reference/system/xgameui/functions/xgameuitextentryupdatepositionhint.md)
- [XSpeechToTextSetPositionHint](/ko/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint.md)
