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

Function DirectInputDirectInputCreateW

DllMain.cpp:796–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 return res;
795}
796HRESULT WINAPI DirectInputDirectInputCreateW(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTW* ppDI, LPUNKNOWN punkOuter)
797{
798 HRESULT res = originalDirectInputDirectInputCreateW(hinst, dwVersion, ppDI, punkOuter);
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected