Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>getwindowtext</b> get window caption text http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetWindowText        Get Window Caption Text

int GetWindowText(hWnd, lpString, nMaxCount)
HWND hWnd;
LPSTR lpString; /* Buffer */
int nMaxCount; /* Chars to copy */


Returns:    Actual number of bytes copied.

Note:       Causes WM_GETTEXT message to be sent to control or window.

See Also: SetWindowText

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson