XblSocialManagerDoWork
Called whenever the title wants to update the social graph and get list of change events.Syntax
Parameters
socialEvents _Outptr_result_maybenull_Type: XblSocialManagerEvent** Passes back a pointer to the array of social events that have occurred since the last call to XblSocialManagerDoWork. This array is only valid until the next call to XblSocialManagerDoWork. The internal array will automatically be cleaned up when XblCleanup is called. socialEventsCount _Out_
Type: size_t* Passes back the number of events in the social events array.
