| lcProgressCreate | Home |
|
BOOL lcProgressCreate ( HANDLE hLcWnd, int Width, int Height, LPCWSTR szTitle ); |
| hLcWnd | |
| Handle to the parent or owner window. It can be either WinAPI HWND type or LiteCAD graphics window handle. | |
| Width Height | |
| Dimensions of the progress indicator window. | |
| szTitle | |
| Window title text. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcProgressDelete |