[  Previous  |
Next  |
Contents  |
Search  ]
3270 Host Connection Program 2.1 and 1.3.3 for AIX: Guide and Reference
STOP KEYSTROKE INTERCEPT (53)
Purpose
Ends your application program's ability to intercept keystrokes.
Prerequisite Calls
This function requires a prerequisite call to the START KEYSTROKE INTERCEPT (50) function.
Syntax
hllc (func, apistring, len, ret)
int *func;
char *apistring;
int *len;
int *ret;
Supplied Parameters
Supply the following parameters to invoke the STOP KEYSTROKE INTERCEPT function: 
| func | 
  Specifies the number of the function called; must be 53 for the STOP KEYSTROKE INTERCEPT function. | 
| apistring | 
  Specifies the attributes of the data string; one-character short session ID of the target presentation space (PS) ID or a blank or a null indicating the currently connected PS. | 
| len | 
  Does not apply for this function; a length of 1 is implied. | 
| ret | 
  Does not apply for this function. | 
Returned Parameter
| ret | 
  The following codes are valid:
| 0  | 
  Specifies that the STOP KEYSTROKE INTERCEPT function was successful. |  
| 1  | 
  Specifies that the host PS was invalid.  |  
| 8  | 
  Specifies that no prior START KEYSTROKE INTERCEPT (50) function was called for this PS.  |  
| 9  | 
  Specifies that a system error occurred. |  
  | 
Remarks
The STOP KEYSTROKE INTERCEPT function ends your application program's ability to intercept keystrokes. 
Related Information
START KEYSTROKE INTERCEPT (50) function  and STOP HOST NOTIFICATION function .
[  Previous  |
Next  |
Contents  |
Search  ]