struct SPLUGINTYPE { LPSTR fname; LPSTR pname; VERSIONS verHackman; VERSIONS verDLLdeity; double pVersion; LPSTR pType; long lExtra; };
Parameter | Explanation |
fname | the DLL's filename |
pname | the plugin's name |
verHackman | the highest and lowest version of Hackman that the plugin is compatible with |
verDLLdeity | the highest and lowest version of DLL Deity that the plugin is compatible with |
pVersion | the plugin's version |
pType | the plugin's type |
lExtra | the sum of the extra parameters that have been set on this plugins. The extra parameters are contained as enumerated data types. |
SPLUGINTYPE is returned when InitializePlugin() is called.
Back.