Creates a new component. Depending on the Transaction settings this component will continue the current transaction, will start a new transaction, or will under non-transactional state. For non-MTS components the SalMTSCreateInstance() will work as Create().

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

Syntax

C#
public static SalBoolean MTSCreateInstance(
	ref Object oObj
)

Parameters

oObj
Type: System..::..Object%
The requested interface/object to be instantiated.

Return Value

bOk

See Also