|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | RUNFILEDLGPARAMS |
| struct | LOGOFF_DLG_CONTEXT |
| struct | PICK_ICON_CONTEXT |
Typedefs | |
| typedef struct LOGOFF_DLG_CONTEXT * | PLOGOFF_DLG_CONTEXT |
| typedef BOOL(WINAPI * | LPFNOFN) (OPENFILENAMEW *) |
| typedef struct PICK_ICON_CONTEXT * | PPICK_ICON_CONTEXT |
| typedef HRESULT(WINAPI * | tShellDimScreen) (IUnknown **Unknown, HWND *hWindow) |
| #define BUTTON_LOG_OFF (CY_BITMAP + BUTTON_SWITCH_USER_FOCUSED) |
Definition at line 1112 of file dialogs.cpp.
| #define BUTTON_LOG_OFF_FOCUSED (CY_BITMAP + BUTTON_LOG_OFF_PRESSED) |
Definition at line 1114 of file dialogs.cpp.
| #define BUTTON_LOG_OFF_PRESSED (CY_BITMAP + BUTTON_LOG_OFF) |
Definition at line 1113 of file dialogs.cpp.
| #define BUTTON_SWITCH_USER 0 |
Definition at line 1109 of file dialogs.cpp.
| #define BUTTON_SWITCH_USER_DISABLED (CY_BITMAP + BUTTON_LOG_OFF_FOCUSED) |
Definition at line 1115 of file dialogs.cpp.
| #define BUTTON_SWITCH_USER_FOCUSED (CY_BITMAP + BUTTON_SWITCH_USER_PRESSED) |
Definition at line 1111 of file dialogs.cpp.
| #define BUTTON_SWITCH_USER_PRESSED (CY_BITMAP + BUTTON_SWITCH_USER) |
Definition at line 1110 of file dialogs.cpp.
| #define CX_BITMAP 33 |
Definition at line 1103 of file dialogs.cpp.
| #define CX_ICON GetSystemMetrics(SM_CXICON) |
Definition at line 179 of file dialogs.cpp.
Definition at line 183 of file dialogs.cpp.
| #define CY_BITMAP 33 |
Definition at line 1104 of file dialogs.cpp.
| #define CY_ICON GetSystemMetrics(SM_CYICON) |
Definition at line 180 of file dialogs.cpp.
Definition at line 184 of file dialogs.cpp.
Definition at line 1099 of file dialogs.cpp.
| #define FONT_POINT_SIZE 13 |
Definition at line 1097 of file dialogs.cpp.
| #define FRIENDLY_LOGOFF_IS_NOT_ENFORCED 0x0 |
Definition at line 1095 of file dialogs.cpp.
| #define IS_PRODUCT_VERSION_WORKSTATION 0x300 |
Definition at line 1094 of file dialogs.cpp.
Definition at line 1100 of file dialogs.cpp.
| #define LOG_OFF_BUTTON_HOT 0 |
Definition at line 1118 of file dialogs.cpp.
| #define NUMBER_OF_BUTTONS 2 |
Definition at line 1106 of file dialogs.cpp.
| #define SWITCH_USER_BUTTON_HOT 1 |
Definition at line 1119 of file dialogs.cpp.
| typedef BOOL(WINAPI * LPFNOFN) (OPENFILENAMEW *) |
Definition at line 47 of file dialogs.cpp.
| typedef struct LOGOFF_DLG_CONTEXT * PLOGOFF_DLG_CONTEXT |
| typedef struct PICK_ICON_CONTEXT * PPICK_ICON_CONTEXT |
Definition at line 1019 of file dialogs.cpp.
Definition at line 1022 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), LogoffWindowsDialog(), and RestartDialogEx().
Definition at line 1009 of file dialogs.cpp.
Referenced by ExitWindowsDialog_backup(), and RestartDialogEx().
Definition at line 1280 of file dialogs.cpp.
Referenced by FancyLogoffOnInit().
|
static |
Definition at line 88 of file dialogs.cpp.
Referenced by DoLoadIcons(), and PickIconProc().
|
static |
Definition at line 105 of file dialogs.cpp.
Referenced by NoIconsInFile(), and PickIconProc().
| BOOL DrawIconOnOwnerDrawnButtons | ( | DRAWITEMSTRUCT * | pdis, |
| PLOGOFF_DLG_CONTEXT | pContext | ||
| ) |
Definition at line 1121 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 479 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1042 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), ExitWindowsDialog_backup(), and RestartDialogEx().
| VOID EndFriendlyDialog | ( | HWND | hwnd, |
| PLOGOFF_DLG_CONTEXT | pContext | ||
| ) |
Definition at line 1309 of file dialogs.cpp.
Referenced by LogOffDialogProc().
| BOOL CALLBACK EnumPickIconResourceProc | ( | HMODULE | hModule, |
| LPCWSTR | lpszType, | ||
| LPWSTR | lpszName, | ||
| LONG_PTR | lParam | ||
| ) |
Definition at line 69 of file dialogs.cpp.
Referenced by DoLoadIcons().
Definition at line 1604 of file dialogs.cpp.
Referenced by CTrayWindow::DoExitWindows(), ShowExitWindowsDialog(), and CShellDispatch::ShutdownWindows().
Definition at line 1581 of file dialogs.cpp.
Referenced by ExitWindowsDialog().
|
static |
Definition at line 1398 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 778 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1324 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1435 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1541 of file dialogs.cpp.
Referenced by CTrayWindow::HandleCommand(), and StartMenuHandler::ShowLogoffDialog().
|
static |
Definition at line 167 of file dialogs.cpp.
Referenced by PickIconProc().
Definition at line 1204 of file dialogs.cpp.
Referenced by FancyLogoffOnInit().
Definition at line 352 of file dialogs.cpp.
Referenced by DesktopPageProc(), EditTypeDlg_OnChangeIcon(), CShellLink::OnCommand(), and CFileDefExt::OnFolderCustChangeIcon().
Definition at line 186 of file dialogs.cpp.
Referenced by PickIconDlg().
Definition at line 1569 of file dialogs.cpp.
Definition at line 1072 of file dialogs.cpp.
Referenced by RestartDialog().
Definition at line 423 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 502 of file dialogs.cpp.
Referenced by RunFileDlg().
| void WINAPI RunFileDlg | ( | HWND | hWndOwner, |
| HICON | hIcon, | ||
| LPCWSTR | lpstrDirectory, | ||
| LPCWSTR | lpstrTitle, | ||
| LPCWSTR | lpstrDescription, | ||
| UINT | uFlags | ||
| ) |
Definition at line 400 of file dialogs.cpp.
Referenced by RunDialogThread::Run(), CTrayWindow::RunFileDlgThread(), and TaskManager_OnFileNew().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |