Added regedit unit test, a couple minor changes to regedit.
[wine] / programs / winetest / include / wincon.pm
1 # Automatically generated by make_symbols; DO NOT EDIT!! 
2 #
3 # Perl definitions for header file wincon.h
4 #
5
6
7 package wincon;
8
9 use strict;
10
11 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
12
13 require Exporter;
14
15 @ISA = qw(Exporter);
16 @EXPORT = qw(
17     BACKGROUND_BLUE
18     BACKGROUND_GREEN
19     BACKGROUND_INTENSITY
20     BACKGROUND_RED
21     CAPSLOCK_ON
22     CONSOLE_TEXTMODE_BUFFER
23     CTRL_BREAK_EVENT
24     CTRL_CLOSE_EVENT
25     CTRL_C_EVENT
26     CTRL_LOGOFF_EVENT
27     CTRL_SHUTDOWN_EVENT
28     DOUBLE_CLICK
29     ENABLE_ECHO_INPUT
30     ENABLE_LINE_INPUT
31     ENABLE_MOUSE_INPUT
32     ENABLE_PROCESSED_INPUT
33     ENABLE_PROCESSED_OUTPUT
34     ENABLE_WINDOW_INPUT
35     ENABLE_WRAP_AT_EOL_OUTPUT
36     ENHANCED_KEY
37     FOCUS_EVENT
38     FOREGROUND_BLUE
39     FOREGROUND_GREEN
40     FOREGROUND_INTENSITY
41     FOREGROUND_RED
42     FROM_LEFT_1ST_BUTTON_PRESSED
43     FROM_LEFT_2ND_BUTTON_PRESSED
44     FROM_LEFT_3RD_BUTTON_PRESSED
45     FROM_LEFT_4TH_BUTTON_PRESSED
46     KEY_EVENT
47     LEFT_ALT_PRESSED
48     LEFT_CTRL_PRESSED
49     MENU_EVENT
50     MOUSE_EVENT
51     MOUSE_MOVED
52     MOUSE_WHEELED
53     NUMLOCK_ON
54     RIGHTMOST_BUTTON_PRESSED
55     RIGHT_ALT_PRESSED
56     RIGHT_CTRL_PRESSED
57     SCROLLLOCK_ON
58     SHIFT_PRESSED
59     WINDOW_BUFFER_SIZE_EVENT
60     WINE_ENABLE_LINE_INPUT_EMACS
61 );
62 @EXPORT_OK = qw();
63
64 use constant BACKGROUND_BLUE => 16;
65 use constant BACKGROUND_GREEN => 32;
66 use constant BACKGROUND_INTENSITY => 128;
67 use constant BACKGROUND_RED => 64;
68 use constant CAPSLOCK_ON => 128;
69 use constant CONSOLE_TEXTMODE_BUFFER => 1;
70 use constant CTRL_BREAK_EVENT => 1;
71 use constant CTRL_CLOSE_EVENT => 2;
72 use constant CTRL_C_EVENT => 0;
73 use constant CTRL_LOGOFF_EVENT => 5;
74 use constant CTRL_SHUTDOWN_EVENT => 6;
75 use constant DOUBLE_CLICK => 2;
76 use constant ENABLE_ECHO_INPUT => 4;
77 use constant ENABLE_LINE_INPUT => 2;
78 use constant ENABLE_MOUSE_INPUT => 16;
79 use constant ENABLE_PROCESSED_INPUT => 1;
80 use constant ENABLE_PROCESSED_OUTPUT => 1;
81 use constant ENABLE_WINDOW_INPUT => 8;
82 use constant ENABLE_WRAP_AT_EOL_OUTPUT => 2;
83 use constant ENHANCED_KEY => 256;
84 use constant FOCUS_EVENT => 16;
85 use constant FOREGROUND_BLUE => 1;
86 use constant FOREGROUND_GREEN => 2;
87 use constant FOREGROUND_INTENSITY => 8;
88 use constant FOREGROUND_RED => 4;
89 use constant FROM_LEFT_1ST_BUTTON_PRESSED => 1;
90 use constant FROM_LEFT_2ND_BUTTON_PRESSED => 4;
91 use constant FROM_LEFT_3RD_BUTTON_PRESSED => 8;
92 use constant FROM_LEFT_4TH_BUTTON_PRESSED => 16;
93 use constant KEY_EVENT => 1;
94 use constant LEFT_ALT_PRESSED => 2;
95 use constant LEFT_CTRL_PRESSED => 8;
96 use constant MENU_EVENT => 8;
97 use constant MOUSE_EVENT => 2;
98 use constant MOUSE_MOVED => 1;
99 use constant MOUSE_WHEELED => 4;
100 use constant NUMLOCK_ON => 32;
101 use constant RIGHTMOST_BUTTON_PRESSED => 2;
102 use constant RIGHT_ALT_PRESSED => 1;
103 use constant RIGHT_CTRL_PRESSED => 4;
104 use constant SCROLLLOCK_ON => 64;
105 use constant SHIFT_PRESSED => 16;
106 use constant WINDOW_BUFFER_SIZE_EVENT => 4;
107 use constant WINE_ENABLE_LINE_INPUT_EMACS => 128;
108
109 1;