Function
Description
Gets the maximal capacity of the Consoul window line queue, ie the maximum number of lines the queue can hold before rotating. This capacity is defined at window creation time (CSCreateLogWindow) and cannot be changed afterwards.
Syntax
VB/A 32bits
Private Declare Function CSGetQueueCapacity Lib "consoul_010205_32.dll" ( _
ByVal hWnd As Long _
) As Integer
VB/A 64bits
Private Declare PtrSafe Function CSGetQueueCapacity Lib "consoul_010205_64.dll" ( _
ByVal hWnd As LongPtr _
) As Integer
Return Value
The return value is the capacity of the Consoul window queue buffer.
Parameters
hWnd
The window handle (HWND) of the Consoul window, as returned by CSCreateLogWindow
.
Last updated: May 13 2022.