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

Function w_NtQueryInformationWorkerFactory

PoolParty/WorkerFactory.cpp:3–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "WorkerFactory.hpp"
2
3void w_NtQueryInformationWorkerFactory(
4 HANDLE hWorkerFactory,
5 QUERY_WORKERFACTORYINFOCLASS WorkerFactoryInformationClass,
6 PVOID WorkerFactoryInformation,
7 ULONG WorkerFactoryInformationLength,
8 PULONG ReturnLength
9)
10{
11 NT_SUCCESS_OR_RAISE(
12 "NtQueryInformationWorkerFactory",
13 NtQueryInformationWorkerFactory(
14 hWorkerFactory,
15 WorkerFactoryInformationClass,
16 WorkerFactoryInformation,
17 WorkerFactoryInformationLength,
18 ReturnLength)
19 );
20}
21
22void w_NtSetInformationWorkerFactory(
23 HANDLE hWorkerFactory,

Callers 1

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected