scDestroyReport

GameSpy SDK

scDestroyReport

Used to clean up and free the report object after it has been submitted.

SCResult scDestroyReport(
SCReportPtr theReport );
RoutineRequired HeaderDistribution
scDestroyReport<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] The pointer to a created SC Report Object.

Remarks

This should be called regardless of whether or not the report was submitted successfully. It should only be used if the report object contains a valid pointer from a successful call to scCreateReport.

Section Reference: Gamespy Competition SDK

See Also: scCreateReport