BlockStudio.CustomControls.MessageBoxEx.GetWindowText C# (CSharp) Method

GetWindowText() private method

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