Starts an application, then waits for it to exit before returning control to the original application.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static bool LoadAppAndWait(
	string name,
	int mode,
	ref SalNumber retCode
)

Parameters

name
Type: System..::..String
mode
Type: System..::..Int32
retCode
Type: PPJ.Runtime..::..SalNumber%

Return Value

See Also