MCPcopy Create free account
hub / github.com/Boomslangnz/FFBArcadePlugin / QueryInterface

Method QueryInterface

IDirectInputDevice.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::QueryInterface(REFIID riid, LPVOID* ppvObj)
26{
27 if (pDeviceA) return pDeviceA->QueryInterface(riid, ppvObj);
28 return pDeviceW->QueryInterface(riid, ppvObj);
29}
30
31ULONG STDMETHODCALLTYPE DirectInputDeviceWrapper::AddRef(void)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected