XblMultiplayerGetSearchHandlesResult
Get handles to the local search handle objects returned from XblMultiplayerGetSearchHandlesAsync call.Syntax
Parameters
async _In_Type: XAsyncBlock* The AsyncBlock for this operation. searchHandles _Out_writes_(searchHandlesCount)
Type: XblMultiplayerSearchHandle* A caller allocated array to pass back the search handle results. Each handle must later be closed with XblMultiplayerSearchHandleCloseHandle. searchHandlesCount _In_
Type: size_t Size of search handles array. Use XblMultiplayerGetSearchHandlesResultCount to get the count required.
