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

# PFServicesUninitializeAsync

> PlayFab Services 전역 상태를 정리합니다.

PlayFab Services 전역 상태를 정리합니다.

## 구문

```cpp theme={null}
HRESULT PFServicesUninitializeAsync(  
    XAsyncBlock* async  
)  
```

### 매개 변수

**`async`**   XAsyncBlock\*

비동기 작업을 위한 XAsyncBlock입니다.

### 반환 값

Type: HRESULT

이 API 작업의 결과 코드입니다.

## 설명

PFServicesInitialize()가 내부적으로 PFInitialize()를 호출해야 했던 경우 내부적으로 PFUninitializeAsync()를 호출합니다. 비동기 결과는 XAsyncGetStatus를 통해 반환됩니다.

## 요구 사항

**헤더:** PFServices.h

## 참고 항목

[PFServices 멤버](/services/playfab/api-references/c/pfservices/pfservices_members)


## Related topics

- [SDK 수명 주기](/ko/services/playfab/sdks/c/lifecycle.md)
- [Services C API 개요 - PFServices.h](/ko/services/playfab/api-references/c/pfservices/pfservices_members.md)
- [PlayFab Unified SDK에서 메모리 관리](/ko/services/playfab/sdks/unified-sdk/memory-management.md)
- [빠른 시작 Android](/ko/services/playfab/sdks/c/quickstart-android.md)
- [빠른 시작 GDK](/ko/services/playfab/sdks/c/quickstart-gdk.md)
