The EM_STREAMIN message replaces the contents of a rich edit control with the specified data stream.
EM_STREAMIN wParam = (WPARAM) (UINT) uFormat; lParam = (LPARAM) (EDITSTREAM FAR *) lpStream;
Value |
Meaning |
SF_TEXT |
Text |
SF_RTF |
Rich Text Format (RTF) |
Both data formats may be combined with the SFF_SELECTION flag. If the SFF_SELECTION flag is specified, the stream replaces the contents of the current selection. Otherwise, the stream replaces the entire contents of the control.
The SF_RTF format may be combined with the SFF_PLAINRTF flag. If the
SFF_PLAINRTF flag is specified, language-specific RTF keywords in the stream
are ignored. Only keywords common to all languages are streamed in.
Returns the number of characters read.
file: /Techref/os/win/api/win32/mess/src/msg06_23.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/10 09:37,
18.119.125.108: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://linistepper.com/Techref/os/win/api/win32/mess/src/msg06_23.htm"> EM_STREAMIN</A> |
Did you find what you needed? |