-
把快捷方式的文件的路径,使用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
-
该程序是有关 h u f f m a n 编 码的相关事宜
该程序是有关 h u f f m a n 编 码的相关事宜-huffman
- 2023-06-03 09:55:03下载
- 积分:1
-
C++简单游戏.可用方向键进行控件.适合于初学C++的人阅读.
C++简单游戏.可用方向键进行控件.适合于初学C++的人阅读.-C simple game. Available for key controls. Suitable for a novice C readers.
- 2023-05-03 16:15:02下载
- 积分:1
-
此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码...
此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码-display in a virtual C source code inherited characteristics recommended by teachers norms efficient code
- 2022-02-05 21:40:18下载
- 积分:1
-
实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态
实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态-Achieve the GPS+ IMU extended Kalman filter integrated navigation, gravity field and magnetic field profile projection
- 2022-07-24 18:56:53下载
- 积分:1
-
用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验...
用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验-using Matlab best to achieve the same number of function approximation algorithm independent, I will be completed through the test of practice
- 2022-11-22 21:00:03下载
- 积分:1
-
小程序,主要用于学习和研究TCP/IP协议.得到主机IP.
小程序,主要用于学习和研究TCP/IP协议.得到主机IP.-Small programs, mainly for study and research TCP/IP protocol. Be the host IP.
- 2023-08-17 09:40:03下载
- 积分:1
-
通过com接口操作excel的小例子。该代码只是简单的操作方法,具体应用还需扩展。...
通过com接口操作excel的小例子。该代码只是简单的操作方法,具体应用还需扩展。-Com interface operations through a small example excel
- 2022-07-11 12:11:00下载
- 积分:1
-
lcd的多层多屏菜单的实现全 暗暗啊
lcd的多层多屏菜单的实现全 暗暗啊 -the LCD screen menu Multi-wide, the darkness ah
- 2022-10-07 10:15:03下载
- 积分:1
-
本程序主要实现系统自动关机,关机提示信息等功能
本程序主要实现系统自动关机,关机提示信息等功能-the main procedures automatic shutdown system, a message shutdown functions
- 2022-11-19 13:45:03下载
- 积分:1