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

Method CThreadEnumerator

Source/Client/NM_Engine/ThreadEnumerator.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "DynamicWinapi.h"
5
6CThreadEnumerator::CThreadEnumerator(DWORD dwProcessId) :
7 m_dwProcessId(dwProcessId)
8{
9 m_Cap = InitializeQuery();
10}
11
12CThreadEnumerator::~CThreadEnumerator()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected