HTBasic Help
×
Menu
Index

CRT Status

 
int kbdcrt_statuscrt( int reg, int *value);
 
Where:
  reg   - register number
  value - pointer to location for status register value
 
Description
This routine performs the same action as the STATUS CRT statement. The current value of the specified register is returned. The return value is either a zero indicating no errors or an HTBasic error code.
 
Example
int error;
int value;
error = kbdcrt_statuscrt( 13, &value );
See Also
kbdcrt_controlcrt, kbdcrt_statuskbd