﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2585	_WinAPI_CallWindowProc.txt - strange/incomplete description	mlipok	guinness	"###Remarks###
Use the <a href=""_WinAPI_CallWindowProc.htm"">_WinAPI_CallWindowProc()</a> function for window subclassing. Usually, all windows with the same class share one window procedure.
A subclass is a window or set of windows with the same class whose messages are intercepted and processed by another window procedure or procedures) before being passed to the window procedure of the class.

'''he''' <a href=""_WinAPI_SetWindowLong.htm"">_WinAPI_SetWindowLong()</a> function creates the subclass by changing the window procedure associated with a particular window, causing
'''he''' system to call the new window procedure instead of the previous one. An application must pass any messages not processed by the
'''ew''' window procedure to the previous window procedure by calling <a href=""_WinAPI_CallWindowProc.htm"">_WinAPI_CallWindowProc()</a>. This allows the application to create a chain
'''f''' window procedures




----
above I bold the strange/incomplete word

please correct this Remark section

ps.
please post here new _WinAPI_CallWindowProc.txt after makeing changed

"	Bug	closed	3.3.11.0	Documentation	3.3.10.1	None	Fixed		
