ReactOS 0.4.16-dev-853-g88d9285
|
#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 1109 of file dialogs.cpp.
#define BUTTON_LOG_OFF_FOCUSED (CY_BITMAP + BUTTON_LOG_OFF_PRESSED) |
Definition at line 1111 of file dialogs.cpp.
#define BUTTON_LOG_OFF_PRESSED (CY_BITMAP + BUTTON_LOG_OFF) |
Definition at line 1110 of file dialogs.cpp.
#define BUTTON_SWITCH_USER 0 |
Definition at line 1106 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_DISABLED (CY_BITMAP + BUTTON_LOG_OFF_FOCUSED) |
Definition at line 1112 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_FOCUSED (CY_BITMAP + BUTTON_SWITCH_USER_PRESSED) |
Definition at line 1108 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_PRESSED (CY_BITMAP + BUTTON_SWITCH_USER) |
Definition at line 1107 of file dialogs.cpp.
#define CX_BITMAP 33 |
Definition at line 1100 of file dialogs.cpp.
#define CX_ICON GetSystemMetrics(SM_CXICON) |
Definition at line 178 of file dialogs.cpp.
Definition at line 182 of file dialogs.cpp.
#define CY_BITMAP 33 |
Definition at line 1101 of file dialogs.cpp.
#define CY_ICON GetSystemMetrics(SM_CYICON) |
Definition at line 179 of file dialogs.cpp.
Definition at line 183 of file dialogs.cpp.
Definition at line 1096 of file dialogs.cpp.
#define FONT_POINT_SIZE 13 |
Definition at line 1094 of file dialogs.cpp.
#define FRIENDLY_LOGOFF_IS_NOT_ENFORCED 0x0 |
Definition at line 1092 of file dialogs.cpp.
#define IS_PRODUCT_VERSION_WORKSTATION 0x300 |
Definition at line 1091 of file dialogs.cpp.
Definition at line 1097 of file dialogs.cpp.
#define LOG_OFF_BUTTON_HOT 0 |
Definition at line 1115 of file dialogs.cpp.
#define NUMBER_OF_BUTTONS 2 |
Definition at line 1103 of file dialogs.cpp.
#define SWITCH_USER_BUTTON_HOT 1 |
Definition at line 1116 of file dialogs.cpp.
typedef BOOL(WINAPI * LPFNOFN) (OPENFILENAMEW *) |
Definition at line 46 of file dialogs.cpp.
typedef struct LOGOFF_DLG_CONTEXT * PLOGOFF_DLG_CONTEXT |
typedef struct PICK_ICON_CONTEXT * PPICK_ICON_CONTEXT |
Definition at line 1016 of file dialogs.cpp.
Definition at line 1019 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), LogoffWindowsDialog(), and RestartDialogEx().
Definition at line 1006 of file dialogs.cpp.
Referenced by ExitWindowsDialog_backup(), and RestartDialogEx().
Definition at line 1277 of file dialogs.cpp.
Referenced by FancyLogoffOnInit().
|
static |
Definition at line 87 of file dialogs.cpp.
Referenced by DoLoadIcons(), and PickIconProc().
|
static |
Definition at line 104 of file dialogs.cpp.
Referenced by NoIconsInFile(), and PickIconProc().
BOOL DrawIconOnOwnerDrawnButtons | ( | DRAWITEMSTRUCT * | pdis, |
PLOGOFF_DLG_CONTEXT | pContext | ||
) |
Definition at line 1118 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 478 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1039 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), ExitWindowsDialog_backup(), and RestartDialogEx().
VOID EndFriendlyDialog | ( | HWND | hwnd, |
PLOGOFF_DLG_CONTEXT | pContext | ||
) |
Definition at line 1306 of file dialogs.cpp.
Referenced by LogOffDialogProc().
BOOL CALLBACK EnumPickIconResourceProc | ( | HMODULE | hModule, |
LPCWSTR | lpszType, | ||
LPWSTR | lpszName, | ||
LONG_PTR | lParam | ||
) |
Definition at line 68 of file dialogs.cpp.
Referenced by DoLoadIcons().
Definition at line 1595 of file dialogs.cpp.
Referenced by CTrayWindow::DoExitWindows(), ShowExitWindowsDialog(), and CShellDispatch::ShutdownWindows().
Definition at line 1572 of file dialogs.cpp.
Referenced by ExitWindowsDialog().
|
static |
Definition at line 1395 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 775 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1321 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1432 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1532 of file dialogs.cpp.
Referenced by CTrayWindow::HandleCommand(), and StartMenuHandler::ShowLogoffDialog().
|
static |
Definition at line 166 of file dialogs.cpp.
Referenced by PickIconProc().
Definition at line 1201 of file dialogs.cpp.
Referenced by FancyLogoffOnInit().
Definition at line 351 of file dialogs.cpp.
Referenced by DesktopPageProc(), EditTypeDlg_OnChangeIcon(), CShellLink::OnCommand(), and CFileDefExt::OnFolderCustChangeIcon().
Definition at line 185 of file dialogs.cpp.
Referenced by PickIconDlg().
Definition at line 1560 of file dialogs.cpp.
Definition at line 1069 of file dialogs.cpp.
Referenced by RestartDialog().
Definition at line 422 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 501 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 399 of file dialogs.cpp.
Referenced by RunDialogThread::Run(), CTrayWindow::RunFileDlgThread(), and TaskManager_OnFileNew().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |