123456789101112131415161718 |
- void *MsgHndlr (void *pArg);
- /*------------------------
- * * Privilege Levels
- * *------------------------*/
- #define PRIV_NONE 0x00
- #define PRIV_CALLBACK 0x01
- #define PRIV_USER 0x02
- #define PRIV_OPERATOR 0x03
- #define PRIV_ADMIN 0x04
- #define PRIV_OEM 0x05
- #define PRIV_LOCAL 0x81
- #define PRIV_SYS_IFC 0x82
|