Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ AddRef
Method
AddRef
source/util/networkutils.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
return E_NOINTERFACE;
40
}
41
ULONG STDMETHODCALLTYPE AddRef(void) override {
42
return 1;
43
}
44
ULONG STDMETHODCALLTYPE Release(void) override {
45
return 1;
46
}
Callers
5
SDLMMNotificationClient_QueryInterface
Function · 0.80
WASAPI_ActivateDevice
Function · 0.80
ImGui_ImplDX10_Init
Function · 0.80
ImGui_ImplDX9_Init
Function · 0.80
ImGui_ImplDX11_Init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected