Window Class Functions
A version of this page is also available for
4/8/2010
The following table shows the window class functions, with a description of the purpose of each.
Programming element | Description |
---|---|
This function retrieves information about a window class. |
|
This function retrieves the specified 32-bit (LONG) value from the WNDCLASS structure associated with the specified window. |
|
This function retrieves the name of the class to which the specified window belongs. |
|
This function retrieves information about the specified window. |
|
This function registers a window class for subsequent use in calls to the CreateWindow or CreateWindowEx function. |
|
This function replaces the specified 32-bit (LONG) value at the specified offset into the extra class memory of the WNDCLASS structure for the class to which the specified window belongs. |
|
This function changes an attribute of the specified window. |
|
This function removes a window class, freeing the memory required for the class. |
|
This function frees a hot key previously registered by the calling thread. |