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> prnnameget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PrnNameGet()
------------------------------------------------------------------------------
 Purpose:
 Get the name of a printer.

 Syntax:
 lpszPtrName = PrnNameGet( wPtrNum )

 Parameters:
 wPtrNum The printer number.

 Returns:
 A character string of length 47.

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

 Description:
 PrnNameGet returns the name of the specified printer wPtrNum on the
 current print server.

 Returns an empty string if an error occurs.

 Example:
 // To log in to print server PRINTERS, and display the name of printer 0:
 if( PSWSLogin ( "PRINTERS" ) > 0 )
    ? "The name of printer 0 on print server PRINTERS is "
    ?? PrnNameGet( 0 )
 endif

 Notes:
 It is only possible to be logged in to one print server at a time.

See Also: PSWSLogin() PJbNumberGet()

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