ReactOS 0.4.16-dev-319-g6cf4263
|
#include "msgina.h"
#include <powrprof.h>
#include <wingdi.h>
#include <windowsx.h>
#include <commctrl.h>
Go to the source code of this file.
Classes | |
struct | _SHUTDOWN_DLG_CONTEXT |
Typedefs | |
typedef struct _SHUTDOWN_DLG_CONTEXT | SHUTDOWN_DLG_CONTEXT |
typedef struct _SHUTDOWN_DLG_CONTEXT * | PSHUTDOWN_DLG_CONTEXT |
#define BUTTON_REBOOT (CY_BITMAP + BUTTON_SHUTDOWN_FOCUSED) |
Definition at line 43 of file shutdown.c.
#define BUTTON_REBOOT_FOCUSED (CY_BITMAP + BUTTON_REBOOT_PRESSED) |
Definition at line 45 of file shutdown.c.
#define BUTTON_REBOOT_PRESSED (CY_BITMAP + BUTTON_REBOOT) |
Definition at line 44 of file shutdown.c.
#define BUTTON_SHUTDOWN 0 |
Definition at line 40 of file shutdown.c.
#define BUTTON_SHUTDOWN_FOCUSED (CY_BITMAP + BUTTON_SHUTDOWN_PRESSED) |
Definition at line 42 of file shutdown.c.
#define BUTTON_SHUTDOWN_PRESSED (CY_BITMAP + BUTTON_SHUTDOWN) |
Definition at line 41 of file shutdown.c.
#define BUTTON_SLEEP (CY_BITMAP + BUTTON_REBOOT_FOCUSED) |
Definition at line 46 of file shutdown.c.
#define BUTTON_SLEEP_DISABLED (CY_BITMAP + BUTTON_SLEEP_FOCUSED) |
Definition at line 49 of file shutdown.c.
#define BUTTON_SLEEP_FOCUSED (CY_BITMAP + BUTTON_SLEEP_PRESSED) |
Definition at line 48 of file shutdown.c.
#define BUTTON_SLEEP_PRESSED (CY_BITMAP + BUTTON_SLEEP) |
Definition at line 47 of file shutdown.c.
#define CX_BITMAP 33 |
Definition at line 34 of file shutdown.c.
#define CY_BITMAP 33 |
Definition at line 35 of file shutdown.c.
Definition at line 30 of file shutdown.c.
#define FONT_POINT_SIZE 13 |
Definition at line 28 of file shutdown.c.
#define HIBERNATE_BUTTON_HOT 3 |
Definition at line 55 of file shutdown.c.
Definition at line 31 of file shutdown.c.
#define NUMBER_OF_BUTTONS 4 |
Definition at line 37 of file shutdown.c.
#define REBOOT_BUTTON_HOT 1 |
Definition at line 53 of file shutdown.c.
#define SHUTDOWN_BUTTON_HOT 0 |
Definition at line 52 of file shutdown.c.
#define SLEEP_BUTTON_HOT 2 |
Definition at line 54 of file shutdown.c.
#define WLX_SHUTDOWN_STATE_HIBERNATE 0x40 |
Definition at line 24 of file shutdown.c.
#define WLX_SHUTDOWN_STATE_LOGOFF 0x01 |
Definition at line 18 of file shutdown.c.
#define WLX_SHUTDOWN_STATE_POWER_OFF 0x02 |
Definition at line 19 of file shutdown.c.
#define WLX_SHUTDOWN_STATE_REBOOT 0x04 |
Definition at line 20 of file shutdown.c.
#define WLX_SHUTDOWN_STATE_SLEEP 0x10 |
Definition at line 22 of file shutdown.c.
typedef struct _SHUTDOWN_DLG_CONTEXT * PSHUTDOWN_DLG_CONTEXT |
VOID ChangeRequiredButton | ( | HWND | hDlg, |
PSHUTDOWN_DLG_CONTEXT | pContext | ||
) |
Definition at line 651 of file shutdown.c.
Referenced by OnTimer().
VOID CreateToolTipForButtons | ( | int | controlID, |
int | detailID, | ||
HWND | hDlg, | ||
int | titleID, | ||
HINSTANCE | hInst | ||
) |
Definition at line 592 of file shutdown.c.
Referenced by ShutdownOnFriendlyInit().
|
static |
Definition at line 314 of file shutdown.c.
Referenced by ShutdownDialogProc().
VOID EndFriendlyDialog | ( | HWND | hDlg, |
PSHUTDOWN_DLG_CONTEXT | pContext | ||
) |
Definition at line 627 of file shutdown.c.
Referenced by ShutdownDialogProc().
Definition at line 260 of file shutdown.c.
Referenced by ShellIsFriendlyUIActive().
Definition at line 783 of file shutdown.c.
Referenced by OnShutDown(), ShellShutdownDialog(), and ShutdownDialog().
Definition at line 777 of file shutdown.c.
Referenced by OnShutDown().
Definition at line 78 of file shutdown.c.
Referenced by ShutdownDialog().
Definition at line 214 of file shutdown.c.
Referenced by ShellIsFriendlyUIActive().
Definition at line 138 of file shutdown.c.
Referenced by ShellIsFriendlyUIActive().
Definition at line 222 of file shutdown.c.
Referenced by ShellIsFriendlyUIActive().
Definition at line 230 of file shutdown.c.
Referenced by ShutdownDialog().
Definition at line 441 of file shutdown.c.
Referenced by OnShutDown(), ShellShutdownDialog(), and ShutdownDialog().
VOID OnTimer | ( | HWND | hDlg, |
PSHUTDOWN_DLG_CONTEXT | pContext | ||
) |
Definition at line 704 of file shutdown.c.
|
static |
Definition at line 508 of file shutdown.c.
Referenced by ShutdownOnFriendlyInit().
Definition at line 723 of file shutdown.c.
Referenced by ShellShutdownDialog(), and ShutdownDialog().
Definition at line 422 of file shutdown.c.
Referenced by ShutdownDialog().
Definition at line 1230 of file shutdown.c.
Referenced by ShellTurnOffDialog().
Definition at line 1313 of file shutdown.c.
Definition at line 1149 of file shutdown.c.
Referenced by OnShutDown(), and ShellShutdownDialog().
|
static |
Definition at line 1017 of file shutdown.c.
|
static |
Definition at line 852 of file shutdown.c.
Referenced by ShutdownOnInit().
|
static |
Definition at line 904 of file shutdown.c.
Referenced by ShutdownDialogProc().
|
static |
Definition at line 993 of file shutdown.c.
Referenced by ShutdownDialogProc().
|
static |
Definition at line 800 of file shutdown.c.
Referenced by ShutdownDialogProc(), and ShutdownOnInit().