Language
|
Description
|
C/C++
|
void LptInit ( HANDLE hLpt )
|
Delphi
|
procedure LptInit ( hLpt : THANDLE ) ; stdcall
|
VB
|
Sub LptInit ( ByVal hLpt As Long )
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
None
Comments:
Pulses low to reset the printer and clear its buffer.
|