Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

DeviceIOControl

Options
  • 03-08-2001 4:28pm
    #1
    Closed Accounts Posts: 5


    Has anyone come across problems using this function before?
    The application normally works grand in both 2k and NT using the DeviceIOControl function call in a win32 environment.
    However with one particular file the application crashes when I send the request down.
    I'm guessing that it's something to do with the transfer size but I've tried splitting it up into smaller segements and that didn't work either.

    Any suggestions at all would be appreciated.



Comments

  • Closed Accounts Posts: 1,322 ✭✭✭phobos


    Have you tried looking up MSDN?.

    Which language are you using to access the API?

    What device driver are you sending the request to?

    Sorry for all the Q's but the more info you provide the quicker someone can come up with an answer.

    ;-phobos-)



  • Closed Accounts Posts: 5 Sive


    Tried MSDN, no luck. Told me what the function is and what it does but no more
    C++
    Using Windows drivers I think, don't have any of our own anyway.




Advertisement