Beispiel #1
0
 public Recording_state Record()
 {
     Recording_state state = new Recording_state();
     dllz_record(ref state);
     return state;
 }
Beispiel #2
0
 private static extern void dllz_record(ref Recording_state state);