is_applicable

 

Description

To check filter tree if suitable for current data file.

Syntax

bool is_applicable(TreeNode &trFilter, LPCSTR lpcszDataFile)

Parameters

trFilter
filter tree loaded by load_import_filter function.
lpcszDataFile
full path of data file.

Return

returns true if suitable, else false.

Examples

Remark

See Also

load_import_filter

Header to Include

FileImport.h

Reference