摘要: Dll: // dllmain.cpp : Defines the entry point for the DLL application. #include "pch.h" #include <sstream> std::wstringstream wss; std::wstring str; c 阅读全文
posted @ 2020-09-10 18:30 strive-sun 阅读(373) 评论(0) 推荐(0) 编辑
摘要: #include <windows.h> #include <shobjidl_core.h> #include <windowsx.h> #include <shlobj_core.h> #pragma comment(lib,"Shell32.lib") #define MAX_LOADSTRI 阅读全文
posted @ 2020-09-10 10:16 strive-sun 阅读(298) 评论(0) 推荐(0) 编辑