ShellBrowser Delphi Components Documentation
|
Static factory method that returns an IItemIdList for the special folder identified by pDisplayName
class function CreateForSpecialFolder(pDisplayName: UnicodeString): IItemIdList; overload;
Parameters |
Description |
pDisplayName: UnicodeString |
The name of the special folder for that the IItemIdList should be returned. |
An IItemIdList if a special folder with the name could be found, nil otherwise
Example: With pDisplayName = 'Windows' you get the IItemIdList for SF_Windows.