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

Method AddRef

include/com/IUnknownImpl.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 STDMETHODIMP_(ULONG) AddRef(void) {
43 return InterlockedIncrement(&m_refCount);
44 }
45
46 STDMETHODIMP_(ULONG) Release(void) {
47 ULONG count = InterlockedDecrement(&m_refCount);

Callers 1

QueryInterfaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected