mco_fh_mod_version
返回模块的版本。
const char *mco_fh_mod_name(
/*IN*/ mco_fh_module_h h
)
参数
h
mco_fh_module_h
模块句柄。
返回
const char *
作为字符串的版本号。
示例
const char *mco_fh_mod_version(mco_fh_module_h h)
{
return "1.0";
}