Dev2.Activities.ModalChecker.GetWindowText C# (CSharp) Method

GetWindowText() private method

private GetWindowText ( IntPtr handle, [ caption, int count ) : int
handle System.IntPtr
caption [
count int
return int
        static extern int GetWindowText(
            IntPtr handle,
            [MarshalAs(UnmanagedType.LPWStr)] StringBuilder caption,
            int count);