|
OWLNext 6.32
|
#include <richedit.h>
Public Member Functions | |
| TEditStream () | |
| TEditStream (DWORD_PTR cookie, EDITSTREAMCALLBACK) | |
TEditStream encapsulates the EDITSTREAM structure, which contains information about a data stream used with a rich edit control.
| owl::TEditStream::TEditStream | ( | ) | [inline] |
Constructs a default 'TEditStream' object. The members of the base 'EDITSTREAM' object are initialized to zero.
| owl::TEditStream::TEditStream | ( | DWORD_PTR | cookie, |
| EDITSTREAMCALLBACK | callback | ||
| ) | [inline] |
Constructs a 'TEditStream' object initializing the members with the specified parameter.
1.7.4