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

Method SetDataFormat

IDirectInputDevice.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetDataFormat(LPCDIDATAFORMAT lpdf)
188{
189 if (pDeviceA) return pDeviceA->SetDataFormat(lpdf);
190 return pDeviceW->SetDataFormat(lpdf);
191}
192
193HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetEventNotification(HANDLE hEvent)
194{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected