XblMultiplayerSessionCurrentUserSetEncounters
Sets a list of group names for the current user indicating which groups that user encountered during a multiplayer session. An encounter is a brief interaction with another group.Syntax
Parameters
handle _In_Type: XblMultiplayerSessionHandle Handle to the multiplayer session. encounters _In_reads_(encountersCount)
Type: char** Array of encounter strings. encountersCount _In_
Type: size_t Size of the encounters array.
