ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TShellLinkHelper.GetIShellLink

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

Syntax
Pascal
class function GetIShellLink(const pItemIdList: IItemIdList): IShellLink; overload;
Parameters 
Description 
const pItemIdList: IItemIdList 
The IItemIdList of the Windows shortcut file. 

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