You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comtypes (enthought/comtypes#612) use metaclass to release the object
Since ComPtr herit from c_void_p, I think we cannot use the same method, but it may gives you idea
How can I set the parameter
own=True
when I create a array with a ComPtr ?My goal is to be sure to always release the object.
Currently, I do it like this, but it is clearly hacky:
The text was updated successfully, but these errors were encountered: