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

Method AddRef

LegacyUpdate/LegacyUpdateCtrl.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121STDMETHODIMP_(ULONG) CLegacyUpdateCtrl::AddRef(void) {
122 return InterlockedIncrement(&m_refCount);
123}
124
125STDMETHODIMP_(ULONG) CLegacyUpdateCtrl::Release(void) {
126 ULONG count = InterlockedDecrement(&m_refCount);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected