You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// they are statically sized and trivially copyable.
534
534
/// Call this API after calling either <see cref="XblSocialManagerCreateSocialUserGroupFromFilters"/>
535
535
/// or <see cref="XblSocialManagerCreateSocialUserGroupFromList"/> to create an XblSocialManagerUserGroup.
536
-
/// Have the XblSocialManagerUserGroupHandle returned by the <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded
537
-
/// event in <see cref="XblSocialManagerDoWork"/>.
536
+
/// Wait for <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event in <see cref="XblSocialManagerDoWork"/>. Prior to this the group will be empty.
/// but for filter-based groups, the set tracked users changes as the local user's relationships change.
556
555
/// Call this API after calling either <see cref="XblSocialManagerCreateSocialUserGroupFromFilters"/>
557
556
/// or <see cref="XblSocialManagerCreateSocialUserGroupFromList"/> to create an XblSocialManagerUserGroup.
558
-
/// Have the XblSocialManagerUserGroupHandle returned by the <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event
559
-
/// in <see cref="XblSocialManagerDoWork"/>.
557
+
/// Wait for <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event in <see cref="XblSocialManagerDoWork"/>. Prior to this the group will be empty.
/// (invalidating the returned handle) if the associated user is removed from Social Manager.</param>
631
629
/// <returns>HRESULT return code for this API operation.</returns>
632
630
/// <remarks>
633
-
/// The result of a user group being loaded will be triggered through
634
-
/// the <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event in <see cref="XblSocialManagerDoWork"/>.
631
+
/// Wait for <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event in <see cref="XblSocialManagerDoWork"/>. Prior to this the group will be empty.
/// (invalidating the returned handle) if the associated user is removed from Social Manager.</param>
653
650
/// <returns>HRESULT return code for this API operation.</returns>
654
651
/// <remarks>
655
-
/// The result of a user group being loaded will be triggered through
656
-
/// the <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event in <see cref="XblSocialManagerDoWork"/>.
652
+
/// Wait for <see cref="XblSocialManagerEventType"/>::SocialUserGroupLoaded event in <see cref="XblSocialManagerDoWork"/>. Prior to this the group will be empty.
0 commit comments