It_StartSapGui 

Use

Starts SAPGUI Front.

This function allows you to start SAPGUI anytime during the connection to the application server.

Note that you can request to start SAPGUI Front when establishing a connection, by using the SAPGUI_FRONT flag of the connection function. However, using the It_StartSapGui is useful when you wish to log on automatically through your program, and then display the SAPGUI only after the logon had succeeded.

Syntax

DWORD DLEX It_StartSapGui (HANDLE hMr);

Parameters

hMr

Connection handle

Return Value

Returns TRUE on success, FALSE on error.

See Also

It_New_Connection, It_NewGroupConnection, It_NewServerConnection, Connection Functions Flags, It_StorpSapGui