Name

struct _EPluginHookTargetMap —

Synopsis

struct _EPluginHookTargetMap {
  const char * type;
  int id;
  const struct _EPluginHookTargetKey * mask_bits;
};  

Members

type

The string id of the target.

id

The integer id of the target. Maps directly to the type field of the various plugin type target id's.

mask_bits

A zero-fill terminated array of EPluginHookTargetKeys.

Description

Used by EPluginHook to define mappings of target type enumerations to and from strings. Also used to define the mask option names when reading the XML plugin hook definitions.

Description

Used by EPluginHook to define mappings of target type enumerations to and from strings. Also used to define the mask option names when reading the XML plugin hook definitions.