10 SUB OUT_OF_BAND_AST_HANDLER(LONG PARAM, LONG RZERO, LONG RONE, & LONG PC, LONG PSL) ! ! This subroutine is called as an AST procedure from ! VMS_V5_SET_PASSWORD_EMULATOR.BAS, and is used simply as a way to ! disable Control/C and Control/Y characters. ! ! NOTE: The five parameters coded on the SUB statement are required ! when coding any AST routine in BASIC. These are the arguments passed ! by the system on entry to the AST service routine. Although they are ! not used in this routine, BASIC checks the argument count and they ! must be present. ! END SUB