Message type.
Source position: simpleipc.pp line 70
public property TIPCServerMsg.MsgType : TMessageType read FMsgType write FMsgType;
MsgType simply contains the message type. The possible message types are application defined.
TIPCServerMsg.Stream
Stream to store message data.