XblMultiplayerGetSearchHandlesAsync
Search for sessions by their associated search handles.Syntax
Parameters
xblContext _In_Type: XblContextHandle XBOX live context for the local user. scid _In_z_
Type: char* The Service Configuration ID (SCID) within which to query for search handles. The SCID is considered case sensitive so paste it directly from the Partner Center sessionTemplateName _In_z_
Type: char* The name of the template to query for search handles. orderByAttribute _In_opt_z_
Type: char* This specifies the attribute to sort the search handles by. Pass empty string to default to ordering by ‘Timestamp asc’. orderAscending _In_
Type: bool Pass true to order ascending, false to order descending. searchFilter _In_opt_z_
Type: char* The query string to get the search handles for. socialGroup _In_opt_z_
Type: char* The social group to get the search handles for. async _In_
Type: XAsyncBlock* The AsyncBlock for this operation.
