| Sets current AUTOFD state of current LPT port.
|
Language
|
Description
|
C/C++
|
void SetLptAutofd ( HANDLE hLpt, BOOL Flag )
|
Delphi
|
procedure SetLptAutofd ( hLpt : THANDLE, Flag : Boolean ) ; stdcall
|
VB
|
Sub SetLptAutofd ( ByVal hLpt As Long, ByVal Flag As Boolean )
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
| Flag - TRUE - if ACTIVE or FALSE - if not
|
Return Value :
None
See also: GetLptAutofd
|