This function is used to release the resources associated with a file search handle. It is used in conjunction with the VaToolBxFindFirst and VaToolBxFindNext functions.
The resources are implicitly released when you execute a complete loop (VaToolBxFindNext is executed in a loop until the search is finished). If you want to interrupt the search without browsing through all the results, you must explicitly release the resources using VaToolBxFindClose.
Context
Windows client,
Windows server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client,
Event Adelia client.
Parameters
NUM_BIN_4 |
Handle |
Search handle returned by the call of VaToolBxFindFirst. Input/Output parameter. VaToolBxFindClose resets explicitly Handle to zero. |
Example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|