Discuss this help topic in SecureBlackbox Forum
This event is fired when your software has to search for the first element that matches given criteria
Declaration
Parameters
- Path - path to the directory to be scanned
- Data - pass some user object (e.g. file search handle) to it. Every consequent call to OnFindNext event will return this object to you as OnFindNext.Data parameter. If you do not need to store some search-related object, set the value of this parameter to null.
- Info - information about element to be found (currently none)
- ErrorCode - the error code, see values below
- Comment -
- pcPath - path to the directory to be scanned
- szPath - the length of pcPath.
- pcComment -
- szComment -
Error codes
Description
This event is fired when element with specified parameters (currently none are defined) has to be found.
The application can return the error code in ErrorCode parameter and textual comment in Comment parameter.
Discuss this help topic in SecureBlackbox Forum