/[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 621 by n-ki, Thu Mar 4 07:57:02 2004 UTC revision 628 by n-ki, Thu Mar 4 12:43:10 2004 UTC
# Line 12  Line 12 
12     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.     GNU General Public License for more details.
15      
16     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
17     along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
18     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Line 237  enum RDP_INPUT_DEVICE Line 237  enum RDP_INPUT_DEVICE
237  #define RDP_SOURCE              "MSTSC"  #define RDP_SOURCE              "MSTSC"
238    
239  /* Logon flags */  /* Logon flags */
240  #define RDP_LOGON_NORMAL        0x33  #define RDP_LOGON_AUTO          0x0008
241  #define RDP_LOGON_AUTO          0x8  #define RDP_LOGON_NORMAL        0x0033
242  #define RDP_LOGON_BLOB          0x100  #define RDP_COMPRESSION         0x0080
243  #define RDP_COMPRESSION         0x80  #define RDP_LOGON_BLOB          0x0100
244    #define RDP_LOGON_LEAVE_AUDIO   0x2000
245    
246  /* Keymap flags */  /* Keymap flags */
247  #define MapRightShiftMask   (1<<0)  #define MapRightShiftMask   (1<<0)
# Line 328  enum RDP_INPUT_DEVICE Line 329  enum RDP_INPUT_DEVICE
329  #define STATUS_NO_SUCH_FILE             0xc000000f  #define STATUS_NO_SUCH_FILE             0xc000000f
330  #define STATUS_INVALID_DEVICE_REQUEST   0xc0000010  #define STATUS_INVALID_DEVICE_REQUEST   0xc0000010
331  #define STATUS_ACCESS_DENIED            0xc0000022  #define STATUS_ACCESS_DENIED            0xc0000022
332    #define STATUS_OBJECT_NAME_COLLISION    0xc0000035
333  #define STATUS_DISK_FULL                0xc000007f  #define STATUS_DISK_FULL                0xc000007f
334  #define STATUS_FILE_IS_A_DIRECTORY      0xc00000ba  #define STATUS_FILE_IS_A_DIRECTORY      0xc00000ba
335  #define STATUS_NOT_SUPPORTED            0xc00000bb  #define STATUS_NOT_SUPPORTED            0xc00000bb
336  #define STATUS_TIMEOUT                  0xc0000102  #define STATUS_TIMEOUT                  0xc0000102
337  #define STATUS_CANCELLED                0xc0000120  #define STATUS_CANCELLED                0xc0000120
 #define STATUS_OBJECT_NAME_COLLISION    0xc0000035  
338    
339    
340  /* RDPDR constants */  /* RDPDR constants */

Legend:
Removed from v.621  
changed lines
  Added in v.628

  ViewVC Help
Powered by ViewVC 1.1.26