XblMultiplayerSessionReferenceUri

表示会话引用的 URI 路径表示。

语法

typedef struct XblMultiplayerSessionReferenceUri {  
    char value[XBL_MULTIPLAYER_SESSION_REFERENCE_URI_MAX_LENGTH];  
} XblMultiplayerSessionReferenceUri  

成员

value
键入:char[XBL_MULTIPLAYER_SESSION_REFERENCE_URI_MAX_LENGTH]

URI 路径。

备注

URI 路径的格式为 /serviceconfigs/{scid}/sessiontemplates/{session-template-name}/sessions/{session-name},其中 {scid} 是特定于游戏的服务配置 ID。

参数属于

XblMultiplayerSessionReferenceToUriPath

要求

头文件:multiplayer_c.h

另请参阅

multiplayer_c