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