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>int pascal getclassname(hwnd hwnd, char *buf, int nmaxchars)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal GetClassName(HWND hWnd, char *buf, int nMaxChars)

  This function retrieves the class name of a window.

Parameters
  hWnd is the handle of the window to query.
  Buf is a pointer to the user-defined buffer which the class name will
      be copied into.
  nMaxChars is the length of the user buffer.

Returns
  The number of characters copied into the buffer, or 0 if the
function fails.

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