GrOpen

Name

GrOpen -- Open a connection to the server from a new client

Synopsis

int GrOpen ( void );

Description

The GrOpen function opens a client connection to the Nano-X server. This must be the first Nano-X function called by your program.

Return Value

Returns a positive integer if GrOpen can open a connection to a server; otherwise, returns -1.

See Also

GrClose