다음을 통해 공유


XblMultiplayerGetSessionAsync

서버에서 모든 특성이 있는 기존 세션 개체를 가져옵니다.

구문

HRESULT XblMultiplayerGetSessionAsync(  
         XblContextHandle xblContext,  
         const XblMultiplayerSessionReference* sessionReference,  
         XAsyncBlock* async  
)  

매개 변수

xblContext _In_
형식: XblContextHandle

로컬 사용자용 Xbox Live 컨텍스트입니다.

sessionReference _In_
형식: XblMultiplayerSessionReference*

세션에 대한 식별 정보가 포함된 XblMultiplayerSessionReference 개체입니다.

async _In_
형식: XAsyncBlock*

이 작업에 대한 AsyncBlock입니다.

반환 값

형식: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

REST 호출

V102 GET /serviceconfigs/{serviceConfigurationId}/sessionTemplates/{sessiontemplateName}/sessions/{sessionName}을 호출합니다.

요구 사항

헤더: multiplayer_c.h

도서관: Microsoft.Xbox.Services.14x.GDK.C.lib

참고 항목

multiplayer_c