|
ReactOS 0.4.16-dev-1946-g52006dd
|
window class with specified icon from resources More...
#include <window.h>
Public Member Functions | |
| IconWindowClass (LPCTSTR classname, UINT nid, UINT style=0, WNDPROC wndproc=Window::WindowWndProc) | |
Public Member Functions inherited from WindowClass | |
| WindowClass (LPCTSTR classname, UINT style=0, WNDPROC wndproc=Window::WindowWndProc) | |
| ATOM | Register () |
| operator ATOM () | |
| operator LPCTSTR () | |
Additional Inherited Members | |
Public Attributes inherited from _WNDCLASSEXA | |
| UINT | cbSize |
| UINT | style |
| WNDPROC | lpfnWndProc |
| int | cbClsExtra |
| int | cbWndExtra |
| HINSTANCE | hInstance |
| HICON | hIcon |
| HCURSOR | hCursor |
| HBRUSH | hbrBackground |
| LPCSTR | lpszMenuName |
| LPCSTR | lpszClassName |
| HICON | hIconSm |
Protected Attributes inherited from WindowClass | |
| ATOM | _atomClass |
| IconWindowClass::IconWindowClass | ( | LPCTSTR | classname, |
| UINT | nid, | ||
| UINT | style = 0, |
||
| WNDPROC | wndproc = Window::WindowWndProc |
||
| ) |
Definition at line 47 of file window.cpp.