BuildingCoder.CmdStatusBar.SetWindowText C# (CSharp) Méthode

SetWindowText() private méthode

private SetWindowText ( IntPtr hWnd, string lpString ) : int
hWnd System.IntPtr
lpString string
Résultat int
        static extern int SetWindowText(
            IntPtr hWnd,
            string lpString);