Frees the class object's internal automation handle and internal container handle.
#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::Free()
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function should be called when the class object's internal automation handle and container handle are no longer needed.
For an example, refer to LRasterPaintWindow::FreeToolbar.