|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <reactos/version.h>
#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <tchar.h>
#include "resource.h"
Go to the source code of this file.
Defines |
| #define | LIGHT_BLUE 0x00F7EFD6 |
| #define | DARK_BLUE 0x008C7B6B |
| #define | TITLE_WIDTH 480 |
| #define | TITLE_HEIGHT 93 |
Functions |
| INT_PTR CALLBACK | MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| int WINAPI | _tWinMain (HINSTANCE hInst, HINSTANCE hPrevInstance, LPTSTR lpszCmdLine, int nCmdShow) |
| INT_PTR CALLBACK | ButtonSubclassWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static BOOL | RunApplication (int nTopic) |
| static VOID | SubclassButton (HWND hWnd) |
| static DWORD | GetButtonHeight (HDC hDC, HFONT hFont, LPCTSTR szText, DWORD dwWidth) |
| static LRESULT | OnCreate (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT | OnCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static VOID | PaintBanner (HDC hdc, LPRECT rcPanel) |
| static LRESULT | OnPaint (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT | OnDrawItem (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT | OnMouseMove (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT | OnCtlColorStatic (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT | OnActivate (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT | OnDestroy (HWND hWnd, WPARAM wParam, LPARAM lParam) |
Variables |
| TCHAR | szFrameClass [] = TEXT("WelcomeWindowClass") |
| TCHAR | szAppTitle [80] |
| HINSTANCE | hInstance |
| HWND | hwndMain = 0 |
| HWND | hwndDefaultTopic = 0 |
| HDC | hdcMem = 0 |
| int | nTopic = -1 |
| int | nDefaultTopic = -1 |
| ULONG | ulInnerWidth = TITLE_WIDTH |
| ULONG | ulInnerHeight = (TITLE_WIDTH * 3) / 4 |
| ULONG | ulTitleHeight = TITLE_HEIGHT + 3 |
| HBITMAP | hTitleBitmap = 0 |
| HBITMAP | hDefaultTopicBitmap = 0 |
| HBITMAP | hTopicBitmap [10] |
| HWND | hwndTopicButton [10] |
| HWND | hwndCloseButton |
| HWND | hwndCheckButton |
| HFONT | hfontTopicButton |
| HFONT | hfontTopicTitle |
| HFONT | hfontTopicDescription |
| HFONT | hfontCheckButton |
| HBRUSH | hbrLightBlue |
| HBRUSH | hbrDarkBlue |
| HBRUSH | hbrRightPanel |
| RECT | rcTitlePanel |
| RECT | rcLeftPanel |
| RECT | rcRightPanel |
| WNDPROC | fnOldBtn |
Generated on Sun May 27 2012 04:45:33 for ReactOS by
1.7.6.1
|