I am trying to port a usb driver from wdm to wdf framework. In wdm there is an api KUsbInterface:BuildClassRequest which "USB client drivers set up this structure to issue a vendor or class-specific command to a device".
I am trying to find a similar api in WDF.
Please help me on the same.
Regards, Zaheer.