#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:1 Changed 11 years ago by guinness
comment:2 Changed 11 years ago by guinness
- Milestone set to 3.3.11.0
- Owner set to guinness
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [9416] in version: 3.3.11.0
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
I had to fill in the missing words.