【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.13.16 is_applicable
Contents
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
Header to Include
FileImport.h