Article about WinAPI programming
11
Mar
Posted by: Christian Wimmer in: JEDI Windows API Headers
I found this very old but still good article about how to use the Windows API.
These are the subjects:
- Part I: The Primer
- Windows API calls are just calls to dynamic link libraries
- Loading a dynamic link library
- Dynamic loading at runtime
- Resource only dynamic link libraries
- Stack usage and dynamic link libraries
- Callback functions
- The Hook functions
- Data storage in dynamic link libraries
- Instanced addresses and thunking
- Part II: Getting our hands dirty
convert this post to pdf.
Leave a reply