xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

PrintStat()

Returns the status of a printer.

Syntax

PrintStat( [<nLPT>] ) --> nPrinterStatus

Arguments

<nLPT>
This is a numeric value specifying the printer port. It defaults to 1.

Return

The function exists for compatibility reasons. It returns always 0. Use IsPrinter() to check the availability of a printer.

Info

See also:IsPrinter()
Category: CT:Printer , Printer functions
Source:ct\print.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe