ContentSetDefaultParams
ContentSetDefaultParams is called immediately after loading the DLL.
Declaration:
void __stdcall ContentSetDefaultParams(ContentDefaultParamStruct* dps);
Description of parameters:
dps This structure of type
ContentDefaultParamStruct currently contains the version number of the plugin interface, and the suggested location for the settings file (ini file). It is recommended to store any plugin-specific information either directly in that file, or in that directory under a different name. Make sure to use a unique header when storing data in this file, because it is shared by other file system plugins! If your plugin needs more than 1kbyte of data, you should use your own ini file because ini files are limited to 64k.
Return value:
The function has no return value:
Note:
Since this is a new plugin interface, this function will be called in all versions of Total Commander supporting content plugins.