Ejemplo n.º 1
0
 private static extern void EchoUnsignedInt(uint value, EchoUnsignedIntCallback callback);
Ejemplo n.º 2
0
 public static void ApiEchoUnsignedInt(uint value, EchoUnsignedIntCallback callback)
 {
     EchoUnsignedInt(value, callback);
 }