MCPcopy Create free account
hub / github.com/Vector35/debugger / QueryInterface

Method QueryInterface

core/adapters/dbgengadapter.cpp:1408–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408HRESULT DbgEngOutputCallbacks::QueryInterface(const IID& interface_id, void** _interface)
1409{
1410 return S_OK;
1411}
1412
1413void DbgEngOutputCallbacks::SetAdapter(DebugAdapter* adapter)
1414{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected