diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/api.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -1,24 +1,4 @@ #ifndef API_H #define API_H -#ifdef __cplusplus -extern "C" { -#endif - -struct PluginInfo -{ -// DWORD dwPluginType; //unused for now - char *szPluginName; -}; - -struct HostInfo -{ - DWORD dwVersion; -}; - -__declspec(dllexport) void GetPluginInfo(PluginInfo* pPluginInfo, DWORD *pdwResult); -__declspec(dllexport) void PluginHandler(DWORD dwCode, HostInfo *pHostInfo, DWORD *pdwResult); -#ifdef __cplusplus -} -#endif #endif //API_H |