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

Function DirectInputDllGetClassObject

DllMain.cpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830HRESULT WINAPI DirectInputDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv)
831{
832 return originalDirectInputDllGetClassObject(rclsid, riid, ppv);
833}
834
835LPCDIDATAFORMAT WINAPI DirectInputGetdfDIJoystick()
836{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected