ReactOS 0.4.16-dev-1044-ga6558c0
|
Go to the source code of this file.
Classes | |
struct | CMVERBMAP |
Macros | |
#define | OPTIONAL_(arg) |
Functions | |
static BOOL | IsEqualPersistClassID (IPersist *pPersist, REFCLSID clsid) |
static BOOL | RegValueExists (HKEY hKey, LPCWSTR Name) |
BOOL | RegKeyExists (HKEY hKey, LPCWSTR Path) |
DWORD | RegSetOrDelete (HKEY hKey, LPCWSTR Name, DWORD Type, LPCVOID Data, DWORD Size) |
static DWORD | RegSetString (HKEY hKey, LPCWSTR Name, LPCWSTR Str, DWORD Type OPTIONAL_(REG_SZ)) |
HRESULT | SHELL_MapContextMenuVerbToCmdId (LPCMINVOKECOMMANDINFO pICI, const CMVERBMAP *pMap) |
HRESULT | SHELL_GetCommandStringImpl (SIZE_T CmdId, UINT uFlags, LPSTR Buf, UINT cchBuf, const CMVERBMAP *pMap) |
HICON | SHELL32_SHExtractIcon (LPCWSTR File, int Index, int cx, int cy) |
HRESULT | SHELL_CreateShell32DefaultExtractIcon (int IconIndex, REFIID riid, LPVOID *ppvOut) |
static HRESULT | SHELL_CreateFallbackExtractIconForFolder (REFIID riid, LPVOID *ppvOut) |
static HRESULT | SHELL_CreateFallbackExtractIconForNoAssocFile (REFIID riid, LPVOID *ppvOut) |
Definition at line 36 of file utils.h.
Referenced by CDefView::OnCreate().
Definition at line 49 of file utils.h.
Referenced by EditTypeDlg_ReadClass(), and EditTypeDlg_WriteClass().
Definition at line 58 of file utils.h.
Referenced by EditTypeDlg_WriteClass().
|
inlinestatic |
Definition at line 67 of file utils.h.
Referenced by EditTypeDlg_WriteClass(), FileTypesDlg_AddExt(), and COpenWithList::SetDefaultHandler().
Definition at line 43 of file utils.h.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu(), EditTypeDlg_ReadClass(), and FileTypesDlg_InsertToLV().
Definition at line 85 of file utils.h.
Referenced by DoExtractIcon().
|
inlinestatic |
Definition at line 96 of file utils.h.
Referenced by CRecyclerExtractIcon_CreateInstance().
|
inlinestatic |
Definition at line 103 of file utils.h.
Referenced by CRecyclerExtractIcon_CreateInstance().
Definition at line 1806 of file utils.cpp.
Referenced by SHELL_CreateFallbackExtractIconForFolder(), and SHELL_CreateFallbackExtractIconForNoAssocFile().
HRESULT SHELL_GetCommandStringImpl | ( | SIZE_T | CmdId, |
UINT | uFlags, | ||
LPSTR | Buf, | ||
UINT | cchBuf, | ||
const CMVERBMAP * | pMap | ||
) |
Definition at line 1783 of file utils.cpp.
Referenced by CCopyAsPathMenu::GetCommandString(), COpenWithMenu::GetCommandString(), CRecycleBinItemContextMenu::GetCommandString(), and CRecycleBin::GetCommandString().
Definition at line 1749 of file utils.cpp.
Referenced by CCopyAsPathMenu::InvokeCommand(), COpenWithMenu::InvokeCommand(), CRecycleBinItemContextMenu::InvokeCommand(), and CRecycleBin::InvokeCommand().