Board index » cppbuilder » Need A Windows API Reference
Pat McClure
![]() CBuilder Developer |
Pat McClure
![]() CBuilder Developer |
Need A Windows API Reference2004-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 |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-01-13 10:12:00 AM
Re:Need A Windows API Reference
"Pat McClure" < XXXX@XXXXX.COM >wrote in message
QuoteOn numerous occassions I've needed to refer to a |
Pat McClure
![]() CBuilder Developer |
2004-01-13 11:38:39 AM
Re:Need A Windows API Reference
Thanks, Gambit -- I'll use them!
Pat "Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message Quote
{smallsort} |
Ed Mulroy [TeamB]
![]() CBuilder Developer |
2004-01-13 01:09:32 PM
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 QuotePat McClure wrote in message |