Changeset 715 for branches/eraser6/ShellExt/CtxMenu.h
- Timestamp:
- 12/5/2008 4:37:43 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/ShellExt/CtxMenu.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/ShellExt/CtxMenu.h
r711 r715 49 49 } 50 50 51 /// The place where the context menu extension was invoked. 52 enum InvokeReasons 53 { 54 INVOKEREASON_FILEFOLDER, 55 INVOKEREASON_DRAGDROP, 56 INVOKEREASON_RECYCLEBIN 57 }; 58 51 59 enum CEraserLPVERBS 52 60 { … … 75 83 CEraserLPVERBS GetApplicableActions(); 76 84 85 static std::wstring GetHKeyPath(HKEY handle); 77 86 static MENUITEMINFO* GetSeparator(); 78 87 static HICON GetMenuIcon(); … … 81 90 82 91 protected: 92 InvokeReasons InvokeReason; 93 83 94 UINT m_itemID; 84 95 string_list m_szSelectedFiles;
Note: See TracChangeset
for help on using the changeset viewer.
