Hi Jan,
Thanks.
Let me rephrase my question as below.
My device supports Mass storage class and DFU class. However both are exclusive (means the firmware running on device can support mass storage or DFU).
I want to develop an application on windows to send some data to the device firmware.
Before sending data, I want to know how my application on windows know what class (mass storage or DFU) the firmware running on device supports.
Can I use winUSB, IOCTL using DeviceIOControl or something else?