コード例 #1
0
 public static extern SCResult scReportSetPlayerData
 (
     IntPtr theReport,          // SCReportPtr
     UInt32 thePlayerIndex,
     byte[]          thePlayerConnectionId,
     UInt32 thePlayerTeamId,
     SCGameResult result,
     UInt32 theProfileId,
     ref gamespyAuth.GSLoginCertificate certificate,         // GSLoginCertificate *
     byte[]          theAuthData
 );
コード例 #2
0
 public static extern SCResult scReportSetTeamData
 (
     IntPtr theReport,  //SCReportPtr
     UInt32 theTeamId,
     SCGameResult result
 );