System.Windows.Forms.MessageBoxManager.GetWindowText C# (CSharp) Method

GetWindowText() private method

private GetWindowText ( IntPtr hWnd, StringBuilder text, int maxLength ) : int
hWnd IntPtr
text System.Text.StringBuilder
maxLength int
return int
        private static extern int GetWindowText(IntPtr hWnd, StringBuilder text, int maxLength);