Frees the paint handle.
#include "LtPnt.h"
L_LTPNT_API L_INT L_PntFree(pPaint)
Pointer to the paint handle to free.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function should be called when a paint handle is no longer needed by an application.
For an example, refer to L_PntInit.