//Win32XMLParser.h int XMLGetIntProperty(char *strTitle, char *strName, char *strProperty, int nDefault, char *strFilePath); char* XMLGetStringProperty(char *strTitle, char *strName, char *strProperty, char *strBuf, int nMaxSize, char *strDefault, char *strFilePath); void XMLSetIntProperty(char *strTitle, char *strName, char *strProperty, int nValue,char *strFilePath); void XMLSetStringProperty(char *strTitle, char *strName, char *strProperty, char *strValue, char *strFilePath);