摘要: SHELLEXECUTEINFO ShExecInfo = { 0 }; ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO); ShExecInfo.fMask = SEE_MASK_NOCLOSEPROCESS; ShExecInfo.hwnd = NULL; 阅读全文
posted @ 2022-04-18 18:10 冰糖葫芦很乖 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 具体可以参考官方例子 那个是python的 这里是c++ #include <iostream> #include <string> #include <fstream> #include <Windows.h> #include <urlmon.h> #include <windows.h> #i 阅读全文
posted @ 2022-04-18 15:16 冰糖葫芦很乖 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 转载来自:https://www.cnblogs.com/Open-Source/p/11003523.html #include <stdio.h> #include <Urlmon.h> #include <Wininet.h> #pragma comment(lib,"Urlmon.lib") 阅读全文
posted @ 2022-04-18 09:41 冰糖葫芦很乖 阅读(827) 评论(0) 推荐(0) 编辑