ReactOS 0.4.16-dev-1056-gbe87e00
|
#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 1111 of file dialogs.cpp.
#define BUTTON_LOG_OFF_FOCUSED (CY_BITMAP + BUTTON_LOG_OFF_PRESSED) |
Definition at line 1113 of file dialogs.cpp.
#define BUTTON_LOG_OFF_PRESSED (CY_BITMAP + BUTTON_LOG_OFF) |
Definition at line 1112 of file dialogs.cpp.
#define BUTTON_SWITCH_USER 0 |
Definition at line 1108 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_DISABLED (CY_BITMAP + BUTTON_LOG_OFF_FOCUSED) |
Definition at line 1114 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_FOCUSED (CY_BITMAP + BUTTON_SWITCH_USER_PRESSED) |
Definition at line 1110 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_PRESSED (CY_BITMAP + BUTTON_SWITCH_USER) |
Definition at line 1109 of file dialogs.cpp.
#define CX_BITMAP 33 |
Definition at line 1102 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 1103 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 1098 of file dialogs.cpp.
#define FONT_POINT_SIZE 13 |
Definition at line 1096 of file dialogs.cpp.
#define FRIENDLY_LOGOFF_IS_NOT_ENFORCED 0x0 |
Definition at line 1094 of file dialogs.cpp.
#define IS_PRODUCT_VERSION_WORKSTATION 0x300 |
Definition at line 1093 of file dialogs.cpp.
Definition at line 1099 of file dialogs.cpp.
#define LOG_OFF_BUTTON_HOT 0 |
Definition at line 1117 of file dialogs.cpp.
#define NUMBER_OF_BUTTONS 2 |
Definition at line 1105 of file dialogs.cpp.
#define SWITCH_USER_BUTTON_HOT 1 |
Definition at line 1118 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 1018 of file dialogs.cpp.
Definition at line 1021 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), LogoffWindowsDialog(), and RestartDialogEx().
Definition at line 1008 of file dialogs.cpp.
Referenced by ExitWindowsDialog_backup(), and RestartDialogEx().
Definition at line 1279 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 1120 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 478 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1041 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), ExitWindowsDialog_backup(), and RestartDialogEx().
VOID EndFriendlyDialog | ( | HWND | hwnd, |
PLOGOFF_DLG_CONTEXT | pContext | ||
) |
Definition at line 1308 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 1597 of file dialogs.cpp.
Referenced by CTrayWindow::DoExitWindows(), ShowExitWindowsDialog(), and CShellDispatch::ShutdownWindows().
Definition at line 1574 of file dialogs.cpp.
Referenced by ExitWindowsDialog().
|
static |
Definition at line 1397 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 777 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1323 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1434 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1534 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 1203 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 1562 of file dialogs.cpp.
Definition at line 1071 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 | ) |