Return the version of ModAPI implemented by this module.
mco_uint4 mco_fh_mod_api_version()
| void | No arguments |
This function returns the version of ModAPI implemented by this module. Modules should return the value of the
MCO_FH_MODAPI_VERSIONmacro defined in thefhmodapi.hheader.
| mco_uint4 | The version number |
mco_uint4 mco_fh_mod_api_version()
{
// Return the implemented Module API version.
return MCO_FH_MODAPI_VERSION;
}