Writes a feature report to the device.
| C# | Visual Basic | Visual C++ |
public bool WriteReport( HIDFeatureReport FeatureReport )
Public Function WriteReport ( _ FeatureReport As HIDFeatureReport _ ) As Boolean
public: bool WriteReport( HIDFeatureReport^ FeatureReport )
- FeatureReport (HIDFeatureReport)
- The report to be written.
TRUE if the report was written successfully, FALSE if there was an error. You can use GetLastWin32Error to get more detailed error information.