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