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

Method AddRef

include/com/ComClass.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 STDMETHODIMP_(ULONG) AddRef(void) {
21 return m_pParent->AddRef();
22 }
23
24 STDMETHODIMP_(ULONG) Release(void) {
25 return m_pParent->Release();

Callers 9

ICOMLicenseAgent_AddRefFunction · 0.45
ICOMLicenseAgent2_AddRefFunction · 0.45
SetAdviseMethod · 0.45
SetClientSiteMethod · 0.45
GetClientSiteMethod · 0.45
CComPtrMethod · 0.45
operator =Method · 0.45
QueryInterfaceMethod · 0.45
GetTypeInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected