From 2c9afb1b95c98e47858638ced5ee1474716e4d12 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Tue, 26 Apr 2011 19:07:03 +0000 Subject: move api to folder git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@40 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ExternalAPI/m_splash.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ExternalAPI/m_splash.h (limited to 'ExternalAPI') diff --git a/ExternalAPI/m_splash.h b/ExternalAPI/m_splash.h new file mode 100644 index 0000000..3652e6a --- /dev/null +++ b/ExternalAPI/m_splash.h @@ -0,0 +1,6 @@ +// Shows splash image +// wParam = (char *) image filename, either relative to Miranda dir or absolute +// lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked) +// returns: 1 if success and 0 if failed + +#define MS_SHOWSPLASH "SplashScreen/Show" -- cgit v1.2.3