Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(os.lrpc-server,%name,%lrpc-name)

%name is the name for the server object; this is how Tint code will refer to the server. %lrpc-name is the name of an lrpc port which will be created.

Example

#(os.lrpc-server,a-server,Example Server)