Inno Setup Preprocessor: FindClose

Prototype

void FindClose(int)

Description

Terminates a FindFirst/FindNext sequence. The parameter must be a non-zero find handle returned by FindFirst.

This function is obsolete since 1.2. ISPP automatically frees resources allocated in a call to FindFirst.