MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / AddRef

Method AddRef

SampleApps/WebView2APISample/AppWindow.cpp:3036–3039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3034}
3035
3036void AppWindow::AddRef()
3037{
3038 InterlockedIncrement((LONG*)&m_refCount);
3039}
3040
3041void AppWindow::Release()
3042{

Callers 1

CreateNewThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected