Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
xpxGetSourceInstance(targetInstance, VAR sourceInstance : GENERIC)                     status                             : INTEGER;
 
The xpxGetSourceInstance function finds the connected source instance from a specified target instance. A connection between the target instance and the source instance must be defined by the xpxMapInstance function before this function can be executed successfully. The target instance is specified in the targetInstance argument and the connected source instance is returned in the sourceInstance argument. If no connected source instance is found for the specified targetInstance, then the sourceInstance argument is set to zero.

  • No labels