RE: Need some explanation
The Windows API is a set of basic services provided by the operating system, and, as a result, you already have the implementation. However, to use it, you will have to have a development suite of some variety, as they will come with all the heander files and libraries needed to compile and link any programs you write that use the API.
|