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

# PFEntityCloseHandle

> PFEntityHandle を閉じます。

PFEntityHandle を閉じます。

## 構文

```cpp theme={null}
void PFEntityCloseHandle(  
    PFEntityHandle entityHandle  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

閉じるエンティティ ハンドル。

### 戻り値

型: void

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

## 要件

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

## 関連項目

[PFEntity メンバー](/services/playfab/api-references/c/pfentity/pfentity_members)


## Related topics

- [PFEntityDuplicateHandle](/ja-jp/services/playfab/api-references/c/pfentity/functions/pfentityduplicatehandle.md)
- [PFAuthenticationGetEntityGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationgetentitygetresult.md)
- [PFAuthenticationGetEntityWithSecretKeyGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationgetentitywithsecretkeygetresult.md)
- [PFAuthenticationAuthenticateGameServerWithCustomIdGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationauthenticategameserverwithcustomidgetresult.md)
- [PFAuthenticationServerLoginWithXboxGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithxboxgetresult.md)
