MCPcopy Create free account
hub / github.com/360Controller/360Controller / sQueryInterface

Method sQueryInterface

Feedback360/Feedback360.cpp:660–664  ·  view source on GitHub ↗

static c->c++ glue functions

Source from the content-addressed store, hash-verified

658
659// static c->c++ glue functions
660HRESULT Feedback360::sQueryInterface(void *self, REFIID iid, LPVOID *ppv)
661{
662 Feedback360 *obj = ((Xbox360InterfaceMap *)self)->obj;
663 return obj->QueryInterface(iid, ppv);
664}
665
666ULONG Feedback360::sAddRef(void *self)
667{

Callers

nothing calls this directly

Calls 1

QueryInterfaceMethod · 0.45

Tested by

no test coverage detected