XblPresenceGetPresenceForMultipleUsersResult
Get result for an XblPresenceGetPresenceForMultipleUsersAsync call.Syntax
Parameters
async _In_Type: XAsyncBlock* The AsyncBlock for this operation. presenceRecordHandles _Out_writes_(presenceRecordHandlesCount)
Type: XblPresenceRecordHandle* A caller allocated array that passes back the record handles result. Each handle will need to be released with XblPresenceRecordCloseHandle when they are no longer needed. presenceRecordHandlesCount _In_
Type: size_t Size of the handles array. Use XblPresenceGetPresenceForMultipleUsersResultCount to get the count required.
