[Overview][Constants][Types][Procedures and functions][Index] |
Write a message to stream
Source position: dbugmsg.pp line 41
procedure WriteDebugMessageToStream( |
AStream: TStream; |
const Msg: TDebugMessage |
); |
AStream |
|
Stream to write message to |
Msg |
|
Message record to be written |
WriteDebugMessageFromStream writes a TDebugMessage record (Msg) to the stream AStream.
The record is not written in a byte-ordering safe way, i.e. it cannot be exchanged between little- and big-endian systems.
A stream write error may occur if the stream cannot be written to.
|
Structure describing a message |
|
|
Read a message from stream |