Beispiel #1
0
 public void AuthAccountInfo(IntPtr authPtr, IntPtr self, AuthAccountInfoCb callback)
 {
     AuthAccountInfoNative(authPtr, self, callback);
 }
Beispiel #2
0
 public static extern void AuthAccountInfoNative(IntPtr authPtr, IntPtr self, AuthAccountInfoCb callback);
 public void AuthAccountInfo(IntPtr authPtr, AuthAccountInfoCb callback)
 {
     AuthAccountInfoNative(authPtr, callback.ToHandlePtr(), OnAuthAccountInfoCb);
 }