Where can I find some samples or tutorial, how to use Windows API interfaces in C programming language? I known it is possible by virtual method table.
This is a discussion on WinAPI interfaces in C within the Windows Programming forums, part of the Platform Specific Boards category; Where can I find some samples or tutorial, how to use Windows API interfaces in C programming language? I known ...
Where can I find some samples or tutorial, how to use Windows API interfaces in C programming language? I known it is possible by virtual method table.
What?
You just include <windows.h> and call them. If you are using MSVS the linker will already know what libs to link with - if not, you will have to go through the SDK and see which libs the various API calls you are calling use.
Arrogance breeds bad code