ACPAddIn.ThisAddIn.GetWindowText C# (CSharp) Méthode

GetWindowText() private méthode

private GetWindowText ( int hWnd, StringBuilder text, int count ) : int
hWnd int
text StringBuilder
count int
Résultat int
        static extern int GetWindowText(int hWnd, StringBuilder text, int count);