发布于 2004-05-27 17:32:41
0楼
#pragma code ("kernel32.dll")
long int GetPrivateProfileStringA(
char * lpAppName, // points to section name
char * lpKeyName, // points to key name
char * lpDefault, // points to default string
char lpReturnedString[256], // points to destination buffer
long int nSize, // size of destination buffer
char * lpFileName // points to initialization filename
);
#pragma code()
本人用上述声明读INI文件
无论成与败,无论甜与苦,我还是我。