Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual—522629-013
5-179
FILENAME_FINDFINISH_ Procedure
FILENAME_FINDFINISH_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Related Programming Manual
Summary
The FILENAME_FINDFINISH_ procedure releases the resources reserved for a
search that was previously initiated by a call to FILENAME_FINDSTART_.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
is a file-system error number that indicates the outcome of the operation; error 16
indicates that
searchid was not in use.
searchid input
INT:value
is the value that was previously returned by FILENAME_FINDSTART_ to identify
the search request.
Related Programming Manual
For programming information about the FILENAME_FINDFINISH_ procedure, refer to
the
Guardian Programmer’s Guide.
#include <cextdecs(FILENAME_FINDFINISH_)>
short FILENAME_FINDFINISH_ ( short searchid );
error := FILENAME_FINDFINISH_ ( searchid ); ! i