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 - restproc() restores a window procedure -internally used- http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RestProc()             Restores a window procedure -internally used-
--------------------------------------------------------------------------------

   Syntax:              RestProc( <hWnd>, <nOldProc> )  --> nil


   Parameters:

   <hWnd>               The handle of the window whose old
                        procedure is to be restored.

   <nOldProc>           A pointer of the windows old procedure.

   Returns:             nil

   Observations:        This function is automatically used by FiveWin
                        to un-subclass a subclassed window.

                        Let FiveWin manage all these automatically.

   Sample:              SOURCE\\CLASSES\\Window.prg METHOD UnLink()

   Source code:         SOURCE\\WINAPI\\ChangePr.c

   See also:            ChangeProc()


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