XblMultiplayerSearchHandleGetSessionOwnerXuids

検索ハンドルに関連付けられているセッションを所有する Xuid の配列へのポインターを取得します。

構文

HRESULT XblMultiplayerSearchHandleGetSessionOwnerXuids(  
         XblMultiplayerSearchHandle handle,  
         const uint64_t** xuids,  
         size_t* xuidsCount  
)  

パラメーター

handle _In_
型: XblMultiplayerSearchHandle

検索ハンドル詳細に対するハンドル。

xuids _Out_
型: uint64_t**

xuids の配列へのポインターを返します。 ポインターのメモリは、XblMultiplayerSessionHandle オブジェクトの存続期間中、オブジェクトが閉じられるまでは有効なままです。

xuidsCount _Out_
型: size_t*

xuids 内のタグの数を返します。

戻り値

型: HRESULT

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

要件

ヘッダー: multiplayer_c.h

図書館: Microsoft.Xbox.Services.14x.GDK.C.lib

関連項目

multiplayer_c