Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> wsconnumget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WSConNumGet()
------------------------------------------------------------------------------
 Purpose:
 Get the workstation connection number.

 Syntax:
 iConnNum = WSConNumGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

 Description:
 WSConNumGet() returns a number between 1 and 1000 indicating the
 requesting workstation's connection number.

 Returns NOVERRINT if an error occurs.

 Example:
 // To display the workstation connection number:
 iConnectNo = WSConNumGet()
 if ( iConnectNo != NOVERRINT )
    ? "Workstation connection number is", iConnectNo
 endif

See Also: UsrConLst() WSConClr() FSCurConGet()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson