int kbdcrt_controlcrt( int reg, int value );
Where:
reg - register number
value - value to write to control register
Description
This routine performs the same action as the CONTROL CRT statement. The return value is either an HTBasic error code or a zero indicating no error.
Example
int error;
error = kbdcrt_controlcrt( 13, 15 );
See Also
kbdcrt_statuscrt, kbdcrt_statuskbd