System.Windows.Forms.MessageBoxManager.GetWindowText C# (CSharp) 메소드

GetWindowText() 개인적인 메소드

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