ShGetKnownFolderPath无法使用C ++

时间:2016-07-23 13:24:58

标签: c++ windows winapi environment-variables windows-10

我希望使用C ++中的ShGetKnownFolderPath函数获取AppData文件夹路径,该函数返回not declared in this scope errpr。我尝试了很多其他函数,例如SHGetFolderPath,我的标题是:

#include <shlobj.h>
#include <iostream>
#include <windows.h>

到目前为止唯一有效的是char *appData = getenv("AppData");。 我使用的是Windows 10.

P.S

我的问题可能看似重复,但这些问题的答案对我没有帮助。

0 个答案:

没有答案