D
D.Sn
Hi all
I need to implement interrupt functioality like Int86() in C, In VB
I have an idea. What about precompiled assembly language use using
"CallWindowProc" .
I am not clear what situating this "CallWindowProc" is used.Thougth the help
for the function is avilable in MSDN i want to what is input and where the
output comes?how to acess the output registers/values?,Situating where this
function can be used?.
So dynamically create optcode for the interrupt function and use
CallWindowProc get return value?
What tools are required to create assembly (note: i am not a master in
assembly language)?. How to get the optcode?
Pl. explain with example? It would be great halp.
Regards,
D.Sn.
I need to implement interrupt functioality like Int86() in C, In VB
I have an idea. What about precompiled assembly language use using
"CallWindowProc" .
I am not clear what situating this "CallWindowProc" is used.Thougth the help
for the function is avilable in MSDN i want to what is input and where the
output comes?how to acess the output registers/values?,Situating where this
function can be used?.
So dynamically create optcode for the interrupt function and use
CallWindowProc get return value?
What tools are required to create assembly (note: i am not a master in
assembly language)?. How to get the optcode?
Pl. explain with example? It would be great halp.
Regards,
D.Sn.