Help for this page

Select Code to Download


  1. or download this
    I32 enr_CreateChart (const CHAR* data_path, enr_Chart** chart)
    {
    ...
    
        return (app_stat != ENR_NOERR) ? app_stat : chart_stat;
    }
    
  2. or download this
    I32 enr_GetThemeName (const enr_Chart* chart, I32 idx, CHAR** name)
    {
    ...
    
        return ENR_NOERR;
    }