ReactOS 0.4.16-dev-257-g6aa11ac
|
#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 1122 of file dialogs.cpp.
#define BUTTON_LOG_OFF_FOCUSED (CY_BITMAP + BUTTON_LOG_OFF_PRESSED) |
Definition at line 1124 of file dialogs.cpp.
#define BUTTON_LOG_OFF_PRESSED (CY_BITMAP + BUTTON_LOG_OFF) |
Definition at line 1123 of file dialogs.cpp.
#define BUTTON_SWITCH_USER 0 |
Definition at line 1119 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_DISABLED (CY_BITMAP + BUTTON_LOG_OFF_FOCUSED) |
Definition at line 1125 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_FOCUSED (CY_BITMAP + BUTTON_SWITCH_USER_PRESSED) |
Definition at line 1121 of file dialogs.cpp.
#define BUTTON_SWITCH_USER_PRESSED (CY_BITMAP + BUTTON_SWITCH_USER) |
Definition at line 1120 of file dialogs.cpp.
#define CX_BITMAP 33 |
Definition at line 1113 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 1114 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 1109 of file dialogs.cpp.
#define FONT_POINT_SIZE 13 |
Definition at line 1107 of file dialogs.cpp.
#define FRIENDLY_LOGOFF_IS_NOT_ENFORCED 0x0 |
Definition at line 1105 of file dialogs.cpp.
#define IS_PRODUCT_VERSION_WORKSTATION 0x300 |
Definition at line 1104 of file dialogs.cpp.
Definition at line 1110 of file dialogs.cpp.
#define LOG_OFF_BUTTON_HOT 0 |
Definition at line 1128 of file dialogs.cpp.
#define NUMBER_OF_BUTTONS 2 |
Definition at line 1116 of file dialogs.cpp.
#define SWITCH_USER_BUTTON_HOT 1 |
Definition at line 1129 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 1029 of file dialogs.cpp.
Definition at line 1032 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), LogoffWindowsDialog(), and RestartDialogEx().
Definition at line 1019 of file dialogs.cpp.
Referenced by ExitWindowsDialog_backup(), and RestartDialogEx().
Definition at line 1290 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 1131 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 488 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1052 of file dialogs.cpp.
Referenced by ExitWindowsDialog(), ExitWindowsDialog_backup(), and RestartDialogEx().
VOID EndFriendlyDialog | ( | HWND | hwnd, |
PLOGOFF_DLG_CONTEXT | pContext | ||
) |
Definition at line 1319 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 1608 of file dialogs.cpp.
Referenced by CTrayWindow::DoExitWindows(), ShowExitWindowsDialog(), and CShellDispatch::ShutdownWindows().
Definition at line 1585 of file dialogs.cpp.
Referenced by ExitWindowsDialog().
|
static |
Definition at line 1408 of file dialogs.cpp.
Referenced by LogOffDialogProc().
Definition at line 788 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 1334 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1445 of file dialogs.cpp.
Referenced by LogoffWindowsDialog().
Definition at line 1545 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 1214 of file dialogs.cpp.
Referenced by FancyLogoffOnInit().
Definition at line 362 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 1573 of file dialogs.cpp.
Definition at line 1082 of file dialogs.cpp.
Referenced by RestartDialog().
Definition at line 432 of file dialogs.cpp.
Referenced by RunDlgProc().
Definition at line 511 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 409 of file dialogs.cpp.
Referenced by RunDialogThread::Run(), CTrayWindow::RunFileDlgThread(), and TaskManager_OnFileNew().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |