static unsafe extern void RemoveObserver(CFNotificationCenterRef center, IntPtr observer, CFNotificationCallback callback, IntPtr name, IntPtr obj);
示例#2
0
 static extern unsafe void RemoveObserver(CFNotificationCenterRef center, IntPtr observer, CFNotificationCallback callback, IntPtr name, IntPtr obj);
 static unsafe extern void AddObserver(CFNotificationCenterRef center, IntPtr observer, CFNotificationCallback callback, IntPtr name, IntPtr obj, CFNotificationSuspensionBehavior suspensionBehavior);
示例#4
0
 static extern unsafe void AddObserver(CFNotificationCenterRef center, IntPtr observer, CFNotificationCallback callback, IntPtr name, IntPtr obj, CFNotificationSuspensionBehavior suspensionBehavior);