MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / AddRef

Method AddRef

ThirdParty/ASIO/common/dllentry.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93STDMETHODIMP_(ULONG) CClassFactory::AddRef()
94{
95 return ++m_cRef;
96}
97
98STDMETHODIMP_(ULONG) CClassFactory::Release()
99{

Callers 3

QueryInterfaceMethod · 0.80
DllGetClassObjectFunction · 0.80
GetInterfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected