structure for policy API. More...

Data Fields

int version
 The version of this policy. More...
 
const char * name
 The name of this policy. More...
 
const char * label
 The label of this policy that will be displayed in the Policy Selection dialog. More...
 

Detailed Description

structure for policy API.

When Illume tries to load a policy, it will check for the existence of this structure. If it is not found, the policy will fail to load.

Warning
This structure is required for Illume to load a policy.

Field Documentation

const char* _E_Illume_Policy_Api::label

The label of this policy that will be displayed in the Policy Selection dialog.

const char* _E_Illume_Policy_Api::name

The name of this policy.

int _E_Illume_Policy_Api::version

The version of this policy.