COMCreateObject(strObjHandl, strProgId);
strObjHandl
strProgId
Loads the COM component with the specified ProgID and associates it with the specified handle. Only components that support the IDispatch interface can be loaded using the COMCreateObject function.
0 -1 $iRetVal=COMCreateObject("objTest", "COMCall.ITest");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |