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>bool getclassinfo(handle hinstance, byte *lpclassname, lpwndclass lpwndclass)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOOL GetClassInfo(HANDLE hInstance, BYTE *lpClassName, LPWNDCLASS lpWndClass)

This function is new to MEWEL 3.1

This function retrieves information about a window class. The hInstance
parameter identifies the instance of the application that created the
class (it is ignored in MEWEL), and the lpClassName parameter identifies
the window class. If the function locates the specified window class, it
copies the WNDCLASS data used to register the window class to the WNDCLASS
data structure pointed to by lpWndClass.

Parameters
  hInstance  This is ignored by MEWEL.

  lpClassName Points to a null-terminated string that contains the name of
              the class to find.

  lpWndClass Points to the WNDCLASS structure to which the function will copy
             the class information.

Returns
 The return value is TRUE if the function found a matching class and suc-
cessfully copied the data; the return value is FALSE if the function did
not find a matching class.

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