OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TEditStream Class Reference

TEditStream encapsulates the EDITSTREAM structure, which contains information about a data stream used with a rich edit control. More...

#include <owl/richedit.h>

Inheritance diagram for owl::TEditStream:

Public Member Functions

 TEditStream ()
 Constructs a default 'TEditStream' object.
 
 TEditStream (DWORD_PTR cookie, EDITSTREAMCALLBACK)
 Constructs a 'TEditStream' object initializing the members with the specified parameter.
 

Detailed Description

TEditStream encapsulates the EDITSTREAM structure, which contains information about a data stream used with a rich edit control.

Definition at line 181 of file richedit.h.

Constructor & Destructor Documentation

◆ TEditStream() [1/2]

owl::TEditStream::TEditStream ( )
inline

Constructs a default 'TEditStream' object.

The members of the base 'EDITSTREAM' object are initialized to zero.

Definition at line 613 of file richedit.h.

◆ TEditStream() [2/2]

owl::TEditStream::TEditStream ( DWORD_PTR cookie,
EDITSTREAMCALLBACK callback )
inline

Constructs a 'TEditStream' object initializing the members with the specified parameter.

Definition at line 624 of file richedit.h.


The documentation for this class was generated from the following file: