sapgui_htmlviewer_send_event

Example: sapgui_htmlviewer_send_eventGeneral Object Functions

Sends an HTML event.

int sapgui_htmlviewer_send_event( const char *htmlViewerID, const char *frame, const char *data, const char *url, [args,] LAST ) ;
htmlViewerIDObject ID Strings
frame The HTML frame
data Data to be sent
url The URL
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_htmlviewer_send_event sends a HTML event.

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.