Beispiel #1
0
extern "C" __declspec(dllexport) int Load(void)
{
	RegisterDatabasePlugin(&dblink);
	return 0;
}
Beispiel #2
0
int CMPlugin::Load()
{
	RegisterDatabasePlugin(&dblink);
	return 0;
}