OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This class sends a block of data to another window. More...
#include <owl/serialze.h>
Public Types | |
enum | TBlock { End = 0 , Data1 , Data2 , Data3 , Data4 , Begin } |
Enum for different types of blocks sent from a window to another. More... | |
Public Member Functions | |
TSerializer (HWND hwndTarget, uint32 length, void *data) | |
Breaks down the data into blocks and sends each block to the window via SendMessage. | |
This class sends a block of data to another window.
Definition at line 30 of file serialze.h.
Enum for different types of blocks sent from a window to another.
This enum is sent as the wParam.
Definition at line 35 of file serialze.h.
Breaks down the data into blocks and sends each block to the window via SendMessage.
wParam of the SendMessage is of type TBlock which signifies what lParam contains.
Definition at line 24 of file serialze.cpp.
References Begin, Data4, End, and SerializerMessage.