XblMultiplayerGetSearchHandlesResultCount

Get the number of search handles returned from an XblMultiplayerGetSearchHandlesAsync call.

Syntax

HRESULT XblMultiplayerGetSearchHandlesResultCount(  
         XAsyncBlock* async,  
         size_t* searchHandleCount  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

searchHandleCount   _Out_
Type: size_t*

Passes back the number of search results.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: multiplayer_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

multiplayer_c