Example #1
0
 public void Create()
 {
     NativeWrapper.CreateManager();
     onOnNotificationCallback = new OnNotificationCallback(OnNotificationCallback);
     NativeWrapper.AddWatcher(onOnNotificationCallback, IntPtr.Zero);
 }
Example #2
0
 public extern static bool RemoveWatcher(OnNotificationCallback watcher, IntPtr context);