MsgHndlr.h 319 B

123456789101112131415161718
  1. void *MsgHndlr (void *pArg);
  2. /*------------------------
  3. * * Privilege Levels
  4. * *------------------------*/
  5. #define PRIV_NONE 0x00
  6. #define PRIV_CALLBACK 0x01
  7. #define PRIV_USER 0x02
  8. #define PRIV_OPERATOR 0x03
  9. #define PRIV_ADMIN 0x04
  10. #define PRIV_OEM 0x05
  11. #define PRIV_LOCAL 0x81
  12. #define PRIV_SYS_IFC 0x82