Script functions reference > Script functions in alphabetical order > C > COMDestroyObject

COMDestroyObject
Syntax
COMDestroyObject(strObjHandl);
strObjHandl
Description
Unloads the COM component associated with the specified handle.
Returns
A number indicating whether the component was successfully unloaded.
0
-1
Example
$iRetVal=COMDestroyObject("objTest");
OpenText StreamServe 5.6 Updated: 2013-03-01