Example #1
0
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
Example #2
0
 public static extern void EventTapEnable(CFMachPortRef tap, bool enable);
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
Example #4
0
 internal static extern CFMachPortRef EventTapEnable(CFMachPortRef tap, bool enable);