Changeset 716 for branches/eraser6/ShellExt/CtxMenu.h
- Timestamp:
- 12/5/2008 12:58:12 PM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/ShellExt/CtxMenu.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/ShellExt/CtxMenu.h
r715 r716 57 57 }; 58 58 59 enum CEraserLPVERBS59 enum Actions 60 60 { 61 CERASER_ERASE = 1 << 0,62 CERASER_ERASE_ON_RESTART= 1 << 1,63 CERASER_ERASE_UNUSED_SPACE = 1 << 2,64 CERASER_SEPERATOR_1,65 CERASER_SECURE_MOVE = 1 << 3,61 ACTION_ERASE = 1 << 0, 62 ACTION_ERASE_ON_RESTART = 1 << 1, 63 ACTION_ERASE_UNUSED_SPACE = 1 << 2, 64 ACTION_SEPERATOR_1, 65 ACTION_SECURE_MOVE = 1 << 3, 66 66 }; 67 67 … … 81 81 bool OnDrawItem(HDC hdc, RECT rect, UINT action, UINT state); 82 82 83 CEraserLPVERBSGetApplicableActions();83 Actions GetApplicableActions(); 84 84 85 85 static std::wstring GetHKeyPath(HKEY handle); … … 95 95 string_list m_szSelectedFiles; 96 96 string_type m_szDestinationDirectory; 97 std::vector< CEraserLPVERBS> VerbMenuIndices;97 std::vector<Actions> VerbMenuIndices; 98 98 99 99 static const wchar_t* m_szMenuTitle;
Note: See TracChangeset
for help on using the changeset viewer.
