Computer Science Canada

LRESULT

Author:  Homer_simpson [ Fri Jun 06, 2003 10:18 pm ]
Post subject:  LRESULT

what does LRESULT do in c++?!

Author:  Catalyst [ Fri Jun 06, 2003 10:35 pm ]
Post subject: 

altho i beleive lresult is the type it returns, it handle the messages of the window (resize,close,maximize,etc)

Author:  Homer_simpson [ Fri Jun 06, 2003 11:39 pm ]
Post subject: 

is that the only reason it's used for... cuz i've seen it being used like
lresult callback somefunction()


: