Call Same Named Pipe Server by Delphi code
gitgiangalbe opened this issue · 0 comments
gitgiangalbe commented
how is it possible to call the same code (Pipe Name Server) by using delphi code and not .net ?
do you have an example?
If i try with api CallNamedPipe it seem to be hang on "lSuccess := ReadFile(fPipeHandle, lBuffer^, lBufferSize, lBytesRead, nil);" due to no correct buffer lenght.
Can you help me?