XblMultiplayerQuerySessionsAsync
使用各种筛选器检索会话列表。
语法
HRESULT XblMultiplayerQuerySessionsAsync(
XblContextHandle xblContext,
const XblMultiplayerSessionQuery* sessionQuery,
XAsyncBlock* async
)
参数
xblContext _In_
类型:XblContextHandle
本地用户的 Xbox Live 上下文。
sessionQuery _In_
类型:XblMultiplayerSessionQuery*
用于定义查询的参数的会话查询对象。
async _In_
类型:XAsyncBlock*
此操作的 AsyncBlock。
返回值
类型:HRESULT
此 API 操作的 HRESULT 返回代码。
REST 调用
调用 V102 GET /serviceconfigs/{scid}/sessions or /serviceconfigs/{scid}/sessiontemplates/{session-template-name}/sessions
要求
头文件:multiplayer_c.h
图书馆: Microsoft.Xbox.Services.14x.GDK.C.lib