The EN_MSGFILTER notification message notifies a rich edit control’s parent window of a keyboard or mouse event in the control. A rich edit control sends this notification message in the form of a WM_NOTIFY message.
EN_MSGFILTER wParam = (WPARAM) (UINT) uID; lParam = (LPARAM) (MSGFILTER) lpMsgFilter;
Returns a nonzero value if the control should process the event, or zero if the control should ignore the event.
file: /Techref/os/win/api/win32/mess/src/msg07_6.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/13 22:24,
3.145.102.72:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg07_6.htm"> EN_MSGFILTER</A> |
Did you find what you needed? |