Source position: syncipc.pp line 92
protected function TSyncIPCClient.SendSyncMessage( |
ATimeOut: DWord; |
AMsgID: Integer; |
AStream: TStream; |
ResultStream: TStream; |
MsgType: TMessageType = mtData_Stream |
):TMessageType; overload; |
ATimeOut: DWord; |
AMsgID: Integer; |
MsgDataType: TMessageType; |
const Buffer; |
Count: LongInt; |
var AData; |
var ADataSize: LongInt |
):TMessageType; overload; |
ATimeOut: DWord; |
AMsgID: Integer; |
const Msg: string; |
var ResultString: string |
):TMessageType; overload; |