CSGetAutoRedraw Function
Description
Returns the current state of the auto redraw mode.
Syntax
VB/A 32bits
Private Declare Function CSGetAutoRedraw Lib "consoul_010205_32.dll" ( _
ByVal hWnd As Long _
) As Integer
VB/A 64bits
Private Declare PtrSafe Function CSGetAutoRedraw Lib "consoul_010205_64.dll" ( _
ByVal hWnd As LongPtr _
) As Integer
Return Value
The return value is the current auto redraw mode, 0 (zero) is OFF, 1 (one) is ON.
Parameters
hWnd
The window handle (HWND) of the Consoul window, as returned by CSCreateLogWindow.
Last updated: May 13 2022.