ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

welcome.c File Reference
#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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.