ReactOS 0.4.15-dev-6056-gb29b268
|
Classes | |
struct | tagCMINVOKECOMMANDINFO |
struct | tagCMInvokeCommandInfoEx |
Public Types | |
typedef IContextMenu * | LPCONTEXTMENU |
typedef struct IContextMenu::tagCMINVOKECOMMANDINFO | CMINVOKECOMMANDINFO |
typedef struct IContextMenu::tagCMINVOKECOMMANDINFO * | LPCMINVOKECOMMANDINFO |
typedef struct IContextMenu::tagCMInvokeCommandInfoEx | CMINVOKECOMMANDINFOEX |
typedef struct IContextMenu::tagCMInvokeCommandInfoEx * | LPCMINVOKECOMMANDINFOEX |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | QueryContextMenu ([in] HMENU hmenu, [in] UINT indexMenu, [in] UINT idCmdFirst, [in] UINT idCmdLast, [in] UINT uFlags) |
HRESULT | InvokeCommand ([in] LPCMINVOKECOMMANDINFO lpici) |
HRESULT | GetCommandString ([in] UINT_PTR idCmd, [in] UINT uType, [out] UINT *pwReserved, [out, size_is(cchMax)] LPSTR pszName, [in] UINT cchMax) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Static Public Attributes | |
static const WCHAR | CMDSTR_NEWFOLDERW [] = {'N','e','w','F','o','l','d','e','r',0} |
static const WCHAR | CMDSTR_VIEWLISTW [] = {'V','i','e','w','L','i','s','t',0} |
static const WCHAR | CMDSTR_VIEWDETAILSW [] = {'V','i','e','w','D','e','t','a','i','l','s',0} |
Definition at line 1597 of file shobjidl.idl.
typedef IContextMenu* IContextMenu::LPCONTEXTMENU |
Definition at line 1657 of file shobjidl.idl.
HRESULT IContextMenu::GetCommandString | ( | [in] UINT_PTR | idCmd, |
[in] UINT | uType, | ||
[out] UINT * | pwReserved, | ||
[out, size_is(cchMax)] LPSTR | pszName, | ||
[in] UINT | cchMax | ||
) |
Implemented in CQuickLaunchBand, BtrfsContextMenu, CZipFolder, CISFBand, CStartMenuBtnCtxMenu, CTrayWindow, CTrayWindowCtxMenu, CNetConUiObject, CBandSiteMenu, CShellLink, CDrvDefExt, CFileDefExt, CFindFolderContextMenu, CCopyToMenu, CMoveToMenu, CDefaultContextMenu, CDefViewBckgrndMenu, CNewMenu, COpenWithMenu, CSendToMenu, CCPLItemMenu, CRecycleBinItemContextMenu, and CRecycleBin.
HRESULT IContextMenu::InvokeCommand | ( | [in] LPCMINVOKECOMMANDINFO | lpici | ) |
Implemented in CFindFolderContextMenu, CCopyToMenu, CMoveToMenu, CDefaultContextMenu, CDefViewBckgrndMenu, CNewMenu, COpenWithMenu, CSendToMenu, CCPLItemMenu, CRecycleBinItemContextMenu, CRecycleBin, CVfdShExt, CStartMenuBtnCtxMenu, CTrayWindow, CTrayWindowCtxMenu, CNetConUiObject, CBandSiteMenu, CShellLink, CDrvDefExt, CFileDefExt, CQuickLaunchBand, BtrfsContextMenu, CZipFolder, and CISFBand.
Referenced by CMenuBand::_TrackContextMenu(), DesktopShellView::DoDesktopContextMenu(), and ShellFolderContextMenu().
HRESULT IContextMenu::QueryContextMenu | ( | [in] HMENU | hmenu, |
[in] UINT | indexMenu, | ||
[in] UINT | idCmdFirst, | ||
[in] UINT | idCmdLast, | ||
[in] UINT | uFlags | ||
) |
Implemented in CQuickLaunchBand, CNetConUiObject, BtrfsContextMenu, CZipFolder, CBandSiteMenu, CISFBand, CFindFolderContextMenu, CCopyToMenu, CMoveToMenu, CDefaultContextMenu, CDefViewBckgrndMenu, CNewMenu, COpenWithMenu, CSendToMenu, CShellLink, CDrvDefExt, CFileDefExt, CCPLItemMenu, CRecycleBinItemContextMenu, CRecycleBin, CVfdShExt, CStartMenuBtnCtxMenu, CTrayWindow, and CTrayWindowCtxMenu.
Referenced by CMenuBand::_TrackContextMenu(), DesktopShellView::DoDesktopContextMenu(), and ShellFolderContextMenu().
Definition at line 1633 of file shobjidl.idl.
|
static |
Definition at line 1635 of file shobjidl.idl.
Definition at line 1634 of file shobjidl.idl.