返回模块的名称。
const char *mco_fh_mod_name( /*IN*/ mco_fh_module_h h )
mco_fh_module_h
模块句柄。
const char *
模块名称。
const char *mco_fh_mod_name(mco_fh_module_h h) { return "Test Feed"; }