XblMultiplayerSearchHandleGetNumberAttributes
Get a pointer to an array of attributes attached with the search handle.Syntax
Parameters
handle _In_Type: XblMultiplayerSearchHandle Handle to the search handle details. attributes _Out_
Type: XblMultiplayerSessionNumberAttribute** Passes back a pointer to array of attributes. The memory for the returned pointer will remain valid for the life of the XblMultiplayerSessionHandle object until it is closed. attributesCount _Out_
Type: size_t* Passes back the count of attributes in the attributes array.
