XblMultiplayerSessionHostCandidates
Host candidates are an ordered list of device tokens, ordered by preference as specified by XblMultiplayerMetrics in the session constants.Syntax
Parameters
handle _In_Type: XblMultiplayerSessionHandle Handle to the multiplayer session. deviceTokens _Out_
Type: XblDeviceToken** Passes back a pointer to the array of candidate device tokens. The memory for the pointer will remain valid for the life of the XblMultiplayerSessionHandle object until it is closed. deviceTokensCount _Out_
Type: size_t* Passes back the size of the deviceTokens array.
