| 784 | } |
| 785 | |
| 786 | HRESULT FeedbackXBOBT::sStopEffect(void * self, UInt32 downloadID) |
| 787 | { |
| 788 | return FeedbackXBOBT::getThis(self)->StopEffect(downloadID); |
| 789 | } |
| 790 | |
| 791 | // External factory function |
| 792 | extern "C" void* FeedbackXBOBTFactory(CFAllocatorRef allocator, CFUUIDRef typeID) |
nothing calls this directly
no test coverage detected