ReactOS 0.4.16-dev-1097-g530d26a
|
#include <CFolderItemVerbs.h>
Public Member Functions | |
CFolderItemVerb () | |
~CFolderItemVerb () | |
void | Init (IContextMenu *menu, BSTR name) |
STDMETHOD() | get_Application (IDispatch **ppid) override |
STDMETHOD() | get_Parent (IDispatch **ppid) override |
STDMETHOD() | get_Name (BSTR *pbs) override |
STDMETHOD() | DoIt () override |
![]() | |
~CComObjectRootEx () | |
ULONG | InternalAddRef () |
ULONG | InternalRelease () |
void | Lock () |
void | Unlock () |
HRESULT | _AtlInitialConstruct () |
![]() | |
CComObjectRootBase () | |
~CComObjectRootBase () | |
void | SetVoid (void *) |
HRESULT | _AtlFinalConstruct () |
HRESULT | FinalConstruct () |
void | InternalFinalConstructAddRef () |
void | InternalFinalConstructRelease () |
void | FinalRelease () |
Private Attributes | |
CComPtr< IContextMenu > | m_contextmenu |
CComBSTR | m_name |
Additional Inherited Members | |
![]() | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
![]() | |
LONG | m_dwRef |
Definition at line 24 of file CFolderItemVerbs.h.
CFolderItemVerb::CFolderItemVerb | ( | ) |
Definition at line 26 of file CFolderItemVerbs.cpp.
CFolderItemVerb::~CFolderItemVerb | ( | ) |
Definition at line 30 of file CFolderItemVerbs.cpp.
|
override |
Definition at line 70 of file CFolderItemVerbs.cpp.
|
override |
Definition at line 42 of file CFolderItemVerbs.cpp.
|
override |
Definition at line 62 of file CFolderItemVerbs.cpp.
|
override |
Definition at line 52 of file CFolderItemVerbs.cpp.
void CFolderItemVerb::Init | ( | IContextMenu * | menu, |
BSTR | name | ||
) |
Definition at line 34 of file CFolderItemVerbs.cpp.
Referenced by CFolderItemVerbs::Item().
|
private |
Definition at line 30 of file CFolderItemVerbs.h.
Referenced by Init().
|
private |
Definition at line 31 of file CFolderItemVerbs.h.
Referenced by get_Name(), and Init().