专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > WinCE

wince怎么读取快捷方式的图标路径信息?新手,望多指教

发布时间:2010-06-13 22:29:10 文章来源:www.iduyao.cn 采编人员:星星草
wince如何读取快捷方式的图标路径信息?新手,望多指教!
wince如何读取快捷方式的图标路径信息?新手,望多指教!

------解决方案--------------------
wince如何读取快捷方式就是一个文本文件,打开后直接读取

建议 LZ 在 CE 上建一个快捷方式,复制到 PC 上用 UE 看看就知道了。
------解决方案--------------------
BOOL SHGetShortcutTarget(
LPTSTR szShortcut, 
LPTSTR szTarget, 
int cbMax 
);
Parameters
szShortcut 
[in] Null-terminated string that contains the name of the shortcut. 
szTarget 
[in] Null-terminated string that gets the target path of the shortcut. The buffer must be at least cbMax characters long. 
cbMax 
[in] Maximum number of characters that can be copied to the buffer. 
Return Values
TRUE indicates success. FALSE indicates failure.

友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: