| Allows to write one byte to the Control Register of current LPT.
|
Language
|
Description
|
C/C++
|
void SetControlPort ( HANDLE hLpt , UCHAR nNewValue )
|
Delphi
|
procedure SetControlPort ( hLpt : THANDLE ; bNewValue : Byte ) ; stdcall
|
VB
|
Sub SetControlPort ( ByVal hLpt As Long , ByVal bNewValue As Byte )
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
| nNewValue - one byte value to write to Control Register.
|
Return Value :
None
See also: GetControlPort
|