Visual C++ 读取ini文件GetPrivateProfileSectionNames

GetPrivateProfileSectionNames:

读取所有段名;
设共两个段名[section1] [section2]  则

GetPrivateProfileSectionNames执行后保存的字符串格式为

section1\0section2\0\0
类似函数:
GetPrivateProfileIntA 
GetPrivateProfileIntW 
GetPrivateProfileSectionA 
GetPrivateProfileSectionNamesA 
GetPrivateProfileSectionNamesW 
GetPrivateProfileSectionW 
GetPrivateProfileStringA 
GetPrivateProfileStringW 
GetPrivateProfileStructA 
GetPrivateProfileStructW 

你可能感兴趣的:(C/C++)