aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_webdev/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/Library/ml_webdev/commands.h')
-rw-r--r--Src/Plugins/Library/ml_webdev/commands.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/Src/Plugins/Library/ml_webdev/commands.h b/Src/Plugins/Library/ml_webdev/commands.h
new file mode 100644
index 00000000..e5e93ae7
--- /dev/null
+++ b/Src/Plugins/Library/ml_webdev/commands.h
@@ -0,0 +1,29 @@
+#ifndef NULLSOFT_WEBDEV_PLUGIN_COMMANDS_HEADER
+#define NULLSOFT_WEBDEV_PLUGIN_COMMANDS_HEADER
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#pragma once
+#endif
+
+#include <wtypes.h>
+
+typedef LPVOID HNAVITEM;
+class ifc_omservice;
+
+HRESULT Command_NavigateService(ifc_omservice *service, LPCWSTR pszUrl, BOOL fActiveOnly);
+HRESULT Command_PostNavigateSvc(ifc_omservice *service, LPCWSTR pszUrl, BOOL fActiveOnly);
+HRESULT Command_EditService(ifc_omservice *service);
+HRESULT Command_ReloadService(ifc_omservice *service);
+HRESULT Command_ResetPermissions(ifc_omservice *service);
+HRESULT Command_LocateService(ifc_omservice *service);
+HRESULT Command_EditServiceExternal(ifc_omservice *service);
+HRESULT Command_DeleteItem(HNAVITEM hItem);
+HRESULT Command_DeleteAll();
+HRESULT Command_CreateService(void);
+HRESULT Command_OpenView(HNAVITEM hItem);
+HRESULT Command_NewWindow(HNAVITEM hItem);
+HRESULT Command_ShowBrowserOptions(void);
+
+BOOL CommandManager_Process(HNAVITEM hItem, ifc_omservice *service, UINT commandId);
+
+#endif //NULLSOFT_WEBDEV_PLUGIN_COMMANDS_HEADER \ No newline at end of file