Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 FiveWin and Windows API relationship                                        .
--------------------------------------------------------------------------------
 Object Oriented messages structure                                          .
 Windows API messages structure                                              .


 Windows API / FiveWin OOPS elements & messages equivalence:
--------------------------------------------------------------------------------
              Windows API                  FiveWin OOPS engine

      WindowProc( HWND hWnd,             oWnd:HandleEvent( ;
                  WORD wMessage,                           nMsg,
                  WORD wParam,                             nWParam,
                  LONG lParam )                            nLParam )

          Handle  hWnd                   Object oWnd   (oWnd:hWnd also)

          Numeric WM_MESSAGE             OOPS Message  oWnd:Message(...)

                      Returned values to Windows API

                    zero 0 - Message already processed
                  Non zero - Message already processed and
                             Windows API required value returned

                    Default Windows API behavior required
      return DefWindowProc( ... )        the Method just return nil


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson