ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.GetElementNo

Returns the pointer to a trailing part of the given ItemIdList.

Syntax
Pascal
class function GetElementNo(const pIdList: IItemIdList; pElementsToSkip: Integer): PItemIdList;
Parameters 
Description 
const pIdList: IItemIdList 
The ItemIdlist from that the trailing part should be returned. 
pElementsToSkip: Integer 
The number of the initial fragments that should be skipped. The given number must be smaller than Depth

PItemIdList: A pointer into the given ItemIdList not containing the beginning part of this ItemIdList

The returned Pointer must not be freed. It is valid as long as the ItemIdList given in the paramter pIdList exists.