ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TShellLinkHelper.GetIShellLink

For a given path to an Windows shortcut (.LNK-file) this function returns the corresponding IShellLink interface.

Syntax
Pascal
class function GetIShellLink(const pPath: string): IShellLink; overload;
Parameters 
Description 
const pPath: string 
The path to the Windows shortcut file. 

IShellLink: The IShellLink interface or nil if an error occurred.