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.
|
|
/****************************************************************************/ /* aprot.h */ /* */ /* RDP network packet protocol header file. */ /* */ /* Copyright(c) Microsoft, PictureTel 1992-1996 */ /* (C) 1997-1999 Microsoft Corp. */ /****************************************************************************/ #ifndef _H_APROT
#define _H_APROT
/****************************************************************************/ /* The priorities used by RDP */ /****************************************************************************/ #define PROT_PRIO_UPDATES 1
#define PROT_PRIO_INPUT 2
#define PROT_PRIO_MISC 2
#define PROT_PRIO_HIGH 3
#define PROT_PRIO_COUNT 3
#endif /* _H_APROT */
|