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

# XblProfileGetUserProfileResult

> XblProfileGetUserProfileResult

# XblProfileGetUserProfileResult

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

## 構文

```cpp theme={null}
HRESULT XblProfileGetUserProfileResult(  
         XAsyncBlock* async,  
         XblUserProfile* profile  
)  
```

### パラメーター

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

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

*profile*   \_Out\_\
型: [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)
- [XblProfileGetUserProfileAsync](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofileasync.md)
- [XSAPI C API で非同期呼び出しを行う](/ja-jp/services/xbox-services/fundamentals/xbox-services-api/live-flatc-async-patterns.md)
- [XblProfileGetUserProfilesResult](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresult.md)
- [XblProfileGetUserProfilesResultCount](/ja-jp/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresultcount.md)
