/[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 637 by stargo, Mon Mar 15 14:49:12 2004 UTC revision 683 by n-ki, Tue Apr 27 12:55:33 2004 UTC
# Line 249  enum RDP_INPUT_DEVICE Line 249  enum RDP_INPUT_DEVICE
249  #define RDP5_NO_MENUANIMATIONS  0x04  #define RDP5_NO_MENUANIMATIONS  0x04
250  #define RDP5_NO_THEMING         0x08  #define RDP5_NO_THEMING         0x08
251  #define RDP5_NO_CURSOR_SHADOW   0x20  #define RDP5_NO_CURSOR_SHADOW   0x20
252  #define RDP5_NO_CURSORSETTINGS  0x40 /* disables cursor blinking */  #define RDP5_NO_CURSORSETTINGS  0x40    /* disables cursor blinking */
253    
254    /* compression types */
255    #define RDP_MPPC_COMPRESSED     0x20
256    #define RDP_MPPC_RESET          0x40
257    #define RDP_MPPC_FLUSH          0x80
258    #define RDP_MPPC_DICT_SIZE      8192
259    
260  /* Keymap flags */  /* Keymap flags */
261  #define MapRightShiftMask   (1<<0)  #define MapRightShiftMask   (1<<0)
# Line 356  enum RDP_INPUT_DEVICE Line 362  enum RDP_INPUT_DEVICE
362  #define FILE_DIRECTORY_FILE             0x00000001  #define FILE_DIRECTORY_FILE             0x00000001
363  #define FILE_NON_DIRECTORY_FILE         0x00000040  #define FILE_NON_DIRECTORY_FILE         0x00000040
364  #define FILE_OPEN_FOR_FREE_SPACE_QUERY  0x00800000  #define FILE_OPEN_FOR_FREE_SPACE_QUERY  0x00800000
365    
366    /* RDP5 disconnect PDU */
367    #define exDiscReasonNoInfo                              0x0000
368    #define exDiscReasonAPIInitiatedDisconnect              0x0001
369    #define exDiscReasonAPIInitiatedLogoff                  0x0002
370    #define exDiscReasonServerIdleTimeout                   0x0003
371    #define exDiscReasonServerLogonTimeout                  0x0004
372    #define exDiscReasonReplacedByOtherConnection           0x0005
373    #define exDiscReasonOutOfMemory                         0x0006
374    #define exDiscReasonServerDeniedConnection              0x0007
375    #define exDiscReasonServerDeniedConnectionFips          0x0008
376    #define exDiscReasonLicenseInternal                     0x0100
377    #define exDiscReasonLicenseNoLicenseServer              0x0101
378    #define exDiscReasonLicenseNoLicense                    0x0102
379    #define exDiscReasonLicenseErrClientMsg                 0x0103
380    #define exDiscReasonLicenseHwidDoesntMatchLicense       0x0104
381    #define exDiscReasonLicenseErrClientLicense             0x0105
382    #define exDiscReasonLicenseCantFinishProtocol           0x0106
383    #define exDiscReasonLicenseClientEndedProtocol          0x0107
384    #define exDiscReasonLicenseErrClientEncryption          0x0108
385    #define exDiscReasonLicenseCantUpgradeLicense           0x0109
386    #define exDiscReasonLicenseNoRemoteConnections          0x010a

Legend:
Removed from v.637  
changed lines
  Added in v.683

  ViewVC Help
Powered by ViewVC 1.1.26