scottydoesntknow
Computer
- Jul 20, 2004
- 14
is there a way to intercept an arbitrary process's messages? I need to develop a QC program that monitors a testing program . that program uses a IEEE488 card to do the work. I need to know unobtrusively if that program is using the IEEE488 card, i could care less what the transmissions are. modifying the test program is out of the question. I have been reading that I might ba able to view the messages that it passes, is this possible with WINAPI calls?