예제 #1
0
 private static extern int tgcpapi_csharp_set_uid_account(IntPtr handle, eAccountType type, eAccountFormat format, UInt64 uid);
예제 #2
0
 public int SetOpenUidAccount(eAccountType type, eAccountFormat format, UInt64 uid)
 {
     return(tgcpapi_csharp_set_uid_account(handle_, type, format, uid));
 }