features  •  download  •  add-ons  •  support  •  SDK

PLUGIN_INFORMATION structure description

typedef struct tag_PLUGIN_INFORMATION
{
int cbSize;
const char *PluginName, *TagName, *DeveloperName, *DeveloperEmail, *DeveloperURL;
unsigned int PluginVersion;
unsigned int RequiredToolbarVerison;
DWORD dwReserved[4];
}
PLUGIN_INFORMATION, *LPPLUGIN_INFORMATION;

cbSize - size of this structure in bytes
PluginName - plugin name
TagName - plugin tag name. It can be any unique alphanumeric string (for example: "AbcD", "xyz345")
DeveloperName - developer name.
DeveloperEmail - developer email (for bug reports etc)
DeveloperURL - developer URL
PluginVersion = MAKEWPARAM(loVersion,hiVersion) - plugin version
RequiredToolbarVerison = MAKEWPARAM(loVersion,hiVersion) - toolbar version plugin was developed for.
dwReserved[4] - reserved for future use. Must be NULL.

See Also: globals.h







features  •  download  •  add-ons  •  support  •  SDK

Copyright © 1999-2008 SoftCab Inc. All Rights Reserved