Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_AddRef
Function · 0.45
ICOMLicenseAgent2_AddRef
Function · 0.45
SetAdvise
Method · 0.45
SetClientSite
Method · 0.45
GetClientSite
Method · 0.45
CComPtr
Method · 0.45
operator =
Method · 0.45
QueryInterface
Method · 0.45
GetTypeInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected