/[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 569 by n-ki, Wed Jan 21 14:40:40 2004 UTC revision 599 by n-ki, Fri Feb 6 10:33:22 2004 UTC
# Line 320  enum RDP_INPUT_DEVICE Line 320  enum RDP_INPUT_DEVICE
320  #define STATUS_NO_SUCH_FILE             0xc000000f  #define STATUS_NO_SUCH_FILE             0xc000000f
321  #define STATUS_NO_MORE_FILES            0x80000006  #define STATUS_NO_MORE_FILES            0x80000006
322  #define STATUS_INVALID_HANDLE           0xc0000008  #define STATUS_INVALID_HANDLE           0xc0000008
323    #define STATUS_DISK_FULL                0xc000007f
324    #define STATUS_FILE_IS_A_DIRECTORY      0xc00000ba
325  #define STATUS_NOT_SUPPORTED            0xc00000bb  #define STATUS_NOT_SUPPORTED            0xc00000bb
326  #define STATUS_PENDING                  0x00000103  #define STATUS_PENDING                  0x00000103
327  #define STATUS_CANCELLED                0xc0000120  #define STATUS_CANCELLED                0xc0000120
# Line 334  enum RDP_INPUT_DEVICE Line 336  enum RDP_INPUT_DEVICE
336  #define DEVICE_TYPE_SCARD               0x20  #define DEVICE_TYPE_SCARD               0x20
337    
338  #define FILE_DIRECTORY_FILE             0x00000001  #define FILE_DIRECTORY_FILE             0x00000001
339    #define FILE_NON_DIRECTORY_FILE         0x00000040
340    #define FILE_OPEN_FOR_FREE_SPACE_QUERY  0x00800000

Legend:
Removed from v.569  
changed lines
  Added in v.599

  ViewVC Help
Powered by ViewVC 1.1.26