lcProgressCreate Home

Creates progress indicator window.

 BOOL lcProgressCreate (
   HANDLE hLcWnd,
   int Width,
   int Height,
   LPCWSTR szTitle
 );

Parameters
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.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcProgressDelete