MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / SetHandle

Method SetHandle

FastCopy/ProcessIoCounter.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void ProcessIoCounter::SetHandle(HANDLE handle)
9{
10 memset(m_counter, 0, sizeof(m_counter));
11 m_handle = handle;
12}
13
14ProcessIoCounter::IOCounterDiff ProcessIoCounter::Update()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected