aclopCompileType
typedef enum aclCompileType {
ACL_COMPILE_SYS, // Currently, only this option is supported.
ACL_COMPILE_UNREGISTERED // Not supported currently.
} aclopCompileType;
Parent topic: Data Types and Operations
typedef enum aclCompileType {
ACL_COMPILE_SYS, // Currently, only this option is supported.
ACL_COMPILE_UNREGISTERED // Not supported currently.
} aclopCompileType;