The UnregisterClass function removes a window class, freeing the memory required for the class.
BOOL UnregisterClass(
LPCTSTR lpClassName, |
// address of class name string |
HINSTANCE hInstance |
// handle of application instance |
); |
If this parameter is an integer atom, it must be a global atom created by a
previous call to the RegisterClass function. The atom, a 16-bit value
less than 0xC000, must be in the low-order word of lpClassName; the
high-order word must be zero.
If the function succeeds, the return value is nonzero.
If the class could not be found or if a window still exists that was created with the class, the return value is zero. To get extended error information, call GetLastError.
Before calling this function, an application must destroy all windows created with the specified class.
All window classes that an application registers are unregistered when it terminates.
file: /Techref/os/win/api/win32/func/src/f89_17.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/9 03:30,
18.191.218.252:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/Techref/os/win/api/win32/func/src/f89_17.htm"> UnregisterClass</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.