I once learned that the point of parameters is so you can pass different values to a function() every time you call it. Because the parameters of functions such as winmain() and wndproc() are not used to do that, are they some sort of special parameters?