MCPcopy Create free account
hub / github.com/cinience/RedisStudio / AddRef

Method AddRef

DuiLib/Control/UIWebBrowser.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138STDMETHODIMP_(ULONG) DuiLib::CWebBrowserUI::AddRef()
139{
140 InterlockedIncrement(&m_dwRef);
141 return m_dwRef;
142}
143
144STDMETHODIMP_(ULONG) DuiLib::CWebBrowserUI::Release()
145{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected