summaryrefslogtreecommitdiff
path: root/Autorun/autorun.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-19 18:25:28 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-19 18:25:28 +0000
commit51d99dcee41b325688373b11c8855b71ef887384 (patch)
treeb43027b59f4b641e80852b6e18be7ca3d847bcc5 /Autorun/autorun.h
parentca04d52d717be73bd017bdd88feca0f7f4158e2f (diff)
added Autorun plugin
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@180 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Autorun/autorun.h')
-rw-r--r--Autorun/autorun.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Autorun/autorun.h b/Autorun/autorun.h
new file mode 100644
index 0000000..4452ef7
--- /dev/null
+++ b/Autorun/autorun.h
@@ -0,0 +1,14 @@
+#define IDD_OPT_AUTORUN 101
+#define IDC_AUTORUN 102
+
+#define SUB_KEY "Software\\Microsoft\\Windows\\CurrentVersion\\Run"
+#define ModuleName "Autorun"
+
+// Plugin UUID for New plugin loader
+// req. 0.7.18+ core
+// {EB0465E2-CEEE-11DB-83EF-C1BF55D89593}
+
+#define MIID_AUTORUN {0xeb0465e2, 0xceee, 0x11db, { 0x83, 0xef, 0xc1, 0xbf, 0x55, 0xd8, 0x95, 0x93}}
+
+HKEY ROOT_KEY = HKEY_CURRENT_USER;
+