阅读:1389回复:3
请问一个USB的程式设计问题我现在要写一个程式, 主要是测试USB Flash Disk. 简单的get descriptor跟read/write 而且用2000内建的driver, 就是usbstor.sys 我想知道有那些IOCTL的control code, 可以用DeviceIoControl来下. 另外, 我用WriteFile来写USB总是会失败, 写进去的byte数都是零. 不知道有没有人有类似的经验可以参考? 先谢了 |
|
最新喜欢:![]() |
沙发#
发布于:2004-03-11 19:43
CreateFile //Return Handle
Use:DeviceIoControl() |
|
板凳#
发布于:2005-01-18 22:14
how to createfile? what filename I can using
|
|
|
地板#
发布于:2005-01-19 08:46
你要写内核程序还是应用程序?
|
|