summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpa.h
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-12 01:39:40 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-12 01:39:40 +0200
commit4338ddf9ec6a3662e852bcdbbfd3048e8d108a10 (patch)
tree834460baa3012cce64a4e998c6bf3d8d2865e0a9 /plugins/wmpa/wmpa.h
parent0709b95732214f48e191d591de9a652b0c9ddf82 (diff)
add wmpa 1.0.2 sources
Diffstat (limited to 'plugins/wmpa/wmpa.h')
-rw-r--r--plugins/wmpa/wmpa.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/plugins/wmpa/wmpa.h b/plugins/wmpa/wmpa.h
new file mode 100644
index 00000000..39961835
--- /dev/null
+++ b/plugins/wmpa/wmpa.h
@@ -0,0 +1,61 @@
+/******************************************************************

+* $Id$

+*

+* $Log$

+*

+* Copyright © 2005 David Cullen, All rights reserved

+*

+******************************************************************/

+#if !defined(AFX_WMPA_H__11200FE3_F137_48DD_8020_91CF7BBB283B__INCLUDED_)

+#define AFX_WMPA_H__11200FE3_F137_48DD_8020_91CF7BBB283B__INCLUDED_

+

+#if _MSC_VER > 1000

+#pragma once

+#endif // _MSC_VER > 1000

+

+#ifndef __AFXWIN_H__

+	#error include 'stdafx.h' before including this file for PCH

+#endif

+

+#include "resource.h"		// main symbols

+#include "WMPADialog.h"

+

+/////////////////////////////////////////////////////////////////////////////

+// CWmpaApp

+// See wmpa.cpp for the implementation of this class

+//

+

+class CWmpaApp : public CWinApp

+{

+public:

+	CWmpaApp();

+

+   BOOL ShowWMPA(void);

+   BOOL DestroyWMPA(void);

+

+   CWMPADialog *m_pDialog;

+// Overrides

+	// ClassWizard generated virtual function overrides

+	//{{AFX_VIRTUAL(CWmpaApp)

+	public:

+	virtual BOOL InitInstance();

+	//}}AFX_VIRTUAL

+

+	//{{AFX_MSG(CWmpaApp)

+		// NOTE - the ClassWizard will add and remove member functions here.

+		//    DO NOT EDIT what you see in these blocks of generated code !

+	//}}AFX_MSG

+	DECLARE_MESSAGE_MAP()

+};

+

+BOOL StartWindowsMediaPlayer(void);

+BOOL StopWindowsMediaPlayer(void);

+CWMPPlayer4 *GetWindowsMediaPlayer(void);

+CWMPADialog *GetWMPADialog(void);

+

+/////////////////////////////////////////////////////////////////////////////

+

+//{{AFX_INSERT_LOCATION}}

+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

+

+#endif // !defined(AFX_WMPA_H__11200FE3_F137_48DD_8020_91CF7BBB283B__INCLUDED_)