mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
This commit is contained in:
23
Plugins/PluginPerfMon/PerfData.h
Normal file
23
Plugins/PluginPerfMon/PerfData.h
Normal file
@ -0,0 +1,23 @@
|
||||
#ifndef __Perfdata_h__
|
||||
#define __Perfdata_h__
|
||||
|
||||
#include "titledb.h"
|
||||
#include "perfsnap.h"
|
||||
#include "objlist.h"
|
||||
#include "perfobj.h"
|
||||
#include "objinst.h"
|
||||
#include "perfcntr.h"
|
||||
|
||||
#pragma warning ( disable: 4786 )
|
||||
|
||||
/* The exported functions */
|
||||
extern "C"
|
||||
{
|
||||
__declspec( dllexport ) UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id);
|
||||
__declspec( dllexport ) void Finalize(HMODULE instance, UINT id);
|
||||
__declspec( dllexport ) UINT Update(UINT id);
|
||||
__declspec( dllexport ) UINT GetPluginVersion();
|
||||
__declspec( dllexport ) LPCTSTR GetPluginAuthor();
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user