MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / w_ZwSetIoCompletion

Function w_ZwSetIoCompletion

PoolParty/Native.cpp:112–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void w_ZwSetIoCompletion(HANDLE IoCompletionHandle, PVOID KeyContext, PVOID ApcContext, NTSTATUS IoStatus, ULONG_PTR IoStatusInformation)
113{
114 NT_SUCCESS_OR_RAISE(
115 "ZwSetIoCompletion",
116 ZwSetIoCompletion(
117 IoCompletionHandle,
118 KeyContext,
119 ApcContext,
120 IoStatus,
121 IoStatusInformation)
122 );
123}
124
125void w_NtSetTimer2(HANDLE TimerHandle, PLARGE_INTEGER DueTime, PLARGE_INTEGER Period, PT2_SET_PARAMETERS Parameters)
126{

Callers 1

SetupExecutionMethod · 0.85

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected