Paul Lalonde wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1Success! Thank you!I'm guessing now that holding the handle is a general rule for the API? Is there an easy way to tell for any call if a reference gets retained?
Unfortunately, this isn't consistently documented. In general, references are held to avoid unnecessary copying, but the best way to figure this out is to take a quick look at the header file.
Dave