Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. /****************************************************************************/
  2. /* aprot.h */
  3. /* */
  4. /* RDP network packet protocol header file. */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1992-1996 */
  7. /* (C) 1997-1999 Microsoft Corp. */
  8. /****************************************************************************/
  9. #ifndef _H_APROT
  10. #define _H_APROT
  11. /****************************************************************************/
  12. /* The priorities used by RDP */
  13. /****************************************************************************/
  14. #define PROT_PRIO_UPDATES 1
  15. #define PROT_PRIO_INPUT 2
  16. #define PROT_PRIO_MISC 2
  17. #define PROT_PRIO_HIGH 3
  18. #define PROT_PRIO_COUNT 3
  19. #endif /* _H_APROT */