XblMultiplayerGetActivitiesForUsersAsync
DEPRECATED - Call XblMultiplayerGetActivitiesWithPropertiesForUsersAsync, which also populatesCustomSessionProperties in the result.Queries for the current activity for a set of players specified by XBOX user ID.
Syntax
Parameters
xblContext _In_Type: XblContextHandle XBOX Live context for the local user. scid _In_
Type: char* The service configuration identifier (SCID) within which to query for activities. The SCID is case-sensitive, so paste it directly from Partner Center. xuids _In_reads_(xuidsCount)
Type: uint64_t* The list of XBOX user IDs to find activities for. xuidsCount _In_
Type: size_t The size of the
xuids array.
async _In_Type: XAsyncBlock* The
XAsyncBlock for this operation.
