Adding output to vhidmini example

Greetings. I succeeded in getting a basic mouse driver and a basic joystick driver working using VHidMini as a starting point. Now I need to add output reports to the joystick driver so as to get force feedback going. As it is delivered in the SDK, VHidMini does not implement output reports (in the IOCTL_HID_WRITE_REPORT case, STATUS_NOT_SUPPORTED is returned.) The only example I can find where that case is actually handled is in the hbtnkey example. If I use that as a guide, will I be straying too far? Is there a better example of how to handle output reports?