ShellBrowser Delphi Components Documentation
|
For a given ItemIdList to an Windows shortcut (.LNK-file) this function returns the corresponding IShellLink interface.
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.