次の方法で共有


XblProfileGetUserProfilesForSocialGroupResultCount

完了した XblProfileGetUserProfilesForSocialGroupAsync 操作からのプロフィールの数を取得します。

構文

HRESULT XblProfileGetUserProfilesForSocialGroupResultCount(  
         XAsyncBlock* async,  
         size_t* profileCount  
)  

パラメーター

async _In_
型: XAsyncBlock*

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

profileCount _Out_
型: size_t*

プロファイルの数を返します。

戻り値

型: HRESULT

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

要件

ヘッダー: profile_c.h

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

関連項目

profile_c