Esempio n. 1
0
 public APICallCallback()
 {
     callback = CallbackIdentities.GetCallbackIdentity(typeof(CallbackType));
     size     = Marshal.SizeOf(typeof(CallbackType));
 }
Esempio n. 2
0
 public void UnRegister()
 {
     CallbackDispatcher.UnRegisterCallback(this, CallbackIdentities.GetCallbackIdentity(typeof(CallbackType)));
 }