CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: PrimeMarshal

Search: Search took 0.02 seconds.

  1. Re: IoCalldriver returns 0xC000010(NAS_ STATUS_INVALID_DEVICE_REQUEST)

    should I add a IOCTL_INTERNAL_USB_SUBMIT_URB handle? I saw some USB drivers added it, but all of them are not network driver.
  2. Re: IoCalldriver returns 0xC000010(NAS_ STATUS_INVALID_DEVICE_REQUEST)

    hello, Peter
    I used UsbBuildGetDescriptorRequest MACRO to fill URB structure like below, is there any problem?
    UsbBuildGetDescriptorRequest(
    urb,
    ...
  3. IoCalldriver returns 0xC000010(NAS_ STATUS_INVALID_DEVICE_REQUEST)

    Hi, all,
    I' m trying to write a WLAN driver for USB interface.
    When I called IoCalldriver to deliver a URB to USB bus, it returns 0xC0000010.
    Can anyone help me? Thanks !
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured