次の方法で共有


XblProfileGetUserProfilesResult

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

構文

HRESULT XblProfileGetUserProfilesResult(  
         XAsyncBlock* async,  
         size_t profilesCount,  
         XblUserProfile* profiles  
)  

パラメーター

async _In_
型: XAsyncBlock*

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

profilesCount _In_
型: size_t

呼び出し元に割り当てられたプロフィール配列のサイズ。 XblProfileGetUserProfilesResultCount を使用して、必要な数を取得します。

profiles _Out_writes_(profilesCount)
型: XblUserProfile*

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

戻り値

型: HRESULT

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

要件

ヘッダー: profile_c.h

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

関連項目

profile_c