-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
做的一个控件,可在VB状态下自动分屏,可随便调节界面两边的比例....
做的一个控件,可在VB状态下自动分屏,可随便调节界面两边的比例.-Does a control state in the VB Automatic screen, you can not adjust the ratio of the interface on both sides.
- 2023-08-12 17:40:03下载
- 积分:1
-
UDP调试工具
一个接收udp通信的简单工具,一般用于调试wince时接收日志信息.
接收框最后还是会有大小限制,几M是有吧,不能长期接收大量日志,要手动清一下。
加入了TCP连接,但是不支持长链接
- 2022-04-09 22:10:35下载
- 积分:1
-
很不错的VC资料,有价值哦。
很不错的VC资料,有价值哦。-VC very good information, valuable oh.
- 2023-08-25 21:25:06下载
- 积分:1
-
overlapped IO编程举例
overlapped IO编程举例-overlapped IO For Programming
- 2022-05-24 08:51:14下载
- 积分:1
-
高校人事管理系统实现添加删除修改查看等功能
高校人事管理系统实现添加删除修改查看等功能-实现添加删除修改查看等功能
- 2022-03-26 18:26:57下载
- 积分:1
-
可以嵌套子目录的字符串替换,文件名替换,代码统计功能
可以嵌套子目录的字符串替换,文件名替换,代码统计功能
-Nested subdirectories can replace the string, the file name to replace the symbol statistics
- 2023-07-08 01:50:03下载
- 积分:1
-
Discrete cosine transform to compress data.
Discrete cosine transform to compress data.
- 2023-01-03 05:25:02下载
- 积分:1
-
用JAVA做的聊天软件,有安装程序和源代码
用JAVA做的聊天软件,有安装程序和源代码-do with Java chat software, installation procedures and source code
- 2022-02-03 15:11:07下载
- 积分:1
-
jdk1.2a on wince document
jdk1.2a on wince document
- 2022-06-26 01:47:36下载
- 积分:1