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