MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DropSource_QueryInterface

Function DropSource_QueryInterface

scintilla/win32/ScintillaWin.cxx:2021–2024  ·  view source on GitHub ↗

Implement IUnknown

Source from the content-addressed store, hash-verified

2019
2020/// Implement IUnknown
2021STDMETHODIMP DropSource_QueryInterface ( DropSource *ds, REFIID riid, PVOID *ppv )
2022{
2023 return ds->sci->QueryInterface ( riid, ppv );
2024}
2025STDMETHODIMP_ ( ULONG ) DropSource_AddRef ( DropSource *ds )
2026{
2027 return ds->sci->AddRef();

Callers

nothing calls this directly

Calls 1

QueryInterfaceMethod · 0.80

Tested by

no test coverage detected