@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GetWindowTextLength API !!!!C# Signature: [DllImport("user32.dll", SetLastError=true, CharSet=CharSet.Auto)] static extern int GetWindowTextLength(IntPtr hWnd); !!!!VB.NET Signature: <DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _ Private Shared Function GetWindowTextLength(ByVal hwnd As IntPtr) As Integer End Function !!!!VB Signature: Public Declare Function GetWindowTextLength Lib "user32.dll" Alias "GetWindowTextLengthA" _ (ByVal hWnd As Long) As Long !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Often used with GetWindowText !!!!Sample Code: (See GetWindowText.) !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: GetWindowTextLength@msdn on MSDN
Edit user32.getwindowt...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.