예제 #1
0
 internal static extern CFRunLoopSourceRef MachPortCreateRunLoopSource(
     CFAllocatorRef allocator,
     CFMachPortRef port,
     CFIndex order);
예제 #2
0
파일: CG.cs 프로젝트: wj-wong/OutsideTheBox
 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);