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