|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wine/config.h>#include <windef.h>#include <winbase.h>#include <shellapi.h>#include <shlobj.h>#include <shlwapi.h>#include <strsafe.h>#include <winnls.h>#include "undocshell.h"#include "pidl.h"#include "shell32_main.h"#include "shresdef.h"#include <wine/debug.h>#include <wine/unicode.h>#include <reactos/version.h>#include <reactos/buildno.h>
Go to the source code of this file.
Classes | |
| struct | ABOUT_INFO |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COBJMACROS |
| #define | SHGFI_KNOWN_FLAGS |
Variables | |
| const char *const | SHELL_Authors [] = { "Copyright 1993-"COPYRIGHT_YEAR" WINE team", "Copyright 1998-"COPYRIGHT_YEAR" ReactOS Team", 0 } |
| #define _INC_WINDOWS |
Definition at line 26 of file shell32_main.c.
| #define COBJMACROS |
Definition at line 27 of file shell32_main.c.
| #define SHGFI_KNOWN_FLAGS |
Definition at line 419 of file shell32_main.c.
| #define WIN32_NO_STATUS |
Definition at line 25 of file shell32_main.c.
Definition at line 1036 of file shell32_main.c.
Referenced by AboutDlgProc().
Definition at line 1068 of file shell32_main.c.
Referenced by ShellAboutW().
Definition at line 79 of file shell32_main.c.
Referenced by _tmain(), CmdDebugService(), command_line_to_args(), DisplayApplet(), DoEntry(), get_utf8_args(), main(), ParseCmdAndExecute(), CCleanMgrModule::ParseCommandLine(), PrintUIEntryW(), ProcessCmdLine(), ProcessCommandLine(), test_commandline2argv(), test_one_cmdline(), and wWinMain().
Definition at line 837 of file shell32_main.c.
Definition at line 859 of file shell32_main.c.
Referenced by test_ExtractIcon().
Definition at line 877 of file shell32_main.c.
Referenced by DlgInitHandler(), ExtractAssociatedIconW(), ExtractIconA(), ExtractIconWrapW(), and test_ExtractIcon().
Definition at line 1358 of file shell32_main.c.
Definition at line 906 of file shell32_main.c.
| BOOL WINAPI Printers_RegisterWindowW | ( | LPCWSTR | wsPrinter, |
| DWORD | dwType, | ||
| HANDLE * | phClassPidl, | ||
| HWND * | phwnd | ||
| ) |
Definition at line 940 of file shell32_main.c.
Definition at line 953 of file shell32_main.c.
Definition at line 1011 of file shell32_main.c.
Referenced by AboutDlgProc().
|
static |
Definition at line 313 of file shell32_main.c.
Referenced by SHGetFileInfoW().
| BOOL SHELL_IsShortcut | ( | LPCITEMIDLIST | pidlLast | ) |
Definition at line 404 of file shell32_main.c.
Referenced by SHGetFileInfoW(), and SHMapPIDLToSystemImageListIndex().
Definition at line 1284 of file shell32_main.c.
Definition at line 1314 of file shell32_main.c.
Referenced by Control_WndProc(), dialog_about(), ie_dialog_about(), MACRO_About(), MAIN_MenuCommand(), MainProc(), MainWndCommand(), OnAbout(), CDeviceManager::OnCommand(), OnCommand(), CMainWindow::OnCommand(), OSK_About(), ShellAboutA(), ShowAboutBox(), CMainWindow::ShowAboutDlg(), ShowAboutDlg(), WndProc(), and wWinMain().
| DWORD_PTR WINAPI SHGetFileInfoA | ( | LPCSTR | path, |
| DWORD | dwFileAttributes, | ||
| SHFILEINFOA * | psfi, | ||
| UINT | sizeofpsfi, | ||
| UINT | flags | ||
| ) |
Definition at line 786 of file shell32_main.c.
Referenced by test_get_file_info(), and test_get_file_info_iconlist().
| DWORD_PTR WINAPI SHGetFileInfoW | ( | LPCWSTR | path, |
| DWORD | dwFileAttributes, | ||
| SHFILEINFOW * | psfi, | ||
| UINT | sizeofpsfi, | ||
| UINT | flags | ||
| ) |
Definition at line 430 of file shell32_main.c.
Referenced by AddListViewItems(), CShellMenuCallback::AddOrSetMenuItem(), BrFolder_OnOK(), ClassifyFile(), FILEDLG95_InitControls(), FILEDLG95_LOOKIN_AddItem(), FILEDLG95_LOOKIN_DrawItem(), GetAssocClass(), CZipFolder::GetDetailsOf(), COpenWithList::GetIcon(), GetItemTypeName(), GetTypeDescriptionByPath(), GetTypeName(), CFileDefExt::InitFileType(), CSearchBar::Invoke(), CSendToMenu::LoadAllItems(), CNewMenu::LoadItem(), CShellLink::OnCommand(), CShellLink::OnInitDialog(), CSearchBar::OnLocationEditChange(), ProcessDirStatsItem(), QueryFileDescription(), SHCreateFileExtractIconW(), SHELL_CreatePropSheetStubWindow(), SHGetFileInfoA(), SHGetFileInfoWrapW(), SHGetPidlInfo(), SHGFI(), START_TEST(), test_get_file_info(), test_get_file_info_iconlist(), and WelcomeDlgProc().
Definition at line 335 of file shell32_main.c.
Referenced by SHGetFileInfoW().
Definition at line 974 of file shell32_main.c.
Definition at line 984 of file shell32_main.c.
Definition at line 995 of file shell32_main.c.
Definition at line 1366 of file shell32_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
| const char* const SHELL_Authors[] = { "Copyright 1993-"COPYRIGHT_YEAR" WINE team", "Copyright 1998-"COPYRIGHT_YEAR" ReactOS Team", 0 } |
Definition at line 50 of file shell32_main.c.
Referenced by AboutAuthorsDlgProc().