From 492b9805b411980d12150321199654a4ad9f76a0 Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Fri, 18 Jan 2019 12:14:12 +0500 Subject: SeenPlugin: add service for get last seen string version bump --- plugins/ExternalAPI/m_seenplugin.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/ExternalAPI/m_seenplugin.h (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_seenplugin.h b/plugins/ExternalAPI/m_seenplugin.h new file mode 100644 index 0000000000..0fc30e1fa4 --- /dev/null +++ b/plugins/ExternalAPI/m_seenplugin.h @@ -0,0 +1,10 @@ +#pragma once + +/* +* Get last seen string +* WPARAM = hContact +* LPARAM = NULL +* returns a WCHAR* - containg the parsed last seen time. This need to be free using miranda free. +*/ + +#define MS_LASTSEEN_GET "Lastseen/Get" \ No newline at end of file -- cgit v1.2.3