|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fullscreen.h>


Public Member Functions | |
| DECLARE_WND_CLASS_EX (L"FullscreenWindow", CS_DBLCLKS|CS_HREDRAW|CS_VREDRAW, COLOR_BACKGROUND) HWND DoCreate() | |
Private Member Functions | |
| LRESULT | OnCreate (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnCloseOrKeyDownOrLButtonDown (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnPaint (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnGetText (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
Definition at line 10 of file fullscreen.h.
| CFullscreenWindow::DECLARE_WND_CLASS_EX | ( | L"FullscreenWindow" | , |
| CS_DBLCLKS|CS_HREDRAW| | CS_VREDRAW, | ||
| COLOR_BACKGROUND | |||
| ) |
|
private |
Definition at line 30 of file fullscreen.cpp.
|
private |
Definition at line 23 of file fullscreen.cpp.
|
private |
Definition at line 52 of file fullscreen.cpp.
|
private |
Definition at line 37 of file fullscreen.cpp.