Windows2003-3790/termsrv/drivers/rdp/inc/aprot.h
2020-09-30 16:53:55 +02:00

27 lines
1.1 KiB
C

/****************************************************************************/
/* 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 */