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

Function w_NtSetInformationWorkerFactory

PoolParty/WorkerFactory.cpp:22–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void w_NtSetInformationWorkerFactory(
23 HANDLE hWorkerFactory,
24 SET_WORKERFACTORYINFOCLASS WorkerFactoryInformationClass,
25 PVOID WorkerFactoryInformation,
26 ULONG WorkerFactoryInformationLength
27)
28{
29 NT_SUCCESS_OR_RAISE(
30 "NtSetInformationWorkerFactory",
31 NtSetInformationWorkerFactory(
32 hWorkerFactory,
33 WorkerFactoryInformationClass,
34 WorkerFactoryInformation,
35 WorkerFactoryInformationLength)
36 );
37}

Callers 1

SetupExecutionMethod · 0.85

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected