scReportSetAsMatchless
Called after creating the report to set it as a matchless report - this is needed if the report is being submitted to a "matchless" game session.
- SCResult scReportSetAsMatchless(
- SCReportPtr theReport );
Routine | Required Header | Distribution |
---|---|---|
scReportSetAsMatchless | <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
- [ref] A valid SC Report Object
Remarks
This should not be used for a non-matchless session report.
Section Reference: Gamespy Competition SDK
See Also: scCreateMatchlessSession, scCreateReport