代码是
CString path;
SHGetSpecialFolderPath(0,path.GetBuffer(512),26,0);//得到诸如C:\Document and Settings\username\Application Data 路径
path.ReleaseBuffer();error code:
e:\softphone_rtc\webphone\webphone1.0\src\clientsip\CallOperation.cpp(664): error C3861: 'SHGetSpecialFolderPath': identifier not found, even with argument-dependent lookup是不是缺了什么头文件,请指教。
另外,出了该函数还有其他方法达到我的目的吗?