Go to the source code of this file.
Typedefs | |
typedef enum XsFilterProfileKind | XsFilterProfileKind |
Enumerations | |
enum | XsFilterProfileKind { XFPK_Unknown = 0, XFPK_Base = 195, XFPK_Additional = 196, XFPK_Heading = 197 } |
Filter Profile Kinds. More... | |
typedef enum XsFilterProfileKind XsFilterProfileKind |
Definition at line 77 of file xsfilterprofilekind.h.
enum XsFilterProfileKind |
Filter Profile Kinds.
Enumerator | |
---|---|
XFPK_Unknown | Unknown profile kind. |
XFPK_Base | Indicates a base profile. |
XFPK_Additional | Indicates an additional profile. |
XFPK_Heading | Indicates a heading profile. |
Definition at line 69 of file xsfilterprofilekind.h.