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

# PFUninitializeAsync

> PlayFab のグローバル状態をクリーンアップします。

PlayFab のグローバル状態をクリーンアップします。

## 構文

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

### パラメーター

**`async`**   XAsyncBlock\*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

非同期結果は XAsyncGetStatus を介して返されます。

## 要件

**ヘッダー:** PFCore.h

## 関連項目

[PFCore のメンバー](/services/playfab/api-references/c/pfcore/pfcore_members)


## Related topics

- [PFServicesUninitializeAsync](/ja-jp/services/playfab/api-references/c/pfservices/functions/pfservicesuninitializeasync.md)
- [SDK ライフサイクル](/ja-jp/services/playfab/sdks/c/lifecycle.md)
- [Services C API overview - PFCore.h](/ja-jp/services/playfab/api-references/c/pfcore/pfcore_members.md)
- [メモリフック](/ja-jp/services/playfab/sdks/c/memory.md)
- [PFMultiplayerUninitialize](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmultiplayer/functions/pfmultiplayeruninitialize.md)
