nca_obj_type
Example: nca_obj_type | Object Functions |
Sends keyboard input to an object.
int nca_obj_type( LPCSTR object, unsigned char keyboard_input, unsigned char modifier );
object | The logical name of the GUI object. |
keyboard_input | A string expression that represents keystrokes. |
modifier | The keyboard modifier. The available values are MODIF_SHIFT, MODIF_CONTROL, MODIF_ALT or 0. |
The nca_obj_type function specifies the object to which the keyboard_input is sent. This function records special characters such as tabs, function keys, and shortcut key combinations.
Return Values
Parameterization
The following argument(s) can be parameterized using standard parameterization: object