> ## 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

Get a pointer to an array of Xuids who own the session associated with the search handle.

## Syntax

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

### Parameters

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

Handle to the search handle details.

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

Passes back a pointer to array of xuids. The memory for the pointer will remain valid for the life of the XblMultiplayerSessionHandle object until it is closed.

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

Passes back the count of xuids in the array.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** multiplayer\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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


## Related topics

- [XblMultiplayerGetSearchHandlesAsync](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayergetsearchhandlesasync.md)
- [XblMultiplayerSearchHandleGetSessionClosed](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetsessionclosed.md)
- [XblMultiplayerSearchHandleGetSessionReference](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetsessionreference.md)
- [XblMultiplayerSearchHandleGetCustomSessionPropertiesJson](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetcustomsessionpropertiesjson.md)
- [XblMultiplayerSearchHandleGetVisibility](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetvisibility.md)
