ReactOS 0.4.16-dev-91-g764881a
|
#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 403 of file shell32_main.c.
#define WIN32_NO_STATUS |
Definition at line 25 of file shell32_main.c.
Definition at line 1031 of file shell32_main.c.
Referenced by AboutDlgProc().
Definition at line 1063 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 832 of file shell32_main.c.
Definition at line 854 of file shell32_main.c.
Referenced by test_ExtractIcon().
Definition at line 872 of file shell32_main.c.
Referenced by DlgInitHandler(), ExtractAssociatedIconW(), ExtractIconA(), ExtractIconWrapW(), and test_ExtractIcon().
Definition at line 1353 of file shell32_main.c.
Definition at line 901 of file shell32_main.c.
BOOL WINAPI Printers_RegisterWindowW | ( | LPCWSTR | wsPrinter, |
DWORD | dwType, | ||
HANDLE * | phClassPidl, | ||
HWND * | phwnd | ||
) |
Definition at line 935 of file shell32_main.c.
Definition at line 948 of file shell32_main.c.
Definition at line 1006 of file shell32_main.c.
Referenced by AboutDlgProc().
BOOL SHELL_IsShortcut | ( | LPCITEMIDLIST | pidlLast | ) |
Definition at line 382 of file shell32_main.c.
Referenced by SHGetFileInfoW(), and SHMapPIDLToSystemImageListIndex().
Definition at line 1279 of file shell32_main.c.
Definition at line 1309 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 781 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 414 of file shell32_main.c.
Referenced by AddListViewItems(), CShellMenuCallback::AddOrSetMenuItem(), BrFolder_GetIcon(), BrFolder_OnOK(), FILEDLG95_InitControls(), FILEDLG95_LOOKIN_AddItem(), FILEDLG95_LOOKIN_DrawItem(), GetAssocClass(), CZipFolder::GetDetailsOf(), COpenWithList::GetIcon(), GetTypeDescriptionByPath(), RecycleBin5File::GetTypeName(), CFileDefExt::InitFileType(), CSendToMenu::LoadAllItems(), CNewMenu::LoadItem(), CShellBrowser::OnAddToFavorites(), CShellLink::OnInitDialog(), QueryFileDescription(), SHCreateFileExtractIconW(), SHGetFileInfoA(), SHGetFileInfoWrapW(), SHGFI(), START_TEST(), test_get_file_info(), test_get_file_info_iconlist(), and WelcomeDlgProc().
Definition at line 313 of file shell32_main.c.
Referenced by SHGetFileInfoW().
Definition at line 969 of file shell32_main.c.
Definition at line 979 of file shell32_main.c.
Definition at line 990 of file shell32_main.c.
Definition at line 1361 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().