MCPcopy Create free account
hub / github.com/Tracktion/choc / Release

Method Release

choc/gui/choc_WebView.h:1689–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687 HRESULT STDMETHODCALLTYPE QueryInterface (REFIID, LPVOID*) override { return E_NOINTERFACE; }
1688 ULONG STDMETHODCALLTYPE AddRef() override { return ++refCount; }
1689 ULONG STDMETHODCALLTYPE Release() override { auto newCount = --refCount; if (newCount == 0) delete this; return newCount; }
1690
1691 HRESULT STDMETHODCALLTYPE Invoke (HRESULT, ICoreWebView2Environment* env) override
1692 {

Callers 5

probeDeviceInfoMethod · 0.45
probeDeviceOpenMethod · 0.45
closeStreamMethod · 0.45
deviceQueryCallbackFunction · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected