// Define the plugin interface extern "C" __declspec(dllexport) int GetBar( const char *symbol, int period, int index, Bar *bar )
Every plugin must implement: