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

Function w_SetInformationJobObject

PoolParty/WinApi.cpp:118–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void w_SetInformationJobObject(HANDLE hJob, JOBOBJECTINFOCLASS JobObjectInformationClass, LPVOID lpJobObjectInformation, DWORD cbJobObjectInformationLength)
119{
120 RAISE_IF_FALSE(
121 "SetInformationJobObject",
122 SetInformationJobObject(
123 hJob,
124 JobObjectInformationClass,
125 lpJobObjectInformation,
126 cbJobObjectInformationLength)
127 );
128
129}
130
131void w_AssignProcessToJobObject(HANDLE hJob, HANDLE hProcess)
132{

Callers 1

SetupExecutionMethod · 0.85

Calls 1

RAISE_IF_FALSEFunction · 0.85

Tested by

no test coverage detected