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

# XDK XSAPI와의 이전 버전 호환성

> 기존 XBOX Live 게임 코드를 이식할 때 XDK 시대의 C++ XSAPI를 계속 사용할 수 있도록 GDK와 함께 제공되는 xsapi-cpp 호환성 헤더를 포함합니다.

## XDK XSAPI 호환성 헤더 액세스

XSAPI(XBOX Service API)는 C 라이브러리로 제공되지만, GDK에는 [XDK와 함께 제공된 XSAPI](https://github.com/microsoft/xbox-live-api)의 C++ 버전에 대한 헤더도 포함되어 있습니다.

이 API에 대한 액세스가 필요한 경우 다음 헤더를 포함하기만 하면 됩니다:

```cpp theme={null}
#include <xsapi-cpp\services.h>
```

## 참고 항목

[XSAPI C API 소개](/services/xbox-services/fundamentals/xbox-services-api/live-xsapi-flat-c)

[XSAPI 참조](/reference/live/xsapi-c/atoc-xsapi-c)


## Related topics

- [이전 버전 호환성만을 통한 크로스 제너레이션 게임](/ko/build/console-features/cross-gen/cross-gen-backcompat-only.md)
- [듀얼 SKU 크로스 제너레이션 게임](/ko/build/console-features/cross-gen/cross-gen-dual-sku.md)
- [크로스 제너레이션 게임](/ko/build/console-features/cross-gen/cross-gen-overview.md)
- [XBOX services API](/ko/services/xbox-services/fundamentals/xbox-services-api/index.md)
- [XBOX Live helper library for PlayFab Party](/ko/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
