Write cleanup code
When you have finished with the PBCallInfo structure, call
FreeCallInfo to release the memory allocated to it, then delete the
structure, release the session, and free the library:
|
1 2 3 4 5 6 7 8 9 |
// Release Call Info session->FreeCallInfo(&ci); delete &ci; // Release session session->Release(); return 0; FreeLibrary(hinst); } |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest