Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TwoSevenOneT/WSASS
/ PPLProcessCreator
Method
PPLProcessCreator
PPLHelp.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
public:
16
PPLProcessCreator() : m_hProcess(nullptr), m_hThread(nullptr) {}
17
~PPLProcessCreator()
18
{
19
if (m_hProcess) CloseHandle(m_hProcess);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected