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

# XtfStartTitleOSByGameConfig

> XtfStartTitleOSByGameConfig

# XtfStartTitleOSByGameConfig

메모리에 문자열로 저장된 MicrosoftGame.config 파일의 내용을 기반으로 Game OS를 시작하거나 다시 시작합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
HRESULT XtfStartTitleOSByGameConfig(
         PCWSTR address,
         UINT32 flags,
         PCWSTR gameconfigContents
)  
```

<a id="parametersSection" />

### 매개 변수

*address*\
형식: PCWSTR

\[in] 콘솔의 IP 주소입니다.

*flags*\
형식: UINT32

\[in] 현재 사용되지 않지만 향후 동작 변경을 위해 예약되어 있습니다.

*gameconfigContents*\
형식: PCWSTR

\[in] MicrosoftGame.config 파일의 내용입니다.

<a id="retvalSection" />

### 반환값

형식: HRESULT

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

<a id="remarksSection" />

## 설명

이 함수를 사용하여 메모리에 문자열로 저장된 MicrosoftGame.config 파일의 내용을 기반으로 Game OS를 시작하거나 다시 시작합니다. `address` 또는 `gameconfigContents` 값이 지정되지 않으면 오류가 발생합니다.

MicrosoftGame.config 파일의 내용에 대한 자세한 내용은 [MicrosoftGame.config Overview](/build/core-features/common/game-config/MicrosoftGameConfig-Overview)를 참조하세요.

<a id="requirements" />

## 요구 사항

**헤더:** xtfapi.h

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

**지원 플랫폼:** Windows(XBOX 콘솔 도구용)

<a id="seealsoSection" />

## 참고 항목

[XTF Transport Errors (NDA topic)](/tools/tools-console/commandlinetools/xtf-transport-errors)\
[Additional Xtf APIs](/reference/tools/xtf/xtfapi/atoc-xtfapi)


## Related topics

- [XtfStartTitleOS](/ko/reference/tools/xtf/xtfapi/functions/xtfstarttitleos-xtfapi-xbox-windows-m.md)
- [XtfStartTitleOSByVersion](/ko/reference/tools/xtf/xtfapi/functions/xtfstarttitleosbyversion-xtfapi-xbox-windows-m.md)
- [XtfCacheTitleOS](/ko/reference/tools/xtf/xtfapi/functions/xtfcachetitleos-xtfapi-xbox-windows-m.md)
- [XtfRemoveTitleOSFromCache](/ko/reference/tools/xtf/xtfapi/functions/xtfremovetitleosfromcache-xtfapi-xbox-windows-m.md)
- [XtfGetCachedTitleOSVersionsCallback](/ko/reference/tools/xtf/xtfapi/functions/xtfgetcachedtitleosversionscallback-xtfapi-xbox-windows-m.md)
