DroidExplorer.Bootstrapper.Authentication.LocalCbtHook.GetWindowText C# (CSharp) Method

GetWindowText() private method

private GetWindowText ( IntPtr hwnd, StringBuilder lpString, int nMaxCount ) : int
hwnd System.IntPtr
lpString StringBuilder
nMaxCount int
return int
        protected static extern int GetWindowText( IntPtr hwnd,
			StringBuilder lpString, int nMaxCount );