int kbdcrt_controlkbd( 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 KBD statement. The return value is either a zero indicating no errors or the HTBasic error code.
Example
int error;
error = kbdcrt_controlkbd( 3, 50 );
See Also
kbdcrt_statuskbd, kbdcrt_statuscrt