次の方法で共有


XblPresenceGetPresenceForMultipleUsersResultCount

XblPresenceGetPresenceForMultipleUsersAsync 呼び出しの結果の数を取得します。

構文

HRESULT XblPresenceGetPresenceForMultipleUsersResultCount(  
         XAsyncBlock* async,  
         size_t* resultCount  
)  

パラメーター

async _In_
型: XAsyncBlock*

この操作の AsyncBlock。

resultCount _Out_
型: size_t*

プレゼンス レコードの数を返します。

戻り値

型: HRESULT

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

要件

ヘッダー: presence_c.h

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

関連項目

XblPresenceGetPresenceForMultipleUsersResult
presence_c