/*
 * ENUM: SE_API_ENUM
 *
 *   Identifies the API within which a type is defined.
 */
typedef enum
{
SE_SRM,
SE_EDCS,
SE_DRM,
SE_LEVEL_0, (notes)
SE_LEVEL_1 (notes)
} SE_API_ENUM;


Enumerator Notes

SE_LEVEL_0

 not applicable for types used by the DRM, but provided
 for use by higher-level code generators

SE_LEVEL_1

 not applicable for types used by the DRM, but provided
 for use by higher-level code generators
Next: SE_AXIS_ENUM. Up:Index