Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. interrupt handling in win2k

interrupt handling in win2k

Scheduled Pinned Locked Moved C / C++ / MFC
questionworkspace
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 555816
    wrote on last edited by
    #1

    :confused:<Hello, How can i handle interrupts in win2k environment? Thanks in advance...

    B 1 Reply Last reply
    0
    • U User 555816

      :confused:<Hello, How can i handle interrupts in win2k environment? Thanks in advance...

      B Offline
      B Offline
      Brad Sokol
      wrote on last edited by
      #2

      I'm pretty sure that you need to run in ring 0 which means you write a device driver or similar kernel-mode code. Brad

      A 1 Reply Last reply
      0
      • B Brad Sokol

        I'm pretty sure that you need to run in ring 0 which means you write a device driver or similar kernel-mode code. Brad

        A Offline
        A Offline
        Alexander M
        wrote on last edited by
        #3

        http://www.codeproject.com/useritems/interrupthook.asp[^] is for raw interrupt hooking, and to setup an interrupt handler, you'll need to use the kernel-mode api IoConnectInterrupt! Don't try it, just do it! ;-)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups