ReactOS 0.4.16-dev-13-ge2fc578
|
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 54 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 |
void WINAPI _InsertMenuItemW | ( | HMENU | hMenu, |
UINT | indexMenu, | ||
BOOL | fByPosition, | ||
UINT | wID, | ||
UINT | fType, | ||
LPCWSTR | dwTypeData, | ||
UINT | fState | ||
) |
Definition at line 746 of file CDefaultContextMenu.cpp.
|
static |
Definition at line 1793 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 1826 of file CDefaultContextMenu.cpp.
Referenced by _CFontMenu_CreateInstance(), CDrivesContextMenu_CreateInstance(), CRegItemContextMenu_CreateInstance(), CZipFolder::GetUIObjectOf(), CNetFolder::GetUIObjectOf(), and CCommonFolder< TSelf, TItemId, TExtractIcon >::GetUIObjectOf().
Definition at line 97 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
|
static |
Definition at line 383 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::QueryContextMenu().
Definition at line 31 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
Definition at line 92 of file CDefaultContextMenu.cpp.
Referenced by FindVerbInDefaultVerbList(), and SHELL32_EnumDefaultVerbList().
Definition at line 82 of file CDefaultContextMenu.cpp.
Referenced by GetDfmCmd().
Definition at line 26 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu().
Definition at line 1805 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 113 of file CDefaultContextMenu.cpp.
Referenced by HCR_GetDefaultVerbW().
Definition at line 18 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::InvokeRegVerb().
Definition at line 1699 of file CDefaultContextMenu.cpp.
Referenced by CDefaultContextMenu::HandleMenuMsg2(), and CDefView::OnCustomItem().
Definition at line 1717 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().