ACPAddIn.ThisAddIn.GetWindowText C# (CSharp) Method

GetWindowText() private method

private GetWindowText ( int hWnd, StringBuilder text, int count ) : int
hWnd int
text StringBuilder
count int
return int
        static extern int GetWindowText(int hWnd, StringBuilder text, int count);