XblMultiplayerSessionCurrentUserSetGroups
Sets a string vector of group names for the current user indicating which groups that user was part of during a multiplayer session.Syntax
Parameters
handle _In_Type: XblMultiplayerSessionHandle Handle to the multiplayer session. groups _In_reads_(groupsCount)
Type: char** Array of group names. groupsCount _In_
Type: size_t Size of the groups array.
