Exemplo n.º 1
0
 public static extern SU_RESULT SUEntityListSize(SUEntityListRef list, ref size_t count);
Exemplo n.º 2
0
 public static extern SU_RESULT SUEntityListBegin(SUEntityListRef list, ref SUEntityListIteratorRef iterator);
Exemplo n.º 3
0
 public static extern SU_RESULT SUEntityListCreate(out SUEntityListRef list);
Exemplo n.º 4
0
 public static extern SU_RESULT SUEntityListRelease(ref SUEntityListRef list);
Exemplo n.º 5
0
 public static extern SU_RESULT SUEntitiesEntityListFill(SUEntitiesRef entities, SURefType type, SUEntityListRef list);