Ejemplo n.º 1
0
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
Ejemplo n.º 2
0
 public static extern void EventTapEnable(CFMachPortRef tap, bool enable);
Ejemplo n.º 3
0
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
Ejemplo n.º 4
0
 internal static extern CFMachPortRef EventTapEnable(CFMachPortRef tap, bool enable);