ReactOS 0.4.16-dev-716-g2b2bdab
|
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 49 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 760 of file CDefaultContextMenu.cpp.
|
static |
Definition at line 1821 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 1854 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 111 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
|
static |
Definition at line 397 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::QueryContextMenu().
Definition at line 26 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
Definition at line 106 of file CDefaultContextMenu.cpp.
Referenced by FindVerbInDefaultVerbList(), and SHELL32_EnumDefaultVerbList().
|
static |
Definition at line 88 of file CDefaultContextMenu.cpp.
Definition at line 77 of file CDefaultContextMenu.cpp.
Referenced by GetDfmCmd().
Definition at line 1833 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 127 of file CDefaultContextMenu.cpp.
Referenced by HCR_GetDefaultVerbW().
Definition at line 18 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::InvokeRegVerb().
Definition at line 1727 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::HandleMenuMsg2(), and CDefView::OnCustomItem().
Definition at line 1745 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::HandleMenuMsg2(), and CDefView::OnCustomItem().
WINE_DEFAULT_DEBUG_CHANNEL | ( | dmenu | ) |
|
static |
Referenced by CDefaultContextMenu::GetCommandString(), CDefaultContextMenu::MapVerbToCmdId(), MapVerbToDfmCmd(), and CDefaultContextMenu::TryPickDefault().