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

# XblProfileGetUserProfilesResult

> XblProfileGetUserProfilesResult

# XblProfileGetUserProfilesResult

完了した XblProfileGetUserProfilesAsync 操作の結果を取得します。

## 構文

```cpp theme={null}
HRESULT XblProfileGetUserProfilesResult(  
         XAsyncBlock* async,  
         size_t profilesCount,  
         XblUserProfile* profiles  
)  
```

### パラメーター

*async*   \_In\_\
型: XAsyncBlock\*

XblProfileGetUserProfilesAsync に渡されたものと同じ AsyncBlock。

*profilesCount*   \_In\_\
型: size\_t

呼び出し元によって割り当てられた profiles 配列のサイズ。必要な数を取得するには [XblProfileGetUserProfilesResultCount](/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresultcount) を使用してください。

*profiles*   \_Out\_writes\_(profilesCount)\
型: [XblUserProfile\*](/reference/live/xsapi-c/profile_c/structs/xbluserprofile)

ユーザー プロファイルの結果を返す、呼び出し元によって割り当てられた配列。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 要件

**ヘッダー:** profile\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[profile\_c](/reference/live/xsapi-c/profile_c/profile_c_members)


## Related topics

- [XblUserProfile](/ja-jp/reference/live/xsapi-c/profile_c/structs/xbluserprofile.md)
- [XblProfileGetUserProfilesAsync](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesasync.md)
- [XblProfileGetUserProfilesResultCount](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresultcount.md)
- [XblProfileGetUserProfileResult](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofileresult.md)
- [XblProfileGetUserProfilesForSocialGroupResult](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesforsocialgroupresult.md)
