示例#1
0
 public void NT_CancelPollRpc(NtRpcCallPoller poller)
 {
     Native_NT_CancelPollRpc(poller);
 }
示例#2
0
 public NtRpcAnswer *NT_PollRpcTimeout(NtRpcCallPoller poller, UIntPtr *len, double timeout, NtBool *timed_out)
 {
     return(Native_NT_PollRpcTimeout(poller, len, timeout, timed_out));
 }
示例#3
0
 private static extern void Native_NT_CancelPollRpc(NtRpcCallPoller poller);
示例#4
0
 public NtRpcAnswer *NT_PollRpc(NtRpcCallPoller poller, UIntPtr *len)
 {
     return(Native_NT_PollRpc(poller, len));
 }
示例#5
0
 private static extern NtRpcAnswer *Native_NT_PollRpcTimeout(NtRpcCallPoller poller, UIntPtr *len, double timeout, NtBool *timed_out);
示例#6
0
 private static extern NtRpcAnswer *Native_NT_PollRpc(NtRpcCallPoller poller, UIntPtr *len);
示例#7
0
 public void NT_CreatePolledRpc(NtEntry entry, byte *def, UIntPtr def_len, NtRpcCallPoller poller)
 {
     Native_NT_CreatePolledRpc(entry, def, def_len, poller);
 }
示例#8
0
 private static extern void Native_NT_CreatePolledRpc(NtEntry entry, byte *def, UIntPtr def_len, NtRpcCallPoller poller);
示例#9
0
 public void NT_DestroyRpcCallPoller(NtRpcCallPoller poller)
 {
     Native_NT_DestroyRpcCallPoller(poller);
 }
示例#10
0
 private static extern void Native_NT_DestroyRpcCallPoller(NtRpcCallPoller poller);