XblMultiplayerGetActivitiesForUsersAsync
사용되지 않음(DEPRECATED) - 결과에CustomSessionProperties도 채워주는 XblMultiplayerGetActivitiesWithPropertiesForUsersAsync를 호출하세요.XBOX 사용자 ID로 지정된 플레이어 집합의 현재 활동을 쿼리합니다.
Syntax
Parameters
xblContext _In_Type: XblContextHandle 로컬 사용자의 XBOX Live 컨텍스트입니다. scid _In_
Type: char* 활동을 쿼리할 서비스 구성 식별자(SCID)입니다. SCID는 대/소문자를 구분하므로 파트너 센터에서 직접 붙여넣으세요. xuids _In_reads_(xuidsCount)
Type: uint64_t* 활동을 찾을 XBOX 사용자 ID 목록입니다. xuidsCount _In_
Type: size_t
xuids 배열의 크기입니다.
async _In_Type: XAsyncBlock* 이 작업에 대한
XAsyncBlock입니다.
