Posted by Fuzzo on July 20, 1999 at 21:45:25:
What does this line of code mean from the
traverse function?
wl->Traverse (&ShowWindow);
I see that it is passing the address of a
function(ShowWindow). If this is true, then how is
ShowWindow called if it does not pass a param to the
function?
Thanks