Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Win32 Primitives : os.lrpc-call

Syntax

#(os.lrpc-call,%lrpc-name,%value)

%lrpc-name is the name of an lrpc port on the local machine which must have been created using os.lrpc-server. %value is the value to be sent to the server. The return value from this call will be the result that the server sent back.

Example

#(os.lrpc-call,Example Server,This is the request)
This is the response