摘要:
1 #pragma once 2 3 class OperationConfig 4 { 5 public: 6 7 OperationConfig(void); 8 ~OperationConfig(void); 9 10 //设置配置文件的值11 BOOL SetIniFile(LPCSTR lpPath,LPCSTR lpField,LPCSTR lpKey,LPCSTR lpValue);12 13 //获取配置文件字符串型的值14 void GetIniFileStr(LPCSTR lpPath,LPCSTR lpField,LP... 阅读全文
posted @ 2012-09-27 17:41
凨丶
阅读(3545)
评论(0)
推荐(0)
2012年9月27日