RegClass PROTO ClassName:LPSTR,MenuName:LPSTR,WndProc:WNDPROC,hbrBackground:HBRUSH StdWndProc PROTO hWnd:HWND,uMsg:QWORD,wParam:WPARAM,lParam:LPARAM InitRegData PROTO SetStdClass PROTO wcex:PWNDCLASSEX externdef RegSection:CRITICAL_SECTION externdef StdClass:WNDCLASSEX STD_CLIENT_STYLE equ (CS_DROPSHADOW or CS_GLOBALCLASS or CS_HREDRAW or CS_VREDRAW or CS_PARENTDC)