ReactOS 0.4.16-dev-456-ga97fcf1
|
#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 1023 of file shell32_main.c.
Referenced by AboutDlgProc().
Definition at line 1055 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(), PrintUIEntryW(), ProcessCmdLine(), ProcessCommandLine(), test_commandline2argv(), test_one_cmdline(), and wWinMain().
Definition at line 824 of file shell32_main.c.
Definition at line 846 of file shell32_main.c.
Referenced by test_ExtractIcon().
Definition at line 864 of file shell32_main.c.
Referenced by DlgInitHandler(), ExtractAssociatedIconW(), ExtractIconA(), ExtractIconWrapW(), and test_ExtractIcon().
Definition at line 1345 of file shell32_main.c.
Definition at line 893 of file shell32_main.c.
BOOL WINAPI Printers_RegisterWindowW | ( | LPCWSTR | wsPrinter, |
DWORD | dwType, | ||
HANDLE * | phClassPidl, | ||
HWND * | phwnd | ||
) |
Definition at line 927 of file shell32_main.c.
Definition at line 940 of file shell32_main.c.
Definition at line 998 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 1271 of file shell32_main.c.
Definition at line 1301 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 773 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(), FILEDLG95_InitControls(), FILEDLG95_LOOKIN_AddItem(), FILEDLG95_LOOKIN_DrawItem(), GetAssocClass(), CZipFolder::GetDetailsOf(), COpenWithList::GetIcon(), GetIconIndex(), GetItemTypeName(), GetTypeDescriptionByPath(), GetTypeName(), CFileDefExt::InitFileType(), CSendToMenu::LoadAllItems(), CNewMenu::LoadItem(), CShellBrowser::OnAddToFavorites(), CShellLink::OnInitDialog(), QueryFileDescription(), SHCreateFileExtractIconW(), SHELL_CreatePropSheetStubWindow(), SHGetFileInfoA(), SHGetFileInfoWrapW(), 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 961 of file shell32_main.c.
Definition at line 971 of file shell32_main.c.
Definition at line 982 of file shell32_main.c.
Definition at line 1353 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().