9#if !defined(OWL_SERIALZE_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
50#define SerializerMessage _T("SERIALIZERMESSAGE")
TEventHandler is a base class from which you can derive classes that handle messages.
Mix-in class that automatically puts together the block of data sent by TSerializer.
This class sends a block of data to another window.
TBlock
Enum for different types of blocks sent from a window to another.
@ Data3
data is stored in bits 0x00FFFFFF of lParam
@ Data2
data is stored in bits 0x0000FFFF of lParam
@ Data4
data is stored in bits 0xFFFFFFFF of lParam
@ Data1
data is stored in bits 0x000000FF of lParam
@ Begin
beginning of data, lParam length of data
Definition of TEventHandler and related classes & macros.
#define DECLARE_RESPONSE_TABLE(cls)
Object Windows Library (OWLNext Core)
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.
General definitions used by all ObjectWindows programs.