|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _DynamicShellEntry_ |
| struct | _StaticShellEntry_ |
| struct | _StaticInvokeCommandMap_ |
| class | CDefaultContextMenu |
Macros | |
| #define | MAX_VERB 260 |
| #define | DCM_FCIDM_SHVIEW_OFFSET 0x7000 |
Typedefs | |
| typedef struct _DynamicShellEntry_ | DynamicShellEntry |
| typedef struct _DynamicShellEntry_ * | PDynamicShellEntry |
| typedef struct _StaticShellEntry_ | StaticShellEntry |
| typedef struct _StaticShellEntry_ * | PStaticShellEntry |
Variables | |
| static const struct _StaticInvokeCommandMap_ | g_StaticInvokeCmdMap [] |
| #define DCM_FCIDM_SHVIEW_OFFSET 0x7000 |
Definition at line 155 of file CDefaultContextMenu.cpp.
| #define MAX_VERB 260 |
Definition at line 15 of file CDefaultContextMenu.cpp.
| typedef struct _DynamicShellEntry_ * PDynamicShellEntry |
| typedef struct _StaticShellEntry_ * PStaticShellEntry |
| typedef struct _StaticShellEntry_ StaticShellEntry |
| BOOL WINAPI _InsertMenuItemW | ( | HMENU | hMenu, |
| UINT | indexMenu, | ||
| BOOL | fByPosition, | ||
| UINT | wID, | ||
| UINT | fType, | ||
| LPCWSTR | dwTypeData, | ||
| UINT | fState | ||
| ) |
Definition at line 884 of file CDefaultContextMenu.cpp.
|
static |
Definition at line 1921 of file CDefaultContextMenu.cpp.
Referenced by CDefFolderMenu_Create2(), and SHCreateDefaultContextMenu().
| HRESULT WINAPI CDefFolderMenu_Create2 | ( | PCIDLIST_ABSOLUTE | pidlFolder, |
| HWND | hwnd, | ||
| UINT | cidl, | ||
| PCUITEMID_CHILD_ARRAY | apidl, | ||
| IShellFolder * | psf, | ||
| LPFNDFMCALLBACK | lpfn, | ||
| UINT | nKeys, | ||
| const HKEY * | ahkeyClsKeys, | ||
| IContextMenu ** | ppcm | ||
| ) |
Definition at line 1954 of file CDefaultContextMenu.cpp.
Referenced by _CFontMenu_CreateInstance(), CDrivesContextMenu_CreateInstance(), CCabFolder::CreateViewObject(), CNetFolder::CreateViewObject(), CRegItemContextMenu_CreateInstance(), CZipFolder::GetUIObjectOf(), CCabFolder::GetUIObjectOf(), CNetFolder::GetUIObjectOf(), and CCommonFolder< TSelf, TItemId, TExtractIcon >::GetUIObjectOf().
Definition at line 44 of file CDefaultContextMenu.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu().
Definition at line 35 of file CDefaultContextMenu.cpp.
Referenced by DCMA_Destroy(), and DCMA_InsertMenuItems().
| UINT DCMA_InsertMenuItems | ( | _In_ HDCMA | hDCMA, |
| _In_ HDCIA | hDCIA, | ||
| _In_opt_ LPCITEMIDLIST | pidlFolder, | ||
| _In_opt_ IDataObject * | pDO, | ||
| _In_opt_ HKEY * | pKeys, | ||
| _In_opt_ UINT | nKeys, | ||
| _In_ QCMINFO * | pQCMI, | ||
| _In_opt_ UINT | fCmf, | ||
| _In_opt_ IUnknown * | pUnkSite | ||
| ) |
Definition at line 52 of file CDefaultContextMenu.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu().
Definition at line 114 of file CDefaultContextMenu.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu().
Definition at line 227 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
|
static |
Definition at line 258 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
|
static |
Definition at line 545 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::QueryContextMenu().
Definition at line 26 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
Definition at line 222 of file CDefaultContextMenu.cpp.
Referenced by FindVerbInDefaultVerbList(), and SHELL32_EnumDefaultVerbList().
Definition at line 183 of file CDefaultContextMenu.cpp.
Referenced by CDefView::InvokeContextMenuCommand().
|
static |
Definition at line 204 of file CDefaultContextMenu.cpp.
Definition at line 193 of file CDefaultContextMenu.cpp.
Referenced by GetDfmCmd().
Definition at line 1933 of file CDefaultContextMenu.cpp.
Referenced by CDesktopFolder::CreateViewObject(), CDrivesFolder::CreateViewObject(), CFSFolder::CreateViewObject(), CDesktopFolder::GetUIObjectOf(), CFSFolder::GetUIObjectOf(), and init_function_pointers().
| 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().
Definition at line 18 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::InvokeRegVerb().
Definition at line 1849 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::HandleMenuMsg2().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | dmenu | ) |
|
static |
Referenced by CDefaultContextMenu::GetCommandString(), MapFcidmCmdToVerb(), CDefaultContextMenu::MapVerbToCmdId(), MapVerbToDfmCmd(), and CDefaultContextMenu::TryPickDefault().