| 734 | } |
| 735 | |
| 736 | HRESULT FeedbackXBOBT::sInitializeTerminate(void * self, NumVersion forceFeedbackAPIVersion, io_object_t hidDevice, boolean_t begin) |
| 737 | { |
| 738 | return FeedbackXBOBT::getThis(self)->InitializeTerminate(forceFeedbackAPIVersion, hidDevice, begin); |
| 739 | } |
| 740 | |
| 741 | HRESULT FeedbackXBOBT::sDestroyEffect(void * self, FFEffectDownloadID downloadID) |
| 742 | { |
nothing calls this directly
no test coverage detected