Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>long pascal defwindowproc(hwnd hwnd, word message, word wparam, dword lparam)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
long pascal DefWindowProc(HWND hWnd, WORD message, WORD wParam, DWORD lParam)

  This function calls the default window procedure for the window
class which hWnd belongs to. This function should be used when you
"subclass" a window by installing a different window procedure in
front of it. Any messages which your window procedure does not process
should be passed on to the default window procedure.

Parameters
  hWnd, message, wParam, and lParam are the arguments to your window
procedure.

Returns
  Returns the value that the default window procedure returns.

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