win32console 1.0.8-i386-mswin32 → 1.1.0-i386-mswin32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. data/Console.cpp +15 -0
  2. data/HISTORY_GEM.txt +34 -0
  3. data/README.txt +0 -1
  4. data/{lib/README_GEM.txt → README_GEM.txt} +1 -1
  5. data/Rakefile +5 -5
  6. data/lib/Console.so +0 -0
  7. data/lib/Win32/Console/ANSI.rb +283 -240
  8. data/lib/Win32/Console/api.rb +342 -0
  9. data/lib/Win32/Console/constants.rb +66 -0
  10. data/lib/Win32/Console.rb +77 -675
  11. metadata +10 -114
  12. data/doc/classes/Win32/Console/ANSI/IO.html +0 -220
  13. data/doc/classes/Win32/Console/ANSI/IO.src/M000035.html +0 -32
  14. data/doc/classes/Win32/Console/ANSI/IO.src/M000036.html +0 -205
  15. data/doc/classes/Win32/Console/ANSI/IO.src/M000037.html +0 -40
  16. data/doc/classes/Win32/Console/ANSI/IO.src/M000038.html +0 -25
  17. data/doc/classes/Win32/Console/ANSI.html +0 -103
  18. data/doc/classes/Win32/Console/API.html +0 -758
  19. data/doc/classes/Win32/Console/API.src/M000039.html +0 -27
  20. data/doc/classes/Win32/Console/API.src/M000040.html +0 -27
  21. data/doc/classes/Win32/Console/API.src/M000041.html +0 -27
  22. data/doc/classes/Win32/Console/API.src/M000042.html +0 -32
  23. data/doc/classes/Win32/Console/API.src/M000043.html +0 -32
  24. data/doc/classes/Win32/Console/API.src/M000044.html +0 -28
  25. data/doc/classes/Win32/Console/API.src/M000045.html +0 -26
  26. data/doc/classes/Win32/Console/API.src/M000046.html +0 -26
  27. data/doc/classes/Win32/Console/API.src/M000047.html +0 -27
  28. data/doc/classes/Win32/Console/API.src/M000048.html +0 -30
  29. data/doc/classes/Win32/Console/API.src/M000049.html +0 -29
  30. data/doc/classes/Win32/Console/API.src/M000050.html +0 -27
  31. data/doc/classes/Win32/Console/API.src/M000051.html +0 -28
  32. data/doc/classes/Win32/Console/API.src/M000052.html +0 -30
  33. data/doc/classes/Win32/Console/API.src/M000053.html +0 -27
  34. data/doc/classes/Win32/Console/API.src/M000054.html +0 -29
  35. data/doc/classes/Win32/Console/API.src/M000055.html +0 -29
  36. data/doc/classes/Win32/Console/API.src/M000056.html +0 -28
  37. data/doc/classes/Win32/Console/API.src/M000057.html +0 -27
  38. data/doc/classes/Win32/Console/API.src/M000058.html +0 -47
  39. data/doc/classes/Win32/Console/API.src/M000059.html +0 -32
  40. data/doc/classes/Win32/Console/API.src/M000060.html +0 -47
  41. data/doc/classes/Win32/Console/API.src/M000061.html +0 -34
  42. data/doc/classes/Win32/Console/API.src/M000062.html +0 -32
  43. data/doc/classes/Win32/Console/API.src/M000063.html +0 -32
  44. data/doc/classes/Win32/Console/API.src/M000064.html +0 -35
  45. data/doc/classes/Win32/Console/API.src/M000065.html +0 -26
  46. data/doc/classes/Win32/Console/API.src/M000066.html +0 -27
  47. data/doc/classes/Win32/Console/API.src/M000067.html +0 -29
  48. data/doc/classes/Win32/Console/API.src/M000068.html +0 -27
  49. data/doc/classes/Win32/Console/API.src/M000069.html +0 -27
  50. data/doc/classes/Win32/Console/API.src/M000070.html +0 -28
  51. data/doc/classes/Win32/Console/API.src/M000071.html +0 -27
  52. data/doc/classes/Win32/Console/API.src/M000072.html +0 -26
  53. data/doc/classes/Win32/Console/API.src/M000073.html +0 -27
  54. data/doc/classes/Win32/Console/API.src/M000074.html +0 -31
  55. data/doc/classes/Win32/Console/API.src/M000075.html +0 -27
  56. data/doc/classes/Win32/Console/API.src/M000076.html +0 -32
  57. data/doc/classes/Win32/Console/API.src/M000077.html +0 -27
  58. data/doc/classes/Win32/Console/API.src/M000078.html +0 -32
  59. data/doc/classes/Win32/Console/API.src/M000079.html +0 -32
  60. data/doc/classes/Win32/Console/API.src/M000080.html +0 -32
  61. data/doc/classes/Win32/Console/Constants.html +0 -360
  62. data/doc/classes/Win32/Console.html +0 -650
  63. data/doc/classes/Win32/Console.src/M000001.html +0 -31
  64. data/doc/classes/Win32/Console.src/M000002.html +0 -23
  65. data/doc/classes/Win32/Console.src/M000003.html +0 -23
  66. data/doc/classes/Win32/Console.src/M000004.html +0 -27
  67. data/doc/classes/Win32/Console.src/M000005.html +0 -23
  68. data/doc/classes/Win32/Console.src/M000006.html +0 -28
  69. data/doc/classes/Win32/Console.src/M000007.html +0 -23
  70. data/doc/classes/Win32/Console.src/M000008.html +0 -24
  71. data/doc/classes/Win32/Console.src/M000009.html +0 -44
  72. data/doc/classes/Win32/Console.src/M000010.html +0 -23
  73. data/doc/classes/Win32/Console.src/M000011.html +0 -33
  74. data/doc/classes/Win32/Console.src/M000012.html +0 -26
  75. data/doc/classes/Win32/Console.src/M000013.html +0 -27
  76. data/doc/classes/Win32/Console.src/M000014.html +0 -28
  77. data/doc/classes/Win32/Console.src/M000015.html +0 -23
  78. data/doc/classes/Win32/Console.src/M000016.html +0 -23
  79. data/doc/classes/Win32/Console.src/M000017.html +0 -23
  80. data/doc/classes/Win32/Console.src/M000018.html +0 -29
  81. data/doc/classes/Win32/Console.src/M000019.html +0 -23
  82. data/doc/classes/Win32/Console.src/M000020.html +0 -23
  83. data/doc/classes/Win32/Console.src/M000021.html +0 -28
  84. data/doc/classes/Win32/Console.src/M000022.html +0 -23
  85. data/doc/classes/Win32/Console.src/M000023.html +0 -28
  86. data/doc/classes/Win32/Console.src/M000024.html +0 -35
  87. data/doc/classes/Win32/Console.src/M000025.html +0 -28
  88. data/doc/classes/Win32/Console.src/M000026.html +0 -28
  89. data/doc/classes/Win32/Console.src/M000027.html +0 -28
  90. data/doc/classes/Win32/Console.src/M000028.html +0 -31
  91. data/doc/classes/Win32/Console.src/M000029.html +0 -23
  92. data/doc/classes/Win32/Console.src/M000030.html +0 -23
  93. data/doc/classes/Win32/Console.src/M000031.html +0 -23
  94. data/doc/classes/Win32/Console.src/M000032.html +0 -27
  95. data/doc/classes/Win32/Console.src/M000033.html +0 -27
  96. data/doc/classes/Win32/Console.src/M000034.html +0 -25
  97. data/doc/classes/Win32.html +0 -115
  98. data/doc/created.rid +0 -1
  99. data/doc/files/Console_ANSI_rdoc.html +0 -407
  100. data/doc/files/Console_cpp.html +0 -104
  101. data/doc/files/Console_rdoc.html +0 -964
  102. data/doc/files/lib/Win32/Console/ANSI_rb.html +0 -123
  103. data/doc/files/lib/Win32/Console_rb.html +0 -297
  104. data/doc/fr_class_index.html +0 -32
  105. data/doc/fr_file_index.html +0 -31
  106. data/doc/fr_method_index.html +0 -106
  107. data/doc/index.html +0 -24
  108. data/doc/rdoc-style.css +0 -172
