Пример #1
0
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
Пример #2
0
 public static extern void EventTapEnable(CFMachPortRef tap, bool enable);
Пример #3
0
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
Пример #4
0
 internal static extern CFMachPortRef EventTapEnable(CFMachPortRef tap, bool enable);