Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您能否为以下 win32 API 提供备用 WinRT API SHGetSpecialFolderPath(NULL, buffer, CSIDL_PROGRAMS, 0)?
SHGetSpecialFolderPath(NULL, buffer, CSIDL_PROGRAMS, 0)
StorageFolder 类只会给出应用程序特定的路径。
谢谢你