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> wslongnameget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WSLongNameGet()
------------------------------------------------------------------------------
 Purpose:
 Get the workstation long hardware name.

 Syntax:
 lpszName = WSLongNameGet()

 Parameters:
 None.

 Returns:
 A character string of length 39.

 The CA-Clipper name for this function is:
 WSLngNmeGet()

 Description:
 WSLongNameGet() returns the workstation long hardware name.

 Returns an empty string if an error occurs.

 Example:
 // To display the workstation long hardware name:
 lpszLongName = WSLongNameGet()
 if ( !empty ( lpszLongName ) )
    ? "Workstation long hardware name is", lpszLongName
 endif

See Also: WSShortNameGet()

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