Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
plz tell me how we can remove system APIs to add our APIs in window XP?
thanks
Posted
Updated 28-Dec-09 1:39am
v5

Remove the Windows SDK and the APIs will be gone. However, I suspect you may run into some problems if you do it. A better alternative would be to add your own APIs and then point your compiler/linker to your own directories and not to the default Windows ones.
 
Share this answer
 
wrote:
how we can remove system APIs

Actually you don't need to remove them.
I think that you need to hook the APIs. Have a look at this[^] article. :)

Regards
 
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