CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: header file

  1. #1
    Join Date
    Jun 2001
    Posts
    51

    header file

    Hi,

    How do I get a copy of ntddcdrm.h.
    I am calling a method DeviceIoControl(...) in one of my application.

    Please pass if you have one.

    -Espee

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    You should order the new DDK from Microsoft. Don't think the old one it's still avail for download though I haven't checked since they said it wouldn't be last year

  3. #3
    Join Date
    Jun 2001
    Posts
    51
    Hi,
    thank you for the header file, but after including the file attached, it asked for "ntddstor.h". Could you please send that.

    Thank you in advance.
    -Espee

  4. #4
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Yep, didn't see that #include in the middle of ntddcdrm.h

  5. #5
    Join Date
    Jun 2001
    Posts
    51
    Thank you very much.
    I could run my code.

    Thank you once again
    -Espee

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured