Typedef PntosPluginTypes

Typedef Documentation

typedef enum PntosPluginTypes PntosPluginTypes

An enumeration of the types of plugins supported by pntOS for this loader API version. Each enum entry maps to a corresponding structure with PascalCase naming. For example, the PNTOS_CONTROLLER_PLUGIN value in this enum is indicating a plugin represented by the struct PntosControllerPlugin. Note that because the utility plugin has no additional API requirements beyond the PntosCommonPlugin, there is not a PntosUtilityPlugin. Instead, implementers of PNTOS_UTILITY_PLUGIN should implement and return a PntosCommonPlugin.