Desktop Functions: Smart Device Functions:
|
Search Results for "SHGetShortcutTarget" in [All]coredllThis function retrieves the shortcut's target path. A remote application interface (RAPI) version of this function exists, CeSHGetShortcutTarget (RAPI). (From MSDN.)
static extern bool SHGetShortcutTarget(StringBuilder szShortcut, StringBuilder szTarget, int cbMax); |