The no-charge version of bcc55 [...] includes a no-charge version of a reference to the Win32 API [...].PT The entire Win32 API documentation is available from http://msdn.microsoft.com/library/
Windows API Reference [1]BR Note that the docs at the MSDN site do not include the actual values of manifest constants. This is a major source of grief for all Open Source projects dealing with the details of the Windows API. One could consider Microsofts actual headers as complementing the documentation in this regard, the headers are part of the SDKs which are available free of charge. But most projects fear to use or even just look at those because of possible copyright issues.APN The constant values can also be obtained from the MinGW distributions if you do not want to look at the SDK.

