Contents Constructor (const MpsdMap&, const MpsdMap&, const MpsdMap&, const MpsdMap&) [Xbox Live Compute]

Creates an instance of Contents initialized with the specified properties and constants.

Syntax

public:
Contents(
         const MpsdMap &systemProperties,
         const MpsdMap &customProperties,
         const MpsdMap &systemConstants,
         const MpsdMap &customConstants
)  

Parameters

systemProperties
Type: MpsdMap 

The system properties for the Contents instance.

customProperties
Type: MpsdMap 

The custom properties for the Contents instance.

systemConstants
Type: MpsdMap 

The system constants for the Contents instance.

customConstants
Type: MpsdMap 

The custom constants for the Contents instance.

Requirements

Header: Declared in MultiplayerSession.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

Contents