could somebody please send me even just a link to where i
could find information on header files and which ones are
for what?

Re: including headers by Scott

Scott
Sat Nov 22 09:07:21 CST 2003

Chase wrote:
> could somebody please send me even just a link to where i
> could find information on header files and which ones are
> for what?

The MSDN documentation for each API function includes this information.
For example, see the "Function Information" section on this page:

<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windowclasses/windowclassreference/windowclassfunctions/getwindowlong.asp>

It says that the function is declared in winuser.h, but that instead of
directly including this you should include windows.h instead.

--
Scott McPhillips [VC++ MVP]