开发者

Given filesystem pathname, how to retrieve corresponding ABSOLUTE ITEMIDLIST?

开发者 https://www.devze.com 2023-03-10 17:25 出处:网络
Looks like it can be done in one call or two, but which functions i have/must/should to use for that?开发者_开发知识库

Looks like it can be done in one call or two, but which functions i have/must/should to use for that?

开发者_开发知识库

I'm looking for best-practice approach, eg: API specially designed for path -> idl translation.


If it's really a file-system path, call ILCreateFromPath. If you need to handle non-file-system objects as well (like My Computer, or Network Neighborhood), then use SHParseDisplayName.

0

精彩评论

暂无评论...
验证码 换一张
取 消