| Enables or disables the printer data inputs.
|
Language
|
Description
|
C/C++
|
void LptSelectIn ( HANDLE hLpt, BOOL Flag)
|
Delphi
|
procedure LptSelectIn ( hLpt : THANDLE ; Flag : Boolean ) ; stdcall
|
VB
|
Sub LptSelectIn ( ByVal hLpt As Long, ByVal Flag As Boolean )
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
| Flag - 1 to enable printer data inputs, 0 to disable.
|
Return Value :
None
|