Opened on Dec 30, 2013 at 9:44:24 PM
Closed on Dec 31, 2013 at 8:19:42 PM
Last modified on Dec 31, 2013 at 8:21:41 PM
#2585 closed Bug (Fixed)
_WinAPI_CallWindowProc.txt - strange/incomplete description
| Reported by: | mlipok | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.11.0 | Component: | Documentation |
| Version: | 3.3.10.1 | Severity: | None |
| Keywords: | Cc: |
Description
###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
Attachments (0)
Change History (2)
comment:2 by , on Dec 31, 2013 at 8:19:42 PM
| Milestone: | → 3.3.11.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [9416] in version: 3.3.11.0

I had to fill in the missing words.