.\" This manpage is Copyright (C) 2000 Wei Yongming .\" 2000 BluePoint Software .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since MiniGUI is constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .TH "WindowClass" "3" "August 2000" "MiniGUI" .SH "NAME" WindowClass \- Functions to register, unregister, get, and set information of window class. .SH "SYNOPSIS" .B #include .br .PP .BI "BOOL GUIAPI RegisterWindowClass" "(PWNDCLASS pWndClass);" .br .BI "BOOL GUIAPI UnregisterWindowClass" "(const char* szClassName);" .br .BI "char* GUIAPI GetClassName" "(HWND hWnd);" .br .BI "BOOL GUIAPI GetWindowClassInfo" "(PWNDCLASS pWndClass);" .br .BI "BOOL GUIAPI SetWindowClassInfo" "(const WNDCLASS* pWndClass);" .SH "DESCRIPTION" .PP \fBRegisterWindowClass\fP function registers a window class. Later on, you can create a window of a registered class. .PP \fBUnregisterWindowClass\fP function undoes the effect of \fBRegisterWindowClass\fP. .PP \fBGetClassName\fP function retrieves the name of the class to which the specified window belongs. .PP \fBGetWindowClassInfo\fP function retrieves the information of the specified window class. .PP \fBSetWindowClassInfo\fP function sets the information of the specified window class. .SH "RETURN VALUE" .PP .SH "NOTE" .PP .SH "SEE ALSO" .SH "AUTHOR" .PP This manual page was edited by Song Lixin . If you have any problems, comments or found some bugs, please send messages to me.