Thread: How does windows pass data to drivers?

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    20

    How does windows pass data to drivers?

    Hi all!

    Does anyone know how (and/or where I can find more information) on how windows passes data to drivers?

    What I'd like to do is put a hook between windows and my audio driver. Basically it'd go OS -> my program -> audio driver... My program would then perform two functions: 1) write the data from the OS to the hard drive and 2) pass the data to the audio driver.

    (Yes, I realize there are commercial implementations of audio capture; however, none can capture directly from the soundcard on my Inspiron 9400)

    Thanks!!

    -Xanth

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. How to pass data between 2 Threads
    By dv007 in forum C Programming
    Replies: 2
    Last Post: 02-22-2006, 01:18 PM
  3. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  4. Replies: 1
    Last Post: 09-22-2003, 01:40 PM
  5. can't insert data into my B-Tree class structure
    By daluu in forum C++ Programming
    Replies: 0
    Last Post: 12-05-2002, 06:03 PM