sapgui_status_bar_get_text

Example: sapgui_status_bar_get_text Status Bar Functions

Retrieves the status bar text.

int sapgui_status_bar_get_text( const char *outputParamName, [args,] LAST );
outputParamName Parameter to store retrieved text.
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

The sapgui_status_bar_get_text data retrieval function gets the text from the status bar and stores it in parameter outputParamName. The entire text as the user sees it is retrieved, including both fixed text and parameters.

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.