Defines | |
#define | FLM_COMP_CASE_INSENSITIVE 0x0001 |
0x0001 = Do case sensitive comparison. | |
#define | FLM_COMP_COMPRESS_WHITESPACE 0x0002 |
0x0002 = Compare multiple whitespace characters as a single space. | |
#define | FLM_COMP_NO_WHITESPACE 0x0004 |
0x0004 = Ignore all whitespace during comparison. | |
#define | FLM_COMP_NO_UNDERSCORES 0x0008 |
0x0008 = Ignore all underscore characters during comparison. | |
#define | FLM_COMP_NO_DASHES 0x0010 |
0x0010 = Ignore all dash characters during comparison. | |
#define | FLM_COMP_WHITESPACE_AS_SPACE 0x0020 |
0x0020 = Treat newlines and tabs as spaces during comparison. | |
#define | FLM_COMP_IGNORE_LEADING_SPACE 0x0040 |
0x0040 = Ignore leading space characters during comparison. | |
#define | FLM_COMP_IGNORE_TRAILING_SPACE 0x0080 |
0x0080 = Ignore trailing space characters during comparison. |