> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblMultiplayerSearchHandleGetSessionOwnerXuids

> XblMultiplayerSearchHandleGetSessionOwnerXuids

# XblMultiplayerSearchHandleGetSessionOwnerXuids

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

## 構文

```cpp theme={null}
HRESULT XblMultiplayerSearchHandleGetSessionOwnerXuids(  
         XblMultiplayerSearchHandle handle,  
         const uint64_t** xuids,  
         size_t* xuidsCount  
)  
```

### パラメーター

*handle*   \_In\_\
型: [XblMultiplayerSearchHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersearchhandle)

検索ハンドル詳細へのハンドル。

*xuids*   \_Out\_\
型: uint64\_t\*\*

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

*xuidsCount*   \_Out\_\
型: size\_t\*

配列内の XUID の数を返します。

### 戻り値

型: HRESULT

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

## 要件

**ヘッダー:** multiplayer\_c.h

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

## 関連項目

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)


## Related topics

- [XblMultiplayerGetSearchHandlesAsync](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayergetsearchhandlesasync.md)
- [XblMultiplayerSearchHandleGetSessionClosed](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetsessionclosed.md)
- [XblMultiplayerSearchHandleGetSessionReference](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetsessionreference.md)
- [XblMultiplayerSearchHandleGetCustomSessionPropertiesJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetcustomsessionpropertiesjson.md)
- [XblMultiplayerSearchHandleGetTags](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegettags.md)
