Isn't this the function header of a window's procedure (without the arguments)? I guess I understand that the return value is going to be LRESULT (which, I assume, is an int). But, what is CALLBACK?

So, let me get this straight, WinProcs are called when something is done to a window, right? Thanks.

--Garfield