Beispiel #1
0
 public static extern bool PhfWaitForEvent(
     PhEvent* Event,
     long* Timeout
     );
Beispiel #2
0
 public static extern void PhfResetEvent(
     PhEvent* Event
     );
Beispiel #3
0
 public static extern void PhfInitializeEvent(
     PhEvent* Event
     );