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

Function w_NtSetTimer2

PoolParty/Native.cpp:125–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void w_NtSetTimer2(HANDLE TimerHandle, PLARGE_INTEGER DueTime, PLARGE_INTEGER Period, PT2_SET_PARAMETERS Parameters)
126{
127 NT_SUCCESS_OR_RAISE(
128 "NtSetTimer2",
129 NtSetTimer2(
130 TimerHandle,
131 DueTime,
132 Period,
133 Parameters)
134 );
135
136}

Callers 1

SetupExecutionMethod · 0.85

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected