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

Method WriteEffectToFile

IDirectInputDevice.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::WriteEffectToFile(LPCTSTR lptszFileName, DWORD dwEntries, LPDIFILEEFFECT rgDiFileEft, DWORD dwFlags)
212{
213 if (pDeviceA) return pDeviceA->WriteEffectToFile((LPCSTR)lptszFileName, dwEntries, rgDiFileEft, dwFlags);
214 return pDeviceW->WriteEffectToFile(lptszFileName, dwEntries, rgDiFileEft, dwFlags);
215}
216
217#if DIRECTINPUT_VERSION >= 0x0800
218

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected