TMSGbuf
Generic message data record
Declaration
Source position: ipc.pp line 619
Type
TMSGbuf = record
mtype : clong;
mtext : Array[0..0] of Char;
end
Description
The TMSGbuf record is a record containing the data of a record. you should never use this record directly, instead you should make your own record that follows the structure of the TMSGbuf record, but that has a size that is big enough to accommodate your messages. The mtype field should always be present, and should always be filled.