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

# XtfGetCachedTitleOSVersionsCallback

> XtfGetCachedTitleOSVersionsCallback

# XtfGetCachedTitleOSVersionsCallback

[XtfGetCachedTitleOSVersions](/reference/tools/xtf/xtfapi/functions/xtfgetcachedtitleosversions-xtfapi-xbox-windows-m)에서 찾은 각 Game OS에 대해 호출되는 콜백입니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
HRESULT XtfGetCachedTitleOSVersionsCallback(
         FourPartVersion version,
         UINT32 flags,
         PVOID context
)  
```

<a id="parametersSection" />

### 매개 변수

*version*\
형식: [FourPartVersion](/reference/tools/xtf/xtfapi/structs/fourpartversion-xtfapi-xbox-windows-s)

\[in] 캐시된 Game OS의 4부 버전 번호입니다.

*flags*\
형식: UINT32

\[in] 캐시된 Game OS에 관한 추가 정보를 제공하는 플래그의 비트별 OR 조합입니다. 이 매개 변수는 다음 플래그를 지원합니다:

| 플래그                                  | 값      | 설명                                       |
| ------------------------------------ | ------ | ---------------------------------------- |
| XTF\_CACHED\_TITLE\_OS\_IS\_FALLBACK | 0x0001 | 이 Game OS가 삭제하거나 대체할 수 없는 폴백 OS임을 나타냅니다. |

*context*\
형식: PVOID

\[in, optional] `XtfGetCachedTitleOSVersions`에서 전달된 컨텍스트 개체에 대한 포인터입니다.

<a id="retvalSection" />

### 반환값

없음.

<a id="remarksSection" />

## 설명

이 콜백은 콘솔에 캐시된 각 프로비저닝된 Game OS에 대해 `XtfGetCachedTitleOSVersions`가 호출합니다. `version`으로 지정된 `FourPartVersion`을 사용하여 [XtfRemoveTitleOSFromCacheByVersion](/reference/tools/xtf/xtfapi/functions/xtfremovetitleosfromcachebyversion-xtfapi-xbox-windows-m) 또는 [XtfStartTitleOSByVersion](/reference/tools/xtf/xtfapi/functions/xtfstarttitleosbyversion-xtfapi-xbox-windows-m) 함수를 호출할 수 있습니다. 프로비저닝된 Game OS 파일 관리에 대한 자세한 내용은 [Application Management (xbapp.exe) (NDA topic)](/tools/tools-console/commandlinetools/xbapp)과 [Provision (xbprovision.exe) (NDA topic)](/tools/tools-console/commandlinetools/xbprovision)을 참조하세요.

<a id="requirementsSection" />

## 요구 사항

**헤더:** 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

- [XtfGetCachedTitleOSVersions](/ko/reference/tools/xtf/xtfapi/functions/xtfgetcachedtitleosversions-xtfapi-xbox-windows-m.md)
- [XtfGetTitleOSFourPartVersion](/ko/reference/tools/xtf/xtfapi/functions/xtfgettitleosfourpartversion-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)
- [XtfRemoveTitleOSFromCacheByVersion](/ko/reference/tools/xtf/xtfapi/functions/xtfremovetitleosfromcachebyversion-xtfapi-xbox-windows-m.md)
