Get the keys and values from sepcial section name from NLSF.ini file.
bool nlf_get_section_keys_and_values( LPCSTR lpcszSection, vector<string> & saKeys, vector<string> & saValues = NULL, int * pnDefaultSel = NULL, int nIniPath = ORIGIN_PATH_USER, LPCSTR lpcszIniPath = NULL )
Return true if get it.
EX1
void nlf_get_section_keys_and_values_ex1() { vector<string> vsFunction, vsFile; bool bRet = nlf_get_section_keys_and_values( "Waveform",vsFunction, vsFile ); }
nlsf_utils.h