char startUpDir[500]; if (SHGetFolderPathA( NULL, CSIDL_COMMON_STARTUP, NULL, 0, startUpDir) != S_OK) { printf("SHGetFolderPathA failed."); }
原文地址:https://www.cnblogs.com/liujx2019/p/10634862.html
时间: 2024-10-13 20:22:26
char startUpDir[500]; if (SHGetFolderPathA( NULL, CSIDL_COMMON_STARTUP, NULL, 0, startUpDir) != S_OK) { printf("SHGetFolderPathA failed."); }
原文地址:https://www.cnblogs.com/liujx2019/p/10634862.html