LRasterPaintWindow::Initialize
#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::Initialize(void)
Initializes the class object's internal automation handle.
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
This function must be called before calling many of the other LRasterPaintWindow functions.
The paint window's automation handle is valid after calling LRasterPaintWindow::Initialize.
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 |
See Also
Functions: |
LRasterPaintWindow::IsValid, LRasterPaintWindow::Free, Class Members |
Example
For an example, refer to LRasterPaintWindow::CreateToolbar.