| Allows to write one byte to the Status Register of current LPT.
|
Language
|
Description
|
C/C++
|
void SetStatusPort ( HANDLE hLpt , UCHAR nNewValue )
|
Delphi
|
procedure SetStatusPort ( hLpt : THANDLE ; bNewValue : Byte ) ; stdcall
|
VB
|
Sub SetPort ( 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 Status Register.
|
Return Value :
None
See also: GetStatusPort
|