コード例 #1
0
ファイル: EvrcProtocal.cs プロジェクト: AndrewChien/EVRCTest
 public static extern int proto_unpack_login_ack(ref stUser pUser, ref byte pBuff, uint uiBufSize);
コード例 #2
0
ファイル: EvrcProtocal.cs プロジェクト: AndrewChien/EVRCTest
 public static extern int proto_make_login_packet(ref stUser pUser, ref byte pBuff);