MCPcopy Create free account
hub / github.com/WinMerge/winmerge / AddRef

Method AddRef

Src/DropHandler.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304ULONG STDMETHODCALLTYPE DropHandler::AddRef(void)
305{
306 return InterlockedIncrement(&m_cRef);
307}
308
309ULONG STDMETHODCALLTYPE DropHandler::Release(void)
310{

Callers 15

LoadMethod · 0.45
SetHostObjectMethod · 0.45
InvokePluginOnEventFunction · 0.45
QueryInterfaceFunction · 0.45
LWArgFunction · 0.45
GetTIMethod · 0.45
GetTIMethod · 0.45
GetTIMethod · 0.45
GetTIMethod · 0.45
GetTIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected