scReportEnd

GameSpy SDK

scReportEnd

Denotes the end of a report for the report specified.

SCResult scReportEnd(
SCReportPtr theReport,
gsi_bool isAuth,
SCGameStatus theStatus );
RoutineRequired HeaderDistribution
scReportEnd<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

theReport
[in] A valid SC Report Object
isAuth
[in] Authoritative report
theStatus
[in] Final Status of the reported game

Remarks

Used to set the end of a report. The report must have been properly created and have some data. Any report being submitted requires that function be called before the submission. Incomplete reports will be discarded.