|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wine/config.h>#include <stdio.h>#include <windef.h>#include <winbase.h>#include <shlobj.h>#include <shlguid_undoc.h>#include <shlwapi.h>#include <wine/debug.h>#include <wine/unicode.h>#include "pidl.h"#include "shell32_main.h"#include "shresdef.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COBJMACROS |
| #define | MAX_EXTENSION_LENGTH 20 |
|
static |
Definition at line 49 of file classes.c.
Referenced by HCR_GetProgIdKeyOfExtension().
Definition at line 497 of file classes.c.
Referenced by shdebugstr_guid().
Definition at line 422 of file classes.c.
Referenced by _ILSimpleGetTextW(), and CRegFolder::GetDisplayNameOf().
Definition at line 152 of file classes.c.
Referenced by HCR_GetExecuteCommandW(), COpenWithList::SetDefaultHandler(), and SHELL_FindExecutableByVerb().
| BOOL HCR_GetExecuteCommandW | ( | HKEY | hkeyClass, |
| LPCWSTR | szClass, | ||
| LPCWSTR | szVerb, | ||
| LPWSTR | szDest, | ||
| DWORD | len | ||
| ) |
Definition at line 220 of file classes.c.
Referenced by SHELL_execute_class(), and SHELL_translate_idlist().
| BOOL HCR_GetFolderAttributes | ( | LPCITEMIDLIST | pidlFolder, |
| LPDWORD | pdwAttributes | ||
| ) |
Definition at line 590 of file classes.c.
Referenced by CRegFolder::GetGuidItemAttributes().
Definition at line 339 of file classes.c.
Definition at line 314 of file classes.c.
Referenced by CDrivesExtractIcon_CreateInstance(), CGuidItemExtractIcon_CreateInstance(), getDefaultIconLocation(), getIconLocationForFolder(), and SHGetFileInfoW().
Definition at line 55 of file classes.c.
Referenced by SHELL32_AssocGetExtensionDescription(), SHELL_IsShortcut(), and ShellExecute_GetClassKey().
Definition at line 116 of file classes.c.
Definition at line 82 of file classes.c.
Referenced by SHGetFileInfoW().
|
static |
Definition at line 290 of file classes.c.
Referenced by HCR_GetIconA().
|
static |
Definition at line 266 of file classes.c.
Referenced by HCR_GetIconW().
Definition at line 253 of file classes.c.
Referenced by CRegFolder::GetDetailsOf(), CRegFolder::GetDisplayNameOf(), HCR_GetClassNameA(), and HCR_GetClassNameW().
| EXTERN_C HRESULT SHELL32_EnumDefaultVerbList | ( | LPCWSTR | List, |
| UINT | Index, | ||
| LPWSTR | Verb, | ||
| SIZE_T | cchMax | ||
| ) |
Definition at line 243 of file CDefaultContextMenu.cpp.
Referenced by HCR_GetDefaultVerbW().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |