Beispiel #1
0
 public static extern void survive_simple_close(SurviveSimpleContextPtr actx);
Beispiel #2
0
 public static extern bool survive_simple_is_running(SurviveSimpleContextPtr actx);
Beispiel #3
0
 public static extern SurviveSimpleObjectPtr survive_simple_get_next_updated(SurviveSimpleContextPtr actx);
Beispiel #4
0
 public static extern bool survive_simple_wait_for_update(SurviveSimpleContextPtr actx);
Beispiel #5
0
 public static extern SurviveSimpleObjectPtr survive_simple_get_next_object(SurviveSimpleContextPtr actx,
                                                                            SurviveSimpleObjectPtr aso);
Beispiel #6
0
 public static extern SurviveSimpleObjectPtr survive_simple_get_first_object(SurviveSimpleContextPtr actx);
Beispiel #7
0
 public static extern void survive_simple_start_thread(SurviveSimpleContextPtr actx);