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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 useSHParseDisplayName.