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

Function DirectInputDirectInputCreateEx

DllMain.cpp:801–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799 return res;
800}
801HRESULT WINAPI DirectInputDirectInputCreateEx(HINSTANCE hinst, DWORD dwVersion, REFIID riidltf, LPVOID* ppvOut, LPUNKNOWN punkOuter)
802{
803 HRESULT res = originalDirectInputDirectInputCreateEx(hinst, dwVersion, riidltf, ppvOut, punkOuter);
804 return res;
805}
806// DINPUT8 WRAPPER
807HRESULT WINAPI DirectInputDirectInput8Create(HINSTANCE hinst, DWORD dwVersion, REFIID riidltf, LPVOID* ppvOut, LPUNKNOWN punkOuter)
808{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected