Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>hwnd pascal findwindow(char *szclassname, char *szwindowname)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HWND pascal FindWindow(char *szClassName, char *szWindowName)

  This function searches for a window of the given class who has the
window text szWindowName.

Parameters
  szClassName is the name of a predefined or user-defined class.
  szWindowName is the window title or text.

Returns
  The handle of the found window, or NULLHWND is no matching window
was located.

Example

HWND hOKButton;
hOKButton = FindWindow("PushButton", "OK");

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