JCL Help:SHEnumFolderClose

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Closes an enumeration sequence started by SHEnumFolderFirst.


Pascal

 procedure SHEnumFolderClose(var F: TEnumFolderRec);


Parameters

Parameters Description
var F: TEnumFolderRec The TEnumFolderRec used during the enumeration.


Description

This function closes a folder enumeration initiated earlier with SHEnumFolderFirst. You must call this function to release resources held during the enumeration. Note that it is only necessary to call this function if SHEnumFolderFirst returned True.


See Also

SHEnumFolderFirst SHEnumFolderNext


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