Answered by:
Does WinRT support USB HID

Question
-
Answers
-
Hi all,
I have similar (I guess) question here : http://social.msdn.microsoft.com/Forums/en-US/tailoringappsfordevices/thread/29c363f4-9873-4890-9379-22e5b4f73f6f.
Basically I fail to communicate (actually to open with CreateFile or CreateFile2) a HID device stream. I think we run in similar issue : we want to use Microsoft's HID class driver, but fail to open device stream right?
On my side I added a DeviceCapability with HID interface class GUID, without luck..
Any clue on your side?
Regards,
Julien
- Proposed as answer by DavidLambMicrosoft employee, Moderator Saturday, October 22, 2011 1:22 AM
- Marked as answer by DavidLambMicrosoft employee, Moderator Thursday, November 17, 2011 1:38 AM
Wednesday, September 21, 2011 7:31 AM
All replies
-
Since directory/file access is not allowed, I'd guess that USB-access is not allowed either.
http://blog.voidnish.comTuesday, September 20, 2011 11:28 AM -
you need to declare a DeviceCapability
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVPTuesday, September 20, 2011 4:39 PM -
Hi all,
I have similar (I guess) question here : http://social.msdn.microsoft.com/Forums/en-US/tailoringappsfordevices/thread/29c363f4-9873-4890-9379-22e5b4f73f6f.
Basically I fail to communicate (actually to open with CreateFile or CreateFile2) a HID device stream. I think we run in similar issue : we want to use Microsoft's HID class driver, but fail to open device stream right?
On my side I added a DeviceCapability with HID interface class GUID, without luck..
Any clue on your side?
Regards,
Julien
- Proposed as answer by DavidLambMicrosoft employee, Moderator Saturday, October 22, 2011 1:22 AM
- Marked as answer by DavidLambMicrosoft employee, Moderator Thursday, November 17, 2011 1:38 AM
Wednesday, September 21, 2011 7:31 AM