Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to find (details ) system call by a process C#.
i want to know how get detail such as function call and argument passed about system call made by a running process.
Posted
Updated 4-Nov-12 23:49pm
v2
Comments
OriginalGriff 5-Nov-12 5:41am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
ZurdoDev 5-Nov-12 8:55am    
We need a lot more details. This is not enough to know what you are talking about.

1 solution

The question is asked in a very cryptic way, so we barely can understand what you are talking about. Most likely, you need to learn P/Invoke:
http://en.wikipedia.org/wiki/P/invoke[^],
http://msdn.microsoft.com/library/en-us/vcmxspec/html/vcmg_PlatformInvocationServices.asp[^].

This CodeProject can also be useful: Essential P/Invoke[^].

And here you will find Windows API already "ported" to P/Invoke use: http://www.pinvoke.net/[^].

Enjoy,
—SA
P.S.: Avoid using P/Invoke if you can find pure .NET solution. Remember, .NET API is majorly multi-platform (BCL and big part of non-standardized FCL), P/Invoke is not.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900