This function resumes a file search. It is used in conjunction with the VaToolBxFindFirst and VaToolBxFindClose 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.
Scope
Windows client,
Windows server,
Mobile client,
Mobile server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client.
Parameters
NUM_BIN_4 |
Handle |
Search handle used to iterate the search in VaToolBxFindNext. Input/output parameter. The search was successful if Handle has a value other than zero. |
ALPHA(n) |
File |
Name of the first file found by the search. |
ALPHA(5) |
Attributes |
File attributes. |
Example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|