[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson