~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to libfreerdp/constants_rail.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
enum RDP_RAIL_PDU_TYPE
26
26
{
27
 
        RDP_RAIL_ORDER_EXEC             = 0x0001,
28
 
        RDP_RAIL_ORDER_ACTIVATE         = 0x0002,
29
 
        RDP_RAIL_ORDER_SYSPARAM         = 0x0003,
30
 
        RDP_RAIL_ORDER_SYSCOMMAND       = 0x0004,
31
 
        RDP_RAIL_ORDER_HANDSHAKE        = 0x0005,
32
 
        RDP_RAIL_ORDER_NOTIFY_EVENT     = 0x0006,
33
 
        RDP_RAIL_ORDER_WINDOWMOVE       = 0x0008,
34
 
        RDP_RAIL_ORDER_LOCALMOVESIZE    = 0x0009,
35
 
        RDP_RAIL_ORDER_MINMAXINFO       = 0x000A,
 
27
        RDP_RAIL_ORDER_EXEC                     = 0x0001,
 
28
        RDP_RAIL_ORDER_ACTIVATE         = 0x0002,
 
29
        RDP_RAIL_ORDER_SYSPARAM         = 0x0003,
 
30
        RDP_RAIL_ORDER_SYSCOMMAND       = 0x0004,
 
31
        RDP_RAIL_ORDER_HANDSHAKE        = 0x0005,
 
32
        RDP_RAIL_ORDER_NOTIFY_EVENT     = 0x0006,
 
33
        RDP_RAIL_ORDER_WINDOWMOVE       = 0x0008,
 
34
        RDP_RAIL_ORDER_LOCALMOVESIZE    = 0x0009,
 
35
        RDP_RAIL_ORDER_MINMAXINFO       = 0x000A,
36
36
        RDP_RAIL_ORDER_CLIENTSTATUS     = 0x000B,
37
37
        RDP_RAIL_ORDER_SYSMENU          = 0x000C,
38
38
        RDP_RAIL_ORDER_LANGBARINFO      = 0x000D,
69
69
#define RAIL_EXEC_E_SESSION_LOCKED      0x0007
70
70
 
71
71
/* Client System Parameters Update PDU */
72
 
#ifndef WIN32
 
72
#ifndef _WIN32
73
73
#define SPI_SETDRAGFULLWINDOWS  0x00000025
74
74
#define SPI_SETKEYBOARDCUES     0x0000100B
75
75
#define SPI_SETKEYBOARDPREF     0x00000045
81
81
#define RAIL_SPI_TASKBARPOS     0x0000F000
82
82
 
83
83
/* Server System Parameters Update PDU */
84
 
#ifndef WIN32
 
84
#ifndef _WIN32
85
85
#define SPI_SETSCREENSAVEACTIVE         0x00000011
86
86
#define SPI_SETSCREENSAVESECURE         0x00000077
87
87
#endif
97
97
#define SC_DEFAULT      0xF160
98
98
 
99
99
/* Client Notify Event PDU */
100
 
#ifndef WIN32
 
100
#ifndef _WIN32
101
101
#define WM_LBUTTONDOWN          0x00000201
102
102
#define WM_LBUTTONUP            0x00000202
103
103
#define WM_RBUTTONDOWN          0x00000204