/[rdesktop]/sourceforge.net/trunk/rdesktop/constants.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/constants.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by matty, Mon Oct 16 08:44:48 2000 UTC revision 28 by matty, Wed Jun 20 13:54:48 2001 UTC
# Line 34  enum ISO_PDU_CODE Line 34  enum ISO_PDU_CODE
34  /* MCS PDU codes */  /* MCS PDU codes */
35  enum MCS_PDU_TYPE  enum MCS_PDU_TYPE
36  {  {
37          MCS_EDRQ = 1,   /* Erect Domain Request */          MCS_EDRQ = 1,           /* Erect Domain Request */
38          MCS_DPUM = 8,   /* Disconnect Provider Ultimatum */          MCS_DPUM = 8,           /* Disconnect Provider Ultimatum */
39          MCS_AURQ = 10,  /* Attach User Request */          MCS_AURQ = 10,          /* Attach User Request */
40          MCS_AUCF = 11,  /* Attach User Confirm */          MCS_AUCF = 11,          /* Attach User Confirm */
41          MCS_CJRQ = 14,  /* Channel Join Request */          MCS_CJRQ = 14,          /* Channel Join Request */
42          MCS_CJCF = 15,  /* Channel Join Confirm */          MCS_CJCF = 15,          /* Channel Join Confirm */
43          MCS_SDRQ = 25,  /* Send Data Request */          MCS_SDRQ = 25,          /* Send Data Request */
44          MCS_SDIN = 26   /* Send Data Indication */          MCS_SDIN = 26           /* Send Data Indication */
45  };  };
46    
47  #define MCS_CONNECT_INITIAL     0x7f65  #define MCS_CONNECT_INITIAL     0x7f65
# Line 132  enum RDP_UPDATE_PDU_TYPE Line 132  enum RDP_UPDATE_PDU_TYPE
132    
133  enum RDP_POINTER_PDU_TYPE  enum RDP_POINTER_PDU_TYPE
134  {  {
135          RDP_POINTER_MOVE = 3          RDP_POINTER_MOVE = 3,
136            RDP_POINTER_COLOR = 6,
137            RDP_POINTER_CACHED = 7
138  };  };
139    
140  enum RDP_INPUT_DEVICE  enum RDP_INPUT_DEVICE
# Line 146  enum RDP_INPUT_DEVICE Line 148  enum RDP_INPUT_DEVICE
148    
149  /* Device flags */  /* Device flags */
150  #define KBD_FLAG_RIGHT          0x0001  #define KBD_FLAG_RIGHT          0x0001
151    #define KBD_FLAG_EXT            0x0100
152  #define KBD_FLAG_QUIET          0x1000  #define KBD_FLAG_QUIET          0x1000
153  #define KBD_FLAG_DOWN           0x4000  #define KBD_FLAG_DOWN           0x4000
154  #define KBD_FLAG_UP             0x8000  #define KBD_FLAG_UP             0x8000

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26