Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 10 years ago by guinness

I had to fill in the missing words.

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.

The <a href="_WinAPI_SetWindowLong.htm">_WinAPI_SetWindowLong()</a> function creates the subclass by changing the window procedure associated with a particular window, causing the system to call the new window procedure instead of the previous one. An application must pass any messages not processed by the new 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 of window procedures.
Last edited 10 years ago by guinness (previous) (diff)

comment:2 Changed 10 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.