Guardian Procedure Calls Reference Manual
FILENAME_FINDFINISH_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Returned Value
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
#include <cextdecs(FILENAME_FINDFINISH_)>
short FILENAME_FINDFINISH_ ( short searchid );
Syntax for TAL Programmers
error := FILENAME_FINDFINISH_ ( searchid ); ! i
Parameter
searchid
input
INT:value
is the value that was previously returned by FILENAME_FINDSTART_ to identify the search
request.
Returned Value
INT
A file-system error code that indicates the outcome of the call; error 16 indicates that searchid
was not in use.
Related Programming Manual
For programming information about the FILENAME_FINDFINISH_ procedure, see the Guardian
Programmer's Guide.
FILENAME_FINDFINISH_ Procedure 573










