Example #1
0
 private void Alloc()
 {
     Pointer = new CPointer(SizeOf);
 }
Example #2
0
 public CStruct(CPointer Pointer)
 {
 }