/[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 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC revision 795 by stargo, Wed Nov 3 13:56:52 2004 UTC
# Line 242  enum RDP_INPUT_DEVICE Line 242  enum RDP_INPUT_DEVICE
242    
243  #define RDP_CAPSET_BMPCACHE2    19  #define RDP_CAPSET_BMPCACHE2    19
244  #define RDP_CAPLEN_BMPCACHE2    0x28  #define RDP_CAPLEN_BMPCACHE2    0x28
245  #define BMPCACHE2_FLAG_PERSIST  (1<<31)  #define BMPCACHE2_FLAG_PERSIST  ((uint32)1<<31)
246    
247  #define RDP_SOURCE              "MSTSC"  #define RDP_SOURCE              "MSTSC"
248    
# Line 340  enum RDP_INPUT_DEVICE Line 340  enum RDP_INPUT_DEVICE
340    
341  /* NT status codes for RDPDR */  /* NT status codes for RDPDR */
342  #define STATUS_SUCCESS                  0x00000000  #define STATUS_SUCCESS                  0x00000000
343    #define STATUS_NOT_IMPLEMENTED          0x00000001
344  #define STATUS_PENDING                  0x00000103  #define STATUS_PENDING                  0x00000103
345    
346  #define STATUS_NO_MORE_FILES            0x80000006  #define STATUS_NO_MORE_FILES            0x80000006
# Line 358  enum RDP_INPUT_DEVICE Line 359  enum RDP_INPUT_DEVICE
359  #define STATUS_FILE_IS_A_DIRECTORY      0xc00000ba  #define STATUS_FILE_IS_A_DIRECTORY      0xc00000ba
360  #define STATUS_NOT_SUPPORTED            0xc00000bb  #define STATUS_NOT_SUPPORTED            0xc00000bb
361  #define STATUS_TIMEOUT                  0xc0000102  #define STATUS_TIMEOUT                  0xc0000102
362    #define STATUS_NOTIFY_ENUM_DIR          0xc000010c
363  #define STATUS_CANCELLED                0xc0000120  #define STATUS_CANCELLED                0xc0000120
364    
365    
# Line 371  enum RDP_INPUT_DEVICE Line 373  enum RDP_INPUT_DEVICE
373    
374  #define FILE_DIRECTORY_FILE             0x00000001  #define FILE_DIRECTORY_FILE             0x00000001
375  #define FILE_NON_DIRECTORY_FILE         0x00000040  #define FILE_NON_DIRECTORY_FILE         0x00000040
376    #define FILE_COMPLETE_IF_OPLOCKED       0x00000100
377    #define FILE_DELETE_ON_CLOSE            0x00001000
378  #define FILE_OPEN_FOR_FREE_SPACE_QUERY  0x00800000  #define FILE_OPEN_FOR_FREE_SPACE_QUERY  0x00800000
379    
380  /* RDP5 disconnect PDU */  /* RDP5 disconnect PDU */

Legend:
Removed from v.725  
changed lines
  Added in v.795

  ViewVC Help
Powered by ViewVC 1.1.26