XblMultiplayerQuerySessionsResult
Gets the results of a session query.Syntax
Parameters
async _In_Type: XAsyncBlock* The AsyncBlock for this operation. sessionCount _In_
Type: size_t The number of sessions that matched the query. Use XblMultiplayerQuerySessionsResultCount to get the count required. sessions _Out_writes_(sessionCount)
Type: XblMultiplayerSessionQueryResult* A caller allocated array to pass back the session query results.
