| Indicates whether PS2 mode is supported.
|
Language
|
Description
|
C/C++
|
USHORT GetIsPS2Present ( HANDLE hLpt )
|
Delphi
|
function GetIsPS2Present ( hLpt : THandle ) : Word ; stdcall
|
VB
|
Function GetIsPS2Present ( ByVal hLpt As Long ) As Integer
|
Parameters:
hLpt - the handle returned by a successful call to OpenRapidLpt
Return Value :
Non-zero if supported, NULL otherwise.
Comments:
This information is unique for each port.
Note: you must call OpenPort function before running this function.
|