mco_fh_mod_name

Return the name of the module.

Prototype

 
    const char *mco_fh_mod_name(/*IN*/ mco_fh_module_h h)
 

Arguments

h The module handle

Description

This function returns the name of the module.

Return Codes

const char * The module name

Example

 
    const char *mco_fh_mod_name(mco_fh_module_h h)
    {
        return "Test Feed";
    }