The EM_FORMATRANGE message formats a range of text in a rich edit control for a specific device.
EM_FORMATRANGE wParam = (WPARAM) (BOOL) fRender; lParam = (LPARAM) (FORMATRANGE FAR *) lpFmt;
This message is typically used with the EM_DISPLAYBAND message to format a rich edit control’s contents for an output device such as a printer.
It is very important to free cached information after the last time you use this message by specifying NULL in lpFmt. In addition, after using this message for one device, you must free cached information before using it again for a different device.
Returns the index of the last character that fits in the region plus one.
file: /Techref/os/win/api/win32/mess/src/msg04_20.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 13:35,
18.118.20.77:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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://techref.massmind.org/techref/os/win/api/win32/mess/src/msg04_20.htm"> EM_FORMATRANGE</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.