LRasterPaintWindow::Free

#include "Ltwrappr.h"

static L_INT LRasterPaintWindow::Free()

Frees the class object's internal automation handle and internal container handle.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

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
LTDIS
LTFIL
LTAUT
LTCON
LTTLB

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LRasterPaintWindow::Initialize, LRasterPaintWindow::IsValid, Class Members

Example

For an example, refer to LRasterPaintWindow::FreeToolbar.