BuildingCoder.CmdDemoCheck.GetWindowTextLength C# (CSharp) Method

GetWindowTextLength() private method

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