Hi,
The SslContextCreate() will create a SslContext object. I would like to keep the object valid after the application quits, so that I could keep the SSL connection active.
I have tried to use MemPtrSetOwner() to set the owner of the SslContext ot the OS, but it still fails. I believe the SslContext object contains references to other objects, which I do not have a method to set the ownership of those to the OS.
So, I do not see any solution right now. Have I overlook anything? Is there a way to keep the SslContext object valid after the application quits?
Thank you very much.
Best Regards, Tony Cheung
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
