ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.TryGetSpecialFolder

Asynchronously retrieves the SpecialFolder for an ItemIdList.

Syntax
Pascal
class function TryGetSpecialFolder(const pItemIdList: IItemIdList; const pStopAfter: integer; var pFinished: Boolean; const pCancellationIndicator: ICancellationIndicator): TJamShellFolder;
Parameters 
Description 
const pItemIdList: IItemIdList 
The ItemIdList 
const pStopAfter: integer 
Max time (in ms) to accomplish the operation. 
var pFinished: Boolean 
True, if the operation was finished in the given time; false otherwise 
const pCancellationIndicator: ICancellationIndicator 
An optional cancellation indicator for the workitem. 

The SpecialFolder of an ItemIdList, SF_UNKNOWN if it couldn't be retrieved in time.