1 // RegistryContextMenu.h 2 3 #ifndef ZIP7_INC_REGISTRY_CONTEXT_MENU_H 4 #define ZIP7_INC_REGISTRY_CONTEXT_MENU_H 5 6 #ifndef UNDER_CE 7 8 bool CheckContextMenuHandler(const UString &path, UInt32 wow = 0); 9 LONG SetContextMenuHandler(bool setMode, const UString &path, UInt32 wow = 0); 10 11 #endif 12 13 #endif 14