-
把快捷方式的文件的路径,使用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
-
c8051f124的振荡器源程序.用外部晶振来产生系统时钟!
c8051f124的振荡器源程序.用外部晶振来产生系统时钟!-c8051f124 oscillator source. With an external crystal oscillator to generate the system clock!
- 2022-07-28 10:47:53下载
- 积分:1
-
DM9000 WinCE.net Driver v3.2.7 Release
DM9000 WinCE.net Driver v3.2.7 Release
- 2023-04-30 15:00:09下载
- 积分:1
-
WinCE ISAPI demo 程序,作为CE中嵌入式web的接口,通过编程ISAPI来完成特定的数据访问,本例完成从内存共享中读取映射,响应用户的http...
WinCE ISAPI demo 程序,作为CE中嵌入式web的接口,通过编程ISAPI来完成特定的数据访问,本例完成从内存共享中读取映射,响应用户的http get/post请求-WinCE ISAPI demo program, as a CE in the embedded web interface, through programming ISAPI to complete the specific data access, which in this case from shared memory read mapping, in response to the user
- 2022-02-13 02:10:30下载
- 积分:1
-
移动设备& gt;NET框架3.5计算器和图形
Mobile device >NET framework 3.5 Calculator and graphics-Mobile device >NET framework 3.5 Calculator and graphics
- 2022-01-20 23:26:47下载
- 积分:1
-
韩杰 (像数独游戏)
数独之类的小游戏可以玩,恢复和保存你的游戏。 韩杰 (或 picross) 是一个聪明游戏和逻辑。如果你喜欢数独或数谜你去崇拜韩杰 !
- 2022-02-13 06:44:56下载
- 积分:1
-
升级组件源代码,需要的朋友可以参考一下。包含客户端和服务端。...
升级组件源代码,需要的朋友可以参考一下。包含客户端和服务端。-Upgrade components of the source code, need a friend for reference. Contains client and server.
- 2022-07-24 00:27:43下载
- 积分:1
-
通过本程序代码可以调节电脑屏幕的年度。希望对大家有用!...
通过本程序代码可以调节电脑屏幕的年度。希望对大家有用!-Through this program code can adjust the computer screen of the year. Hope useful for all of us!
- 2022-03-23 07:49:56下载
- 积分:1
-
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。...
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。-This program is a process of the calculation of the memory space allocated a small program, you can use different colors for different memory footprint.
- 2022-07-24 11:00:50下载
- 积分:1
-
This is a library management procedures, including students log books to search...
这是一个图书馆的管理程序,含学生登录借阅书刊查找等功能-This is a library management procedures, including students log books to search functions
- 2022-11-07 05:45:04下载
- 积分:1