| 121 | } |
| 122 | |
| 123 | STDMETHODIMP_(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 |
| 134 | STDMETHODIMP CShellExt::GetClassID(CLSID *pclsid) |
no outgoing calls
no test coverage detected