Freigeben über


XblMultiplayerSessionReferenceUri

Represents a URI path representation of a session reference.

Syntax

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

Members

value
Type: char[XBL_MULTIPLAYER_SESSION_REFERENCE_URI_MAX_LENGTH]

The URI path.

Remarks

The format of the URI path is /serviceconfigs/{scid}/sessiontemplates/{session-template-name}/sessions/{session-name}, where {scid} is the service configuration ID specific to the title.

Argument of

XblMultiplayerSessionReferenceToUriPath

Requirements

Header: multiplayer_c.h

See also

multiplayer_c