win32ui.RegisterWndClass
string = RegisterWndClass(style, hCursor
, hBrush
, hIcon
)
Registers a window class
Parameters
style : int
Specifies the Windows class style or combination of styleshCursor=0 : int
hBrush=0 : int
hIcon=0 : int
Comments
The Microsoft Foundation Class Library automatically registers several standard window classes for you.
Call this function if you want to register your own window classes.