|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Go to the source code of this file.
Classes | |
| struct | CMVERBMAP |
Macros | |
| #define | OPTIONAL_(arg) |
| #define | DCIA_Create() ( (HDCIA)DSA_Create(sizeof(CLSID), 4) ) |
| #define | DCIA_Destroy(hDCIA) DSA_Destroy((HDSA)(hDCIA)) |
| #define | DCIA_GetCount(hDCIA) DSA_GetItemCount((HDSA)(hDCIA)) |
| #define | DCIA_GetEntry(hDCIA, iItem) ( (const CLSID*)DSA_GetItemPtr((HDSA)(hDCIA), (iItem)) ) |
Typedefs | |
| typedef HDSA | HDCIA |
| #define DCIA_Create | ( | ) | ( (HDCIA)DSA_Create(sizeof(CLSID), 4) ) |
| #define DCIA_Destroy | ( | hDCIA | ) | DSA_Destroy((HDSA)(hDCIA)) |
| #define DCIA_GetCount | ( | hDCIA | ) | DSA_GetItemCount((HDSA)(hDCIA)) |
| #define DCIA_GetEntry | ( | hDCIA, | |
| iItem | |||
| ) | ( (const CLSID*)DSA_GetItemPtr((HDSA)(hDCIA), (iItem)) ) |
Definition at line 1907 of file utils.cpp.
Referenced by DCIA_AddShellExSubkey().
Definition at line 1920 of file utils.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu().
Definition at line 36 of file utils.h.
Referenced by CDefView::OnCreate().
Definition at line 65 of file utils.h.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu(), and CDefaultContextMenu::BrowserFlagsFromVerb().
Definition at line 49 of file utils.h.
Referenced by DCMA_InsertMenuItems(), EditTypeDlg_ReadClass(), and EditTypeDlg_WriteClass().
Definition at line 58 of file utils.h.
Referenced by RegGetDword().
Definition at line 72 of file utils.h.
Referenced by EditTypeDlg_WriteClass().
|
inlinestatic |
Definition at line 81 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 99 of file utils.h.
Referenced by DoExtractIcon().
|
inlinestatic |
Definition at line 110 of file utils.h.
Referenced by CRecyclerExtractIcon_CreateInstance().
|
inlinestatic |
Definition at line 117 of file utils.h.
Referenced by CRecyclerExtractIcon_CreateInstance().
Definition at line 1897 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 1874 of file utils.cpp.
Referenced by CCopyAsPathMenu::GetCommandString(), COpenWithMenu::GetCommandString(), CRecycleBinItemContextMenu::GetCommandString(), and CRecycleBin::GetCommandString().
Definition at line 1840 of file utils.cpp.
Referenced by CCopyAsPathMenu::InvokeCommand(), COpenWithMenu::InvokeCommand(), CRecycleBinItemContextMenu::InvokeCommand(), and CRecycleBin::InvokeCommand().