Board index » cppbuilder » Need A Windows API Reference

Need A Windows API Reference


2004-01-13 09:36:44 AM
cppbuilder23
On numerous occassions I've needed to refer to a Windows API
function/capability/resource.
Can anyone refer me to a reasonably complete reference to the API, either in
print or, preferably, on-line or down-loadable? And preferably with the
examples and parameters shown in C++, though right now I'd settle for
Swahili.
Thanks,
Pat
 
 

Re:Need A Windows API Reference

"Pat McClure" < XXXX@XXXXX.COM >wrote in message
Quote
On numerous occassions I've needed to refer to a
Windows API function/capability/resource.
Can't beat MSDN directly, its information is always fairly up-to-date.
Gambit
 

Re:Need A Windows API Reference

Thanks, Gambit -- I'll use them!
Pat
"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message
Quote

"Pat McClure" < XXXX@XXXXX.COM >wrote in message
news:40034bb4$ XXXX@XXXXX.COM ...
>On numerous occassions I've needed to refer to a
>Windows API function/capability/resource.

Can't beat MSDN directly, its information is always fairly up-to-date.


Gambit


 

{smallsort}

Re:Need A Windows API Reference

Have you looked at the Windows API reference help file that came with the
compiler, win32.hlp?
For tutorials, here are two intro to Windows tutorials:
Forger's Tutorial
winprog.org/tutorial/
Reliable Sfwe's Tutorial
www.relisoft.com/Win32/index.htm
For an online and therefore up to the minute help site that usually can find
the entries but which suffers from occasionally forgetting entries
Microsoft Development Network, MSDN
msdn.microsoft.com/library/default.asp
. Ed
Quote
Pat McClure wrote in message
news:40034bb4$ XXXX@XXXXX.COM ...

On numerous occassions I've needed to refer to a Windows API
function/capability/resource.

Can anyone refer me to a reasonably complete reference to the
API, either in print or, preferably, on-line or down-loadable? And
preferably with the examples and parameters shown in C++,
though right now I'd settle for Swahili.