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