scReportBeginGlobalData

GameSpy SDK

scReportBeginGlobalData

Tells the competition SDK to start writing global data to the report.

SCResult scReportBeginGlobalData(
SCReportPtr theReportData );
RoutineRequired HeaderDistribution
scReportBeginGlobalData<sc.h>SDKZIP

Return Value

Enum value used to indicate the specific result of the request. This will return SCResult_NO_ERROR if the request completed successfully.

Parameters

theReportData
[ref] A valid SC Report Object

Remarks

After creating a report, this function should be called prior to writing global game data. Global data comes before player and team data. Note that keys and values can be recorded via the key/value utility functions.