| Returns the ready state of the printer ( printer has no error and is not busy ).
|
Language
|
Description
|
C/C++
|
BOOL GetPrinterReady ( HANDLE hLpt )
|
Delphi
|
function GetPrinterReady ( hLpt : THANDLE ) : Boolean ; stdcall
|
VB
|
Function GetPrinterReady ( ByVal hLpt As Long ) As Boolean
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
TRUE - if ready or FALSE - if not ready
|