diff options
author | ElzorFox <elzorfox@ya.ru> | 2019-01-18 12:14:12 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2019-01-18 12:14:12 +0500 |
commit | 492b9805b411980d12150321199654a4ad9f76a0 (patch) | |
tree | 2bb3509adb514b2477b3b4d889311e5ab677a750 /plugins/ExternalAPI | |
parent | c4a58bcf46c12aef3149aa97c26c7f1dd212afac (diff) |
SeenPlugin:
add service for get last seen string
version bump
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_seenplugin.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |