BolterLibrary.Imports.GetWindowText C# (CSharp) Method

GetWindowText() private method

private GetWindowText ( IntPtr hWnd, StringBuilder strText, int maxCount ) : int
hWnd System.IntPtr
strText StringBuilder
maxCount int
return int
        protected static extern int GetWindowText(IntPtr hWnd, StringBuilder strText, int maxCount);