JCL Help:PidlGetNext

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the next item identifier in the supplied item identifier list.


Pascal

 function PidlGetNext(Pidl: PItemIdList): PItemIdList;


Parameters

Parameters Description
Pidl: PItemIdList Item identifier list for which to retrieve the next element.


Return Value

The next element in the supplied item identifier list, or nil if there is no next element.


Description

PidlGetNext returns the next item identifier in the supplied item identifier list or nil if there is no next item identifier (the null terminating pidl is not considered an item identifier). The returned item identifier is simply a pointer and as such should not be freed using PidlFree.


See Also

PidlGetDepth PidlGetLength


About

Unit

JclShell


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page