summaryrefslogtreecommitdiff
path: root/ExternalAPI/m_vsramm.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 07:43:27 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 07:43:27 +0000
commit3f4b8991fea70f26d296817bc5f8b72a35098440 (patch)
tree60712c32897a49a330b224ce5e8a1c0a1ee287bb /ExternalAPI/m_vsramm.h
parentd5c649d22b371af230c10bf262e4cd9aef84c586 (diff)
ExternalAPI:
update git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@93 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_vsramm.h')
-rw-r--r--ExternalAPI/m_vsramm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ExternalAPI/m_vsramm.h b/ExternalAPI/m_vsramm.h
new file mode 100644
index 0000000..cff14d8
--- /dev/null
+++ b/ExternalAPI/m_vsramm.h
@@ -0,0 +1,11 @@
+typedef struct {
+ char *szProto;
+ char *msg;
+ char *uMsg;
+ int statusMode;
+} PROTOMSGINFO;
+
+// wParam = 0
+// lParam = PROTOMSGINFO *
+// returns 0 on success
+#define MS_VSRAMM_SETAWAYMSG "VSRAMM/SetAwayMsg" \ No newline at end of file