Return the name of the module.
const char *mco_fh_mod_name(/*IN*/ mco_fh_module_h h)
| h | The module handle |
This function returns the name of the module.
| const char * | The module name |
const char *mco_fh_mod_name(mco_fh_module_h h)
{
return "Test Feed";
}