@@ -1,758 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Class: Win32::Console::API</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <h1>Win32::Console::API <sup class="type-note">(Class)</sup></h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>In:</strong></td>
54
- <td>
55
- <a href="../../../files/lib\Win32/Console_rb.html">
56
- lib\Win32/Console.rb
57
- </a>
58
- <br />
59
- <a href="../../../files/Console_cpp.html">
60
- Console.cpp
61
- </a>
62
- <br />
63
- </td>
64
- </tr>
65
-
66
- <tr class="top-aligned-row">
67
- <td><strong>Parent:</strong></td>
68
- <td>
69
- Object
70
- </td>
71
- </tr>
72
- </table>
73
- </div>
74
- <!-- banner header -->
75
-
76
- <div id="bodyContent">
77
-
78
-
79
- <div id="contextContent">
80
-
81
-
82
-
83
- <div id="method-list">
84
- <h2 class="section-bar">Methods</h2>
85
-
86
- <div class="name-list">
87
- <a href="#M000040">AllocConsole</a>&nbsp;&nbsp;
88
- <a href="#M000041">CreateConsoleScreenBuffer</a>&nbsp;&nbsp;
89
- <a href="#M000042">FillConsoleOutputAttribute</a>&nbsp;&nbsp;
90
- <a href="#M000043">FillConsoleOutputCharacter</a>&nbsp;&nbsp;
91
- <a href="#M000044">FlushConsoleInputBuffer</a>&nbsp;&nbsp;
92
- <a href="#M000045">FreeConsole</a>&nbsp;&nbsp;
93
- <a href="#M000046">GenerateConsoleCtrlEvent</a>&nbsp;&nbsp;
94
- <a href="#M000047">GetConsoleCP</a>&nbsp;&nbsp;
95
- <a href="#M000048">GetConsoleCursorInfo</a>&nbsp;&nbsp;
96
- <a href="#M000049">GetConsoleMode</a>&nbsp;&nbsp;
97
- <a href="#M000050">GetConsoleOutputCP</a>&nbsp;&nbsp;
98
- <a href="#M000051">GetConsoleScreenBufferInfo</a>&nbsp;&nbsp;
99
- <a href="#M000052">GetConsoleTitle</a>&nbsp;&nbsp;
100
- <a href="#M000053">GetConsoleWindow</a>&nbsp;&nbsp;
101
- <a href="#M000054">GetLargestConsoleWindowSize</a>&nbsp;&nbsp;
102
- <a href="#M000055">GetNumberOfConsoleInputEvents</a>&nbsp;&nbsp;
103
- <a href="#M000056">GetNumberOfConsoleMouseButtons</a>&nbsp;&nbsp;
104
- <a href="#M000057">GetStdHandle</a>&nbsp;&nbsp;
105
- <a href="#M000058">PeekConsoleInput</a>&nbsp;&nbsp;
106
- <a href="#M000059">ReadConsole</a>&nbsp;&nbsp;
107
- <a href="#M000060">ReadConsoleInput</a>&nbsp;&nbsp;
108
- <a href="#M000061">ReadConsoleOutput</a>&nbsp;&nbsp;
109
- <a href="#M000062">ReadConsoleOutputAttribute</a>&nbsp;&nbsp;
110
- <a href="#M000063">ReadConsoleOutputCharacter</a>&nbsp;&nbsp;
111
- <a href="#M000064">ScrollConsoleScreenBuffer</a>&nbsp;&nbsp;
112
- <a href="#M000065">SetConsoleActiveScreenBuffer</a>&nbsp;&nbsp;
113
- <a href="#M000066">SetConsoleCP</a>&nbsp;&nbsp;
114
- <a href="#M000067">SetConsoleCursorInfo</a>&nbsp;&nbsp;
115
- <a href="#M000068">SetConsoleCursorPosition</a>&nbsp;&nbsp;
116
- <a href="#M000069">SetConsoleMode</a>&nbsp;&nbsp;
117
- <a href="#M000070">SetConsoleOutputCP</a>&nbsp;&nbsp;
118
- <a href="#M000071">SetConsoleScreenBufferSize</a>&nbsp;&nbsp;
119
- <a href="#M000072">SetConsoleTextAttribute</a>&nbsp;&nbsp;
120
- <a href="#M000073">SetConsoleTitle</a>&nbsp;&nbsp;
121
- <a href="#M000074">SetConsoleWindowInfo</a>&nbsp;&nbsp;
122
- <a href="#M000075">SetStdHandle</a>&nbsp;&nbsp;
123
- <a href="#M000076">WriteConsole</a>&nbsp;&nbsp;
124
- <a href="#M000077">WriteConsoleInput</a>&nbsp;&nbsp;
125
- <a href="#M000078">WriteConsoleOutput</a>&nbsp;&nbsp;
126
- <a href="#M000079">WriteConsoleOutputAttribute</a>&nbsp;&nbsp;
127
- <a href="#M000080">WriteConsoleOutputCharacter</a>&nbsp;&nbsp;
128
- <a href="#M000039">constant</a>&nbsp;&nbsp;
129
- </div>
130
- </div>
131
-
132
-
133
-
134
-
135
-
136
-
137
- </div>
138
-
139
-
140
-
141
- <!-- if includes -->
142
-
143
-
144
- <!-- if method_list -->
145
- <div id="methods">
146
- <h2 class="section-bar">Public Class methods</h2>
147
-
148
- <div id="method-M000040" class="method-detail">
149
- <a name="M000040"></a>
150
-
151
- <div class="method-heading">
152
- <a href="API.src/M000040.html" target="Code" class="method-signature"
153
- onclick="popupCode('API.src/M000040.html');return false;">
154
- <span class="method-name">AllocConsole</span><span class="method-args">()</span>
155
- </a>
156
- </div>
157
-
158
- <div class="method-description">
159
- </div>
160
- </div>
161
-
162
- <div id="method-M000041" class="method-detail">
163
- <a name="M000041"></a>
164
-
165
- <div class="method-heading">
166
- <a href="API.src/M000041.html" target="Code" class="method-signature"
167
- onclick="popupCode('API.src/M000041.html');return false;">
168
- <span class="method-name">CreateConsoleScreenBuffer</span><span class="method-args">( dwDesiredAccess, dwShareMode, dwFlags )</span>
169
- </a>
170
- </div>
171
-
172
- <div class="method-description">
173
- </div>
174
- </div>
175
-
176
- <div id="method-M000042" class="method-detail">
177
- <a name="M000042"></a>
178
-
179
- <div class="method-heading">
180
- <a href="API.src/M000042.html" target="Code" class="method-signature"
181
- onclick="popupCode('API.src/M000042.html');return false;">
182
- <span class="method-name">FillConsoleOutputAttribute</span><span class="method-args">( hConsoleOutput, wAttribute, nLength, col, row )</span>
183
- </a>
184
- </div>
185
-
186
- <div class="method-description">
187
- </div>
188
- </div>
189
-
190
- <div id="method-M000043" class="method-detail">
191
- <a name="M000043"></a>
192
-
193
- <div class="method-heading">
194
- <a href="API.src/M000043.html" target="Code" class="method-signature"
195
- onclick="popupCode('API.src/M000043.html');return false;">
196
- <span class="method-name">FillConsoleOutputCharacter</span><span class="method-args">( hConsoleOutput, cCharacter, nLength, col, row )</span>
197
- </a>
198
- </div>
199
-
200
- <div class="method-description">
201
- </div>
202
- </div>
203
-
204
- <div id="method-M000044" class="method-detail">
205
- <a name="M000044"></a>
206
-
207
- <div class="method-heading">
208
- <a href="API.src/M000044.html" target="Code" class="method-signature"
209
- onclick="popupCode('API.src/M000044.html');return false;">
210
- <span class="method-name">FlushConsoleInputBuffer</span><span class="method-args">( hConsoleInput )</span>
211
- </a>
212
- </div>
213
-
214
- <div class="method-description">
215
- </div>
216
- </div>
217
-
218
- <div id="method-M000045" class="method-detail">
219
- <a name="M000045"></a>
220
-
221
- <div class="method-heading">
222
- <a href="API.src/M000045.html" target="Code" class="method-signature"
223
- onclick="popupCode('API.src/M000045.html');return false;">
224
- <span class="method-name">FreeConsole</span><span class="method-args">()</span>
225
- </a>
226
- </div>
227
-
228
- <div class="method-description">
229
- </div>
230
- </div>
231
-
232
- <div id="method-M000046" class="method-detail">
233
- <a name="M000046"></a>
234
-
235
- <div class="method-heading">
236
- <a href="API.src/M000046.html" target="Code" class="method-signature"
237
- onclick="popupCode('API.src/M000046.html');return false;">
238
- <span class="method-name">GenerateConsoleCtrlEvent</span><span class="method-args">( dwCtrlEvent, dwProcessGroupId )</span>
239
- </a>
240
- </div>
241
-
242
- <div class="method-description">
243
- </div>
244
- </div>
245
-
246
- <div id="method-M000047" class="method-detail">
247
- <a name="M000047"></a>
248
-
249
- <div class="method-heading">
250
- <a href="API.src/M000047.html" target="Code" class="method-signature"
251
- onclick="popupCode('API.src/M000047.html');return false;">
252
- <span class="method-name">GetConsoleCP</span><span class="method-args">()</span>
253
- </a>
254
- </div>
255
-
256
- <div class="method-description">
257
- </div>
258
- </div>
259
-
260
- <div id="method-M000048" class="method-detail">
261
- <a name="M000048"></a>
262
-
263
- <div class="method-heading">
264
- <a href="API.src/M000048.html" target="Code" class="method-signature"
265
- onclick="popupCode('API.src/M000048.html');return false;">
266
- <span class="method-name">GetConsoleCursorInfo</span><span class="method-args">( hConsoleOutput )</span>
267
- </a>
268
- </div>
269
-
270
- <div class="method-description">
271
- </div>
272
- </div>
273
-
274
- <div id="method-M000049" class="method-detail">
275
- <a name="M000049"></a>
276
-
277
- <div class="method-heading">
278
- <a href="API.src/M000049.html" target="Code" class="method-signature"
279
- onclick="popupCode('API.src/M000049.html');return false;">
280
- <span class="method-name">GetConsoleMode</span><span class="method-args">( hConsoleHandle )</span>
281
- </a>
282
- </div>
283
-
284
- <div class="method-description">
285
- </div>
286
- </div>
287
-
288
- <div id="method-M000050" class="method-detail">
289
- <a name="M000050"></a>
290
-
291
- <div class="method-heading">
292
- <a href="API.src/M000050.html" target="Code" class="method-signature"
293
- onclick="popupCode('API.src/M000050.html');return false;">
294
- <span class="method-name">GetConsoleOutputCP</span><span class="method-args">()</span>
295
- </a>
296
- </div>
297
-
298
- <div class="method-description">
299
- </div>
300
- </div>
301
-
302
- <div id="method-M000051" class="method-detail">
303
- <a name="M000051"></a>
304
-
305
- <div class="method-heading">
306
- <a href="API.src/M000051.html" target="Code" class="method-signature"
307
- onclick="popupCode('API.src/M000051.html');return false;">
308
- <span class="method-name">GetConsoleScreenBufferInfo</span><span class="method-args">( hConsoleOutput )</span>
309
- </a>
310
- </div>
311
-
312
- <div class="method-description">
313
- </div>
314
- </div>
315
-
316
- <div id="method-M000052" class="method-detail">
317
- <a name="M000052"></a>
318
-
319
- <div class="method-heading">
320
- <a href="API.src/M000052.html" target="Code" class="method-signature"
321
- onclick="popupCode('API.src/M000052.html');return false;">
322
- <span class="method-name">GetConsoleTitle</span><span class="method-args">()</span>
323
- </a>
324
- </div>
325
-
326
- <div class="method-description">
327
- </div>
328
- </div>
329
-
330
- <div id="method-M000053" class="method-detail">
331
- <a name="M000053"></a>
332
-
333
- <div class="method-heading">
334
- <a href="API.src/M000053.html" target="Code" class="method-signature"
335
- onclick="popupCode('API.src/M000053.html');return false;">
336
- <span class="method-name">GetConsoleWindow</span><span class="method-args">()</span>
337
- </a>
338
- </div>
339
-
340
- <div class="method-description">
341
- </div>
342
- </div>
343
-
344
- <div id="method-M000054" class="method-detail">
345
- <a name="M000054"></a>
346
-
347
- <div class="method-heading">
348
- <a href="API.src/M000054.html" target="Code" class="method-signature"
349
- onclick="popupCode('API.src/M000054.html');return false;">
350
- <span class="method-name">GetLargestConsoleWindowSize</span><span class="method-args">( hConsoleOutput )</span>
351
- </a>
352
- </div>
353
-
354
- <div class="method-description">
355
- </div>
356
- </div>
357
-
358
- <div id="method-M000055" class="method-detail">
359
- <a name="M000055"></a>
360
-
361
- <div class="method-heading">
362
- <a href="API.src/M000055.html" target="Code" class="method-signature"
363
- onclick="popupCode('API.src/M000055.html');return false;">
364
- <span class="method-name">GetNumberOfConsoleInputEvents</span><span class="method-args">( hConsoleInput )</span>
365
- </a>
366
- </div>
367
-
368
- <div class="method-description">
369
- </div>
370
- </div>
371
-
372
- <div id="method-M000056" class="method-detail">
373
- <a name="M000056"></a>
374
-
375
- <div class="method-heading">
376
- <a href="API.src/M000056.html" target="Code" class="method-signature"
377
- onclick="popupCode('API.src/M000056.html');return false;">
378
- <span class="method-name">GetNumberOfConsoleMouseButtons</span><span class="method-args">( )</span>
379
- </a>
380
- </div>
381
-
382
- <div class="method-description">
383
- </div>
384
- </div>
385
-
386
- <div id="method-M000057" class="method-detail">
387
- <a name="M000057"></a>
388
-
389
- <div class="method-heading">
390
- <a href="API.src/M000057.html" target="Code" class="method-signature"
391
- onclick="popupCode('API.src/M000057.html');return false;">
392
- <span class="method-name">GetStdHandle</span><span class="method-args">( nStdHandle )</span>
393
- </a>
394
- </div>
395
-
396
- <div class="method-description">
397
- </div>
398
- </div>
399
-
400
- <div id="method-M000058" class="method-detail">
401
- <a name="M000058"></a>
402
-
403
- <div class="method-heading">
404
- <a href="API.src/M000058.html" target="Code" class="method-signature"
405
- onclick="popupCode('API.src/M000058.html');return false;">
406
- <span class="method-name">PeekConsoleInput</span><span class="method-args">( hConsoleInput )</span>
407
- </a>
408
- </div>
409
-
410
- <div class="method-description">
411
- <p>
412
- &lt;&lt;HandlerRoutine&gt;&gt; : This is not an actual <a
413
- href="API.html">API</a> function, just a concept description in the SDK.
414
- </p>
415
- </div>
416
- </div>
417
-
418
- <div id="method-M000059" class="method-detail">
419
- <a name="M000059"></a>
420
-
421
- <div class="method-heading">
422
- <a href="API.src/M000059.html" target="Code" class="method-signature"
423
- onclick="popupCode('API.src/M000059.html');return false;">
424
- <span class="method-name">ReadConsole</span><span class="method-args">( hConsoleInput, lpBuffer, nNumberOfCharsToRead )</span>
425
- </a>
426
- </div>
427
-
428
- <div class="method-description">
429
- </div>
430
- </div>
431
-
432
- <div id="method-M000060" class="method-detail">
433
- <a name="M000060"></a>
434
-
435
- <div class="method-heading">
436
- <a href="API.src/M000060.html" target="Code" class="method-signature"
437
- onclick="popupCode('API.src/M000060.html');return false;">
438
- <span class="method-name">ReadConsoleInput</span><span class="method-args">( hConsoleInput )</span>
439
- </a>
440
- </div>
441
-
442
- <div class="method-description">
443
- </div>
444
- </div>
445
-
446
- <div id="method-M000061" class="method-detail">
447
- <a name="M000061"></a>
448
-
449
- <div class="method-heading">
450
- <a href="API.src/M000061.html" target="Code" class="method-signature"
451
- onclick="popupCode('API.src/M000061.html');return false;">
452
- <span class="method-name">ReadConsoleOutput</span><span class="method-args">( hConsoleOutput, lpBuffer, cols, rows, bufx, bufy, left, top, right, bottom )</span>
453
- </a>
454
- </div>
455
-
456
- <div class="method-description">
457
- </div>
458
- </div>
459
-
460
- <div id="method-M000062" class="method-detail">
461
- <a name="M000062"></a>
462
-
463
- <div class="method-heading">
464
- <a href="API.src/M000062.html" target="Code" class="method-signature"
465
- onclick="popupCode('API.src/M000062.html');return false;">
466
- <span class="method-name">ReadConsoleOutputAttribute</span><span class="method-args">( hConsoleOutput, nLength, col, row )</span>
467
- </a>
468
- </div>
469
-
470
- <div class="method-description">
471
- </div>
472
- </div>
473
-
474
- <div id="method-M000063" class="method-detail">
475
- <a name="M000063"></a>
476
-
477
- <div class="method-heading">
478
- <a href="API.src/M000063.html" target="Code" class="method-signature"
479
- onclick="popupCode('API.src/M000063.html');return false;">
480
- <span class="method-name">ReadConsoleOutputCharacter</span><span class="method-args">( hConsoleOutput, lpCharacter, nLength, col, row )</span>
481
- </a>
482
- </div>
483
-
484
- <div class="method-description">
485
- </div>
486
- </div>
487
-
488
- <div id="method-M000064" class="method-detail">
489
- <a name="M000064"></a>
490
-
491
- <div class="method-heading">
492
- <a href="API.src/M000064.html" target="Code" class="method-signature"
493
- onclick="popupCode('API.src/M000064.html');return false;">
494
- <span class="method-name">ScrollConsoleScreenBuffer</span><span class="method-args">( hConsoleOutput, left1, top1, right1, bottom1, col, row, char, attr, left2, top2, right2, bottom2 )</span>
495
- </a>
496
- </div>
497
-
498
- <div class="method-description">
499
- </div>
500
- </div>
501
-
502
- <div id="method-M000065" class="method-detail">
503
- <a name="M000065"></a>
504
-
505
- <div class="method-heading">
506
- <a href="API.src/M000065.html" target="Code" class="method-signature"
507
- onclick="popupCode('API.src/M000065.html');return false;">
508
- <span class="method-name">SetConsoleActiveScreenBuffer</span><span class="method-args">( hConsoleOutput )</span>
509
- </a>
510
- </div>
511
-
512
- <div class="method-description">
513
- </div>
514
- </div>
515
-
516
- <div id="method-M000066" class="method-detail">
517
- <a name="M000066"></a>
518
-
519
- <div class="method-heading">
520
- <a href="API.src/M000066.html" target="Code" class="method-signature"
521
- onclick="popupCode('API.src/M000066.html');return false;">
522
- <span class="method-name">SetConsoleCP</span><span class="method-args">( wCodePageID )</span>
523
- </a>
524
- </div>
525
-
526
- <div class="method-description">
527
- <p>
528
- &lt;&lt;SetConsoleCtrlHandler&gt;&gt;: Will probably not be implemented.
529
- </p>
530
- </div>
531
- </div>
532
-
533
- <div id="method-M000067" class="method-detail">
534
- <a name="M000067"></a>
535
-
536
- <div class="method-heading">
537
- <a href="API.src/M000067.html" target="Code" class="method-signature"
538
- onclick="popupCode('API.src/M000067.html');return false;">
539
- <span class="method-name">SetConsoleCursorInfo</span><span class="method-args">( hConsoleOutput, col, row )</span>
540
- </a>
541
- </div>
542
-
543
- <div class="method-description">
544
- </div>
545
- </div>
546
-
547
- <div id="method-M000068" class="method-detail">
548
- <a name="M000068"></a>
549
-
550
- <div class="method-heading">
551
- <a href="API.src/M000068.html" target="Code" class="method-signature"
552
- onclick="popupCode('API.src/M000068.html');return false;">
553
- <span class="method-name">SetConsoleCursorPosition</span><span class="method-args">( hConsoleOutput, col, row )</span>
554
- </a>
555
- </div>
556
-
557
- <div class="method-description">
558
- </div>
559
- </div>
560
-
561
- <div id="method-M000069" class="method-detail">
562
- <a name="M000069"></a>
563
-
564
- <div class="method-heading">
565
- <a href="API.src/M000069.html" target="Code" class="method-signature"
566
- onclick="popupCode('API.src/M000069.html');return false;">
567
- <span class="method-name">SetConsoleMode</span><span class="method-args">( hConsoleHandle, lpMode )</span>
568
- </a>
569
- </div>
570
-
571
- <div class="method-description">
572
- </div>
573
- </div>
574
-
575
- <div id="method-M000070" class="method-detail">
576
- <a name="M000070"></a>
577
-
578
- <div class="method-heading">
579
- <a href="API.src/M000070.html" target="Code" class="method-signature"
580
- onclick="popupCode('API.src/M000070.html');return false;">
581
- <span class="method-name">SetConsoleOutputCP</span><span class="method-args">( wCodePageID )</span>
582
- </a>
583
- </div>
584
-
585
- <div class="method-description">
586
- </div>
587
- </div>
588
-
589
- <div id="method-M000071" class="method-detail">
590
- <a name="M000071"></a>
591
-
592
- <div class="method-heading">
593
- <a href="API.src/M000071.html" target="Code" class="method-signature"
594
- onclick="popupCode('API.src/M000071.html');return false;">
595
- <span class="method-name">SetConsoleScreenBufferSize</span><span class="method-args">( hConsoleOutput, col, row )</span>
596
- </a>
597
- </div>
598
-
599
- <div class="method-description">
600
- </div>
601
- </div>
602
-
603
- <div id="method-M000072" class="method-detail">
604
- <a name="M000072"></a>
605
-
606
- <div class="method-heading">
607
- <a href="API.src/M000072.html" target="Code" class="method-signature"
608
- onclick="popupCode('API.src/M000072.html');return false;">
609
- <span class="method-name">SetConsoleTextAttribute</span><span class="method-args">( hConsoleOutput, wAttributes )</span>
610
- </a>
611
- </div>
612
-
613
- <div class="method-description">
614
- </div>
615
- </div>
616
-
617
- <div id="method-M000073" class="method-detail">
618
- <a name="M000073"></a>
619
-
620
- <div class="method-heading">
621
- <a href="API.src/M000073.html" target="Code" class="method-signature"
622
- onclick="popupCode('API.src/M000073.html');return false;">
623
- <span class="method-name">SetConsoleTitle</span><span class="method-args">( lpConsoleTitle )</span>
624
- </a>
625
- </div>
626
-
627
- <div class="method-description">
628
- </div>
629
- </div>
630
-
631
- <div id="method-M000074" class="method-detail">
632
- <a name="M000074"></a>
633
-
634
- <div class="method-heading">
635
- <a href="API.src/M000074.html" target="Code" class="method-signature"
636
- onclick="popupCode('API.src/M000074.html');return false;">
637
- <span class="method-name">SetConsoleWindowInfo</span><span class="method-args">( hConsoleOutput, bAbsolute, left, top, right, bottom )</span>
638
- </a>
639
- </div>
640
-
641
- <div class="method-description">
642
- </div>
643
- </div>
644
-
645
- <div id="method-M000075" class="method-detail">
646
- <a name="M000075"></a>
647
-
648
- <div class="method-heading">
649
- <a href="API.src/M000075.html" target="Code" class="method-signature"
650
- onclick="popupCode('API.src/M000075.html');return false;">
651
- <span class="method-name">SetStdHandle</span><span class="method-args">( nStdHandle, hHandle )</span>
652
- </a>
653
- </div>
654
-
655
- <div class="method-description">
656
- </div>
657
- </div>
658
-
659
- <div id="method-M000076" class="method-detail">
660
- <a name="M000076"></a>
661
-
662
- <div class="method-heading">
663
- <a href="API.src/M000076.html" target="Code" class="method-signature"
664
- onclick="popupCode('API.src/M000076.html');return false;">
665
- <span class="method-name">WriteConsole</span><span class="method-args">( hConsoleOutput, lpBuffer )</span>
666
- </a>
667
- </div>
668
-
669
- <div class="method-description">
670
- </div>
671
- </div>
672
-
673
- <div id="method-M000077" class="method-detail">
674
- <a name="M000077"></a>
675
-
676
- <div class="method-heading">
677
- <a href="API.src/M000077.html" target="Code" class="method-signature"
678
- onclick="popupCode('API.src/M000077.html');return false;">
679
- <span class="method-name">WriteConsoleInput</span><span class="method-args">( hConsoleInput, lpBuffer )</span>
680
- </a>
681
- </div>
682
-
683
- <div class="method-description">
684
- </div>
685
- </div>
686
-
687
- <div id="method-M000078" class="method-detail">
688
- <a name="M000078"></a>
689
-
690
- <div class="method-heading">
691
- <a href="API.src/M000078.html" target="Code" class="method-signature"
692
- onclick="popupCode('API.src/M000078.html');return false;">
693
- <span class="method-name">WriteConsoleOutput</span><span class="method-args">( hConsoleOutput, buffer, cols, rows, bufx, bufy, left, top, right, bottom )</span>
694
- </a>
695
- </div>
696
-
697
- <div class="method-description">
698
- <p>
699
- @@ Todo: Test this
700
- </p>
701
- </div>
702
- </div>
703
-
704
- <div id="method-M000079" class="method-detail">
705
- <a name="M000079"></a>
706
-
707
- <div class="method-heading">
708
- <a href="API.src/M000079.html" target="Code" class="method-signature"
709
- onclick="popupCode('API.src/M000079.html');return false;">
710
- <span class="method-name">WriteConsoleOutputAttribute</span><span class="method-args">( hConsoleOutput, lpAttribute, col, row )</span>
711
- </a>
712
- </div>
713
-
714
- <div class="method-description">
715
- </div>
716
- </div>
717
-
718
- <div id="method-M000080" class="method-detail">
719
- <a name="M000080"></a>
720
-
721
- <div class="method-heading">
722
- <a href="API.src/M000080.html" target="Code" class="method-signature"
723
- onclick="popupCode('API.src/M000080.html');return false;">
724
- <span class="method-name">WriteConsoleOutputCharacter</span><span class="method-args">( hConsoleOutput, lpCharacter, col, row )</span>
725
- </a>
726
- </div>
727
-
728
- <div class="method-description">
729
- </div>
730
- </div>
731
-
732
- <div id="method-M000039" class="method-detail">
733
- <a name="M000039"></a>
734
-
735
- <div class="method-heading">
736
- <a href="API.src/M000039.html" target="Code" class="method-signature"
737
- onclick="popupCode('API.src/M000039.html');return false;">
738
- <span class="method-name">constant</span><span class="method-args">(t)</span>
739
- </a>
740
- </div>
741
-
742
- <div class="method-description">
743
- </div>
744
- </div>
745
-
746
-
747
- </div>
748
-
749
-
750
- </div>
751
-
752
-
753
- <div id="validator-badges">
754
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
755
- </div>
756
-
757
- </body>
758
- </html>