Function psyiage_log_glob_free¶
Defined in File psyiagesdk.h
Function Documentation¶
-
PSYIAGE_API int
psyiage_log_glob_free
(char *filelist[], uint32_t *flagslist, int numfiles)¶ Free array of log file paths.
Release the resources allocated to store list of log file paths obtained from call to psyiage_log_glob_known_log_files
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
filelist
: - An array of file paths to freeflagslist
: - An array of log file flags to freenumfiles
: - Number of files in the array