QuakeConsole.QuakeTerminal.GetWindowText C# (CSharp) Method

GetWindowText() private method

private GetWindowText ( HandleRef hWnd, StringBuilder lpString, int nMaxCount ) : int
hWnd System.Runtime.InteropServices.HandleRef
lpString StringBuilder
nMaxCount int
return int
        public static extern int GetWindowText(HandleRef hWnd, StringBuilder lpString, int nMaxCount);