The following group defines information needed to implement an Illume Policy. More...
Data Structures | |
| struct | _E_Illume_Policy_Api |
| structure for policy API. More... | |
| struct | _E_Illume_Policy |
| structure for policy More... | |
Macros | |
| #define | E_ILLUME_POLICY_API_VERSION 2 |
| Current version of the Policy API that is supported by the Illume module. | |
Detailed Description
The following group defines information needed to implement an Illume Policy.
- Warning
- There are some requirements that every policy must implement and some things are optional. Please reference the E_Illume_Policy structure for requirements.
Macro Definition Documentation
| #define E_ILLUME_POLICY_API_VERSION 2 |
Current version of the Policy API that is supported by the Illume module.
- Warning
- Policies not written to match this version will fail to load.