MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / SetInformationThread

Function SetInformationThread

Source/Client/NM_Sys/API/ProcessesUtils.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221 _IRQL_requires_max_(PASSIVE_LEVEL)
222 NTSTATUS SetInformationThread(HANDLE hThread, THREADINFOCLASS ThreadInformationClass, IN PVOID ThreadInformation, ULONG ThreadInformationLength)
223 {
224 return ZwSetInformationThread(hThread, ThreadInformationClass, ThreadInformation, ThreadInformationLength);
225 }
226 }
227
228 namespace Information

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected