示例#1
0
 public void NT_DisposeConnectionNotification(NtConnectionNotification *info)
 {
     Native_NT_DisposeConnectionNotification(info);
 }
示例#2
0
 public void NT_DisposeConnectionNotificationArray(NtConnectionNotification *arr, UIntPtr count)
 {
     Native_NT_DisposeConnectionNotificationArray(arr, count);
 }
示例#3
0
 private static extern void Native_NT_DisposeConnectionNotification(NtConnectionNotification *info);
示例#4
0
 private static extern void Native_NT_DisposeConnectionNotificationArray(NtConnectionNotification *arr, UIntPtr count);