ReactOS 0.4.15-dev-7788-g1ad9096
desktopbar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DesktopBar
 desktop bar window, also known as "system tray" More...
 
struct  StartButton
 special "Start" button with one click activation More...
 

Macros

#define CLASSNAME_EXPLORERBAR   TEXT("Shell_TrayWnd")
 
#define TITLE_EXPLORERBAR   TEXT("")
 
#define DESKTOPBARBAR_HEIGHT   (GetSystemMetrics(SM_CYSIZE) + 5 * GetSystemMetrics(SM_CYEDGE))
 
#define REBARBAND_HEIGHT   (GetSystemMetrics(SM_CYSIZE) + 2 * GetSystemMetrics(SM_CYEDGE))
 
#define IDC_START   0x1000
 
#define IDC_LOGOFF   0x1001
 
#define IDC_SHUTDOWN   0x1002
 
#define IDC_LAUNCH   0x1003
 
#define IDC_START_HELP   0x1004
 
#define IDC_SEARCH_FILES   0x1005
 
#define IDC_SEARCH_COMPUTER   0x1006
 
#define IDC_SETTINGS   0x1007
 
#define IDC_ADMIN   0x1008
 
#define IDC_DOCUMENTS   0x1009
 
#define IDC_RECENT   0x100A
 
#define IDC_FAVORITES   0x100B
 
#define IDC_PROGRAMS   0x100C
 
#define IDC_EXPLORE   0x100D
 
#define IDC_NETWORK   0x100E
 
#define IDC_CONNECTIONS   0x100F
 
#define IDC_DRIVES   0x1010
 
#define IDC_CONTROL_PANEL   0x1011
 
#define IDC_SETTINGS_MENU   0x1012
 
#define IDC_PRINTERS   0x1013
 
#define IDC_PRINTERS_MENU   0x1014
 
#define IDC_BROWSE   0x1015
 
#define IDC_SEARCH_PROGRAM   0x1016
 
#define IDC_SEARCH   0x1017
 
#define IDC_TERMINATE   0x1018
 
#define IDC_RESTART   0x1019
 
#define IDC_FIRST_MENU   0x3000
 
#define IDHK_EXPLORER   0
 
#define IDHK_RUN   1
 
#define IDHK_DESKTOP   2
 
#define IDHK_LOGOFF   3
 
#define IDHK_STARTMENU   4
 

Macro Definition Documentation

◆ CLASSNAME_EXPLORERBAR

#define CLASSNAME_EXPLORERBAR   TEXT("Shell_TrayWnd")

Definition at line 29 of file desktopbar.h.

◆ DESKTOPBARBAR_HEIGHT

#define DESKTOPBARBAR_HEIGHT   (GetSystemMetrics(SM_CYSIZE) + 5 * GetSystemMetrics(SM_CYEDGE))

Definition at line 33 of file desktopbar.h.

◆ IDC_ADMIN

#define IDC_ADMIN   0x1008

Definition at line 45 of file desktopbar.h.

◆ IDC_BROWSE

#define IDC_BROWSE   0x1015

Definition at line 58 of file desktopbar.h.

◆ IDC_CONNECTIONS

#define IDC_CONNECTIONS   0x100F

Definition at line 52 of file desktopbar.h.

◆ IDC_CONTROL_PANEL

#define IDC_CONTROL_PANEL   0x1011

Definition at line 54 of file desktopbar.h.

◆ IDC_DOCUMENTS

#define IDC_DOCUMENTS   0x1009

Definition at line 46 of file desktopbar.h.

◆ IDC_DRIVES

#define IDC_DRIVES   0x1010

Definition at line 53 of file desktopbar.h.

◆ IDC_EXPLORE

#define IDC_EXPLORE   0x100D

Definition at line 50 of file desktopbar.h.

◆ IDC_FAVORITES

#define IDC_FAVORITES   0x100B

Definition at line 48 of file desktopbar.h.

◆ IDC_FIRST_MENU

#define IDC_FIRST_MENU   0x3000

Definition at line 64 of file desktopbar.h.

◆ IDC_LAUNCH

#define IDC_LAUNCH   0x1003

Definition at line 40 of file desktopbar.h.

◆ IDC_LOGOFF

#define IDC_LOGOFF   0x1001

Definition at line 38 of file desktopbar.h.

◆ IDC_NETWORK

#define IDC_NETWORK   0x100E

Definition at line 51 of file desktopbar.h.

◆ IDC_PRINTERS

#define IDC_PRINTERS   0x1013

Definition at line 56 of file desktopbar.h.

◆ IDC_PRINTERS_MENU

#define IDC_PRINTERS_MENU   0x1014

Definition at line 57 of file desktopbar.h.

◆ IDC_PROGRAMS

#define IDC_PROGRAMS   0x100C

Definition at line 49 of file desktopbar.h.

◆ IDC_RECENT

#define IDC_RECENT   0x100A

Definition at line 47 of file desktopbar.h.

◆ IDC_RESTART

#define IDC_RESTART   0x1019

Definition at line 62 of file desktopbar.h.

◆ IDC_SEARCH

#define IDC_SEARCH   0x1017

Definition at line 60 of file desktopbar.h.

◆ IDC_SEARCH_COMPUTER

#define IDC_SEARCH_COMPUTER   0x1006

Definition at line 43 of file desktopbar.h.

◆ IDC_SEARCH_FILES

#define IDC_SEARCH_FILES   0x1005

Definition at line 42 of file desktopbar.h.

◆ IDC_SEARCH_PROGRAM

#define IDC_SEARCH_PROGRAM   0x1016

Definition at line 59 of file desktopbar.h.

◆ IDC_SETTINGS

#define IDC_SETTINGS   0x1007

Definition at line 44 of file desktopbar.h.

◆ IDC_SETTINGS_MENU

#define IDC_SETTINGS_MENU   0x1012

Definition at line 55 of file desktopbar.h.

◆ IDC_SHUTDOWN

#define IDC_SHUTDOWN   0x1002

Definition at line 39 of file desktopbar.h.

◆ IDC_START

#define IDC_START   0x1000

Definition at line 37 of file desktopbar.h.

◆ IDC_START_HELP

#define IDC_START_HELP   0x1004

Definition at line 41 of file desktopbar.h.

◆ IDC_TERMINATE

#define IDC_TERMINATE   0x1018

Definition at line 61 of file desktopbar.h.

◆ IDHK_DESKTOP

#define IDHK_DESKTOP   2

Definition at line 69 of file desktopbar.h.

◆ IDHK_EXPLORER

#define IDHK_EXPLORER   0

Definition at line 67 of file desktopbar.h.

◆ IDHK_LOGOFF

#define IDHK_LOGOFF   3

Definition at line 70 of file desktopbar.h.

◆ IDHK_RUN

#define IDHK_RUN   1

Definition at line 68 of file desktopbar.h.

◆ IDHK_STARTMENU

#define IDHK_STARTMENU   4

Definition at line 71 of file desktopbar.h.

◆ REBARBAND_HEIGHT

#define REBARBAND_HEIGHT   (GetSystemMetrics(SM_CYSIZE) + 2 * GetSystemMetrics(SM_CYEDGE))

Definition at line 34 of file desktopbar.h.

◆ TITLE_EXPLORERBAR

#define TITLE_EXPLORERBAR   TEXT("")

Definition at line 30 of file desktopbar.h.