summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_seenplugin.h
blob: 2fc073bdd8261f17f8b4f069cbbf66b2ac2ce42b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/*
* Get last seen string
* WPARAM = hContact
* LPARAM = NULL
* returns a LPWSTR - containg the parsed last seen time (as menu item option). This need to be free using miranda free.
*/

#define MS_LASTSEEN_GET "Lastseen/Get"