XblMultiplayerSearchHandleGetSessionOwnerXuids
Get a pointer to an array of Xuids who own the session associated with the search handle.Syntax
Parameters
handle _In_Type: 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.
