BolterLibrary.Imports.GetWindowTextLength C# (CSharp) Method

GetWindowTextLength() private method

private GetWindowTextLength ( IntPtr hWnd ) : int
hWnd System.IntPtr
return int
        protected static extern int GetWindowTextLength(IntPtr hWnd);