Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Much like the Utility function in OpenInsight, the SRP_Com function provides multiple services which are identified in the Service parameter. The services are:

ServiceDescription
ADDPARAMAdds a parameter to an advanced method call for a COM object.
BEGINCALLBegins an advanced method call for a COM object.
ENDCALLExecutes an advanced method call for a COM object.
CREATEInstantiates a COM object.
RELEASEReleases a previously instantiated COM object from memory.
GETGets a COM object's property value.
SETSets a COM object's property value.
CALLExecutes a COM object's method.
ERRORReturns the latest COM error.

...