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

Method sQueryInterface

XBOBTFF/FFDriver.cpp:698–702  ·  view source on GitHub ↗

static c->c++ glue functions

Source from the content-addressed store, hash-verified

696
697// static c->c++ glue functions
698HRESULT FeedbackXBOBT::sQueryInterface(void *self, REFIID iid, LPVOID *ppv)
699{
700 FeedbackXBOBT *obj = ((XboxOneBTInterfaceMap *)self)->obj;
701 return obj->QueryInterface(iid, ppv);
702}
703
704ULONG FeedbackXBOBT::sAddRef(void *self)
705{

Callers

nothing calls this directly

Calls 1

QueryInterfaceMethod · 0.45

Tested by

no test coverage detected