CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2002
    Location
    Italy
    Posts
    74

    Question Interrupt vector

    Where can I find information on the NT interrput vector ?
    Just curious .
    Frank

  2. #2
    Join Date
    May 2002
    Location
    Texas
    Posts
    222
    If you actually need to get to interrupts, such as for device drivers, then you need to get Microsoft Windows Driver Development Kits in addition to the Platform SDK.

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