COM_used

Returns list of current used COM handle.

📝 Syntax

  • r = COM_used()

📤 Output argument

  • h - a vector of COM handle.

📄 Description

Returns list of current used COM handle.

💡 Example

delete(COM_used())
e = actxserver('Excel.Application');
used = COM_used()
delete(used)
used = COM_used()

🔗 See also

COM_set (set), COM_get (get).

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?