Return the version of the module.
const char *mco_fh_mod_version(/*IN*/ mco_fh_module_h h)
| h | The module handle |
This function returns the version of the module.
| const char * | The version number as a string |
const char *mco_fh_mod_version(mco_fh_module_h h)
{
return "1.0";
}