MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / Release

Method Release

src/TortoiseShell/ShellExt.cpp:123–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123STDMETHODIMP_(ULONG) CShellExt::Release()
124{
125 if (InterlockedDecrement(&m_cRef))
126 return m_cRef;
127
128 delete this;
129
130 return 0L;
131}
132
133// IPersistFile members
134STDMETHODIMP CShellExt::GetClassID(CLSID *pclsid)

Callers 15

InitializeMethod · 0.45
GetStateMethod · 0.45
~PIDLMethod · 0.45
OnInitDialogMethod · 0.45
OnTaskbarBtnCreatedMethod · 0.45
OnLvnBegindragMethod · 0.45
OnInitDialogMethod · 0.45
OnTaskbarBtnCreatedMethod · 0.45
OnInitDialogMethod · 0.45
OnTaskbarBtnCreatedMethod · 0.45
OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected