ReleaseInstance
The ReleaseInstance
function releases an instance
of a COM object.
Syntax
Important:
This feature is deprecated, its use is discouraged although not prohibited.
CALL ui.Interface.frontCall("WINCOM","ReleaseInstance",
[handle], [result] )
- handle is the handle returned by another front call (
CreateInstance
,CallMethod
,GetProperty
). - result is -1 in case of error (use
GetError
to get the description of the error), otherwise it is 0.