yucad3d

CadWndRedraw

Forces a full repaint of the CAD window.

std::int32_t CadWndRedraw ( void* hWin );

Parameters

hWin (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also