#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::Free()
Frees the class object's internal automation handle and internal container handle.
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.
Required DLLs and Libraries
LTPNT For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Functions: |
LRasterPaintWindow::Initialize, LRasterPaintWindow::IsValid, Class Members |
For an example, refer to LRasterPaintWindow::FreeToolbar.