> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Timothy Fitz
> Sent: Tuesday, 16 August 2005 9:00 AM
> To: [email protected]
> Subject: [python-win32] COM Release
>
>
> Is there an explicit way to Release a COM obj
Is there an explicit way to Release a COM object?
The iTunes COM api raises an event right before it closes, and if my
application doesn't release the COM object in response, iTunes will
hang for 5 seconds, and then prompt the user if they want to force it
to close (very ugly!)
__