Skip to main content

XblProfileGetUserProfileAsync

特定の XBOX ユーザーのユーザー プロフィールを取得します。

構文

パラメーター

xboxLiveContext   _In_
型: XblContextHandle
XblContextCreateHandle で作成された xbox live コンテキスト ハンドル。 xboxUserId   _In_
型: uint64_t
プロフィールを取得するユーザーの XBOX ユーザー ID。 async   _In_
型: XAsyncBlock*
呼び出し元が割り当てた AsyncBlock。

戻り値

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

解説

結果を取得するには、AsyncBlock コールバック内、または AsyncBlock 完了後に XblProfileGetUserProfileResult を呼び出します。

REST 呼び出し

V2 GET /users/batch/profile/settings を呼び出します

要件

ヘッダー: profile_c.h ライブラリ: Microsoft.Xbox.Services.14x.GDK.C.lib

関連項目

profile_c
最終更新日 2026年8月24日