Unit 'syncipc' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-process]

TSyncIPCClient.SendSyncMessage

Declaration

Source position: syncipc.pp line 92

protected function TSyncIPCClient.SendSyncMessage(

  ATimeOut: DWord;

  AMsgID: Integer;

  AStream: TStream;

  ResultStream: TStream;

  MsgType: TMessageType = mtData_Stream

):TMessageType; overload;

function TSyncIPCClient.SendSyncMessage(

  ATimeOut: DWord;

  AMsgID: Integer;

  MsgDataType: TMessageType;

  const Buffer;

  Count: LongInt;

  var AData;

  var ADataSize: LongInt

):TMessageType; overload;

function TSyncIPCClient.SendSyncMessage(

  ATimeOut: DWord;

  AMsgID: Integer;

  const Msg: string;

  var ResultString: string

):TMessageType; overload;


Documentation generated on: 2025-07-25