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

# PFAccountManagementClientLinkTwitchAsync

> トークンに関連付けられた Twitch アカウントをユーザーの PlayFab アカウントにリンクします。

トークンに関連付けられた Twitch アカウントをユーザーの PlayFab アカウントにリンクします。

## 構文

```cpp theme={null}
HRESULT PFAccountManagementClientLinkTwitchAsync(  
    PFEntityHandle entityHandle,  
    const PFAccountManagementLinkTwitchAccountRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

**`request`**   [PFAccountManagementLinkTwitchAccountRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinktwitchaccountrequest)

値が設定されたリクエスト オブジェクト。

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

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

## 解説

この API は Win32、Linux、macOS で利用できます。ClientLoginWithTwitchAsync、ClientUnlinkTwitchAsync も参照してください。操作の状態を取得するには XAsyncGetStatus を呼び出します。サービス呼び出しが失敗した場合、非同期結果は E\_PF\_ACCOUNT\_ALREADY\_LINKED、E\_PF\_FEATURE\_NOT\_CONFIGURED\_FOR\_TITLE、E\_PF\_INVALID\_TWITCH\_TOKEN、E\_PF\_LINKED\_ACCOUNT\_ALREADY\_CLAIMED、E\_PF\_TWITCH\_RESPONSE\_ERROR、またはグローバル PlayFab サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 要件

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

## 関連項目

[PFAccountManagement のメンバー](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)
