I'm looking for a way to determine the properties, particularly the target, of a shortcut or lnk file.
I want to do this without using COM at all. My best lead so far is SHGetNewLinkInfo, but this seems to not do what I want, and I can't find any sibling functions.
Thanks for your time