Esempio n. 1
0
 public static Pointer newUInt32(long x) {
   Pointer p = newUInt32();
   p.setUInt32Value(x);
   return p;
 }