dllib_used
Returns list of current used dllib handle.
📝
Syntax
r = dllib_used()
📤
Output Arguments
Parameter
Description
h
a vector of dllib handle.
📄
Description
Returns list of current used dllib handle.
💡
Examples
dllib_used(),delete(dllib_used())
🔗
See Also
dlopen
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub