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

Method CSafeThreadHandle

Source/Client/NM_Engine/SafeThreadHandle.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "Defines.h"
8
9CSafeThreadHandle::CSafeThreadHandle(DWORD dwAccess) :
10 m_dwAccess(dwAccess)
11{
12 CloseUselessHandles();
13}
14CSafeThreadHandle::~CSafeThreadHandle()
15{
16 CloseUselessHandles();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected