-
把快捷方式的文件的路径,使用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
-
phone icon move
test application
phone icon move
test application-phone icon move test application
- 2022-03-25 03:03:58下载
- 积分:1
-
提示输入行数、列数、列宽、行高、线型等参数,根据用户输入的上述参数在屏幕上显示对应的表格框线。...
提示输入行数、列数、列宽、行高、线型等参数,根据用户输入的上述参数在屏幕上显示对应的表格框线。-Prompted to enter the number of rows, columns, column width, line height, line parameters, in accordance with the above-mentioned parameters entered by the user on the screen corresponds to the form border.
- 2023-02-21 05:45:03下载
- 积分:1
-
vc++编程,梁的振动
vc++编程,梁的振动-vc programming, the vibration
- 2022-05-17 04:00:08下载
- 积分:1
-
Grid控件的实现,表格形式显示的界面的实现的源程序
Grid控件的实现,表格形式显示的界面的实现的源程序-Grid Ctrl
- 2022-03-03 11:26:19下载
- 积分:1
-
语音通信控件
VSession语音通信控件适用于VC++、VB、 dot NET平台、C++Builder、Delphi、易语言及网页应用程序等常见开发平台。您只要先在系统中安装控件(双击开发包中的文件“ 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 18:05:48下载
- 积分:1
-
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!...
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!-a PB with the development of the fingerprint application source code, and meet the fingerprint application integration! PB suited to the development of language!
- 2022-03-14 11:51:31下载
- 积分:1
-
algorithms of dataminig process for clustering data
algorithms of dataminig process for clustering data
- 2022-05-30 04:26:50下载
- 积分:1
-
使用流量交互分割
- 2022-03-13 07:11:55下载
- 积分:1
-
Microsoft Windows user interface development Manual
Microsoft Windows用户界面开发手册
- 2023-01-21 10:40:04下载
- 积分:1