Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
UnregisterClass
win32gui
.UnregisterClass
UnregisterClass(
atom
, hinst
)
Unregisters a window class created by
win32gui::RegisterClass
Parameters
atom
:
PyResourceId
The atom or classname identifying the class previously registered.
hinst
:
PyHANDLE
The handle to the instance unregistering the class, can be None