home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / win31 / fig2-5.gif < prev    next >
Graphics Interchange Format  |  1995-10-24  |  45KB  |  446x614  |  8-bit (206 colors)
Labels: text | diagram | screenshot | font
OCR: Windows Windows sends message to the window IResult procedure specified by the IpinWodProc member of the WNDCLASS structure, WM_ANYMESSAGE WndSuperClassProc(hWnd, uMsg, wParam, IParam) IResult All messages not processed by the Superclass window procedure are passed to the original window procedure. WM_ANYMESSAGE OrigWndProc(hWnd, uMsg, wParam, IParam) All messages not processed by the IResult original window procedure may be passed to DefWindowProc. WM_ANYMESSAGE DefWindowProc(hWnd, uMsg, wParam, IParam)