
Old version Windows API Bible.
Quote:
>Is this heavy tome still any use?
>It's the Waite Group's Windows API Bible upto Windows 3.1 and I was
>wondering if any of the old APIs have been removed?
Yes, a few of the Win16 functions are not supported under Win32
(GetModuleUsage comes to mind.) In general, most of the functions can be
converted to their 32-bit equivalents. All integer parameters are changed to
Longs, as are all return values. The source libs are changed from "user" to
"user32", "shell" to "shell32" and so on...
Lee Weiner
weiner AT fuse DOT net
http://home.fuse.net/lweiner