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

# PFAccountManagementServerUpdateAvatarUrlAsync

> 指定したプレイヤーのアバター URL を更新します。

指定したプレイヤーのアバター URL を更新します。

## 構文

```cpp theme={null}
HRESULT PFAccountManagementServerUpdateAvatarUrlAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementServerUpdateAvatarUrlRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`titleEntityHandle`**   PFEntityHandle

PFAuthenticationGetEntityWithSecretKeyAsync を使用して取得した、タイトル エンティティの PFEntityHandle。

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

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

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

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

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

## 解説

この API は Win32、Linux、および macOS で利用できます。操作の状態を取得するには、XAsyncGetStatus を呼び出します。サービス呼び出しが失敗した場合、非同期の結果はグローバルな PlayFab サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 要件

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

## 関連項目

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