BuildingCoder.CmdDemoCheck.GetWindowTextLength C# (CSharp) Метод

GetWindowTextLength() приватный Метод

private GetWindowTextLength ( IntPtr hWnd ) : int
hWnd System.IntPtr
Результат int
        static extern int GetWindowTextLength( 
            IntPtr hWnd);