sapgui_get_active_window_title
Example: sapgui_get_active_window_title | Verification and Data Retrieval Functions |
Retrieves the title of the active window.
int sapgui_get_active_window_title( const char *output_param_name, [args,] LAST );
output_param_name | The VuGen parameter containing the title of the window |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
The sapgui_get_active_window_title data retrieval function gets the name of the active window in the current SAP session and saves it in output_param_name.
Return Values
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.
Parameterization
You can parameterize all string (char type) arguments.