Is there a Windows API reference in book form available? I haven't seen a non-language specific manual for Windows APIs. It would be nice not to have to always use the Win32.hlp file ( I like to write code on paper first and then move the code to the computer afterwards ). Thanks for any information!
16-bit
http://www.amazon.com/Waite-Groups-Windows-Api-Bible/dp/1878739158
32-bit (Older)
http://www.amazon.com/Windows-Programming-Complete-programmers-reference/dp/1571690093
http://www.amazon.com/Microsoft-Developers-Reference-Dv-Microsoft-Professional/dp/0735608164
hmmm.. is there a free PDF version ? :green2
Quote from: cman on June 04, 2010, 05:18:07 PM
Is there a Windows API reference in book form available? I haven't seen a non-language specific manual for Windows APIs. It would be nice not to have to always use the Win32.hlp file ( I like to write code on paper first and then move the code to the computer afterwards ). Thanks for any information!
The Win32 help file is very old and not up to date.
Get the 2003 PSDK and just install the reference files.
I use H2viewer to view those files.