MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / AddRef

Method AddRef

LegacyUpdate/ProgressBarControl.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114STDMETHODIMP_(ULONG) CProgressBarControl::AddRef(void) {
115 return InterlockedIncrement(&m_refCount);
116}
117
118STDMETHODIMP_(ULONG) CProgressBarControl::Release(void) {
119 ULONG count = InterlockedDecrement(&m_refCount);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected