ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_c_winapi Class Reference
+ Inheritance diagram for HFile_c_winapi:
+ Collaboration diagram for HFile_c_winapi:

Public Member Functions

 HFile_c_winapi ()
 
 donothing ($keywordin)
 

Detailed Description

Definition at line 7 of file HFile_c-winapi.php.

Member Function Documentation

◆ donothing()

HFile_c_winapi::donothing (   $keywordin)

Definition at line 1840 of file HFile_c-winapi.php.

1841 {
1842 return $keywordin;
1843 }

◆ HFile_c_winapi()

HFile_c_winapi::HFile_c_winapi ( )

Definition at line 9 of file HFile_c-winapi.php.

10 {
11 $this->HFile();
12 /*************************************/
13 // Beautifier Highlighting Configuration File
14 // C-Win API
15 /*************************************/
16 // Flags
17
18 $this->nocase = "0";
19 $this->notrim = "0";
20 $this->perl = "0";
21
22 // Colours
23
24 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple", "gray", "brown");
25 $this->quotecolour = "blue";
26 $this->blockcommentcolour = "green";
27 $this->linecommentcolour = "green";
28
29 // Indent Strings
30
31 $this->indent = array("{");
32 $this->unindent = array("}");
33
34 // String characters and delimiters
35
36 $this->stringchars = array("\"", "'");
37 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
38 $this->escchar = "";
39
40 // Comment settings
41
42 $this->linecommenton = array("//");
43 $this->blockcommenton = array("/*");
44 $this->blockcommentoff = array("*/");
45
46 // Keywords (keyword mapping to colour number)
47
48 $this->keywords = array(
49 "auto" => "1",
50 "break" => "1",
51 "case" => "1",
52 "char" => "1",
53 "const" => "1",
54 "continue" => "1",
55 "default" => "1",
56 "dllexport2" => "1",
57 "dllimport2" => "1",
58 "do" => "1",
59 "double" => "1",
60 "else" => "1",
61 "enum" => "1",
62 "extern" => "1",
63 "float" => "1",
64 "for" => "1",
65 "goto" => "1",
66 "if" => "1",
67 "int" => "1",
68 "long" => "1",
69 "register" => "1",
70 "return" => "1",
71 "short" => "1",
72 "signed" => "1",
73 "sizeof" => "1",
74 "static" => "1",
75 "struct" => "1",
76 "switch" => "1",
77 "thread2" => "1",
78 "typedef" => "1",
79 "union" => "1",
80 "unsigned" => "1",
81 "void" => "1",
82 "volatile" => "1",
83 "while" => "1",
84 "__asm" => "1",
85 "__based1" => "1",
86 "__cdecl" => "1",
87 "__declspec" => "1",
88 "__except" => "1",
89 "__fastcall" => "1",
90 "__finally" => "1",
91 "__inline" => "1",
92 "__int16" => "1",
93 "__int32" => "1",
94 "__int64" => "1",
95 "__int8" => "1",
96 "__leave" => "1",
97 "__stdcall" => "1",
98 "__try" => "1",
99 "class" => "2",
100 "delete" => "2",
101 "dllexport" => "2",
102 "dllimport" => "2",
103 "friend" => "2",
104 "inline" => "2",
105 "namespace" => "2",
106 "new" => "2",
107 "operator" => "2",
108 "private" => "2",
109 "protected" => "2",
110 "public" => "2",
111 "template" => "2",
112 "this" => "2",
113 "thread" => "2",
114 "try" => "2",
115 "using" => "2",
116 "virtual" => "2",
117 "__multiple_inheritance" => "2",
118 "__single_inheritance" => "2",
119 "__virtual_inheritance" => "2",
120 "__emit__" => "3",
121 "_atold" => "3",
122 "_bios_disk" => "3",
123 "_bios_equiplist" => "3",
124 "_bios_keybrd" => "3",
125 "_bios_memsize" => "3",
126 "_bios_printer" => "3",
127 "_bios_serialcom" => "3",
128 "_bios_timeofday" => "3",
129 "_c_exit" => "3",
130 "_cexit" => "3",
131 "_chain_intr" => "3",
132 "_chdrive" => "3",
133 "_chmod" => "3",
134 "_clear87" => "3",
135 "_close" => "3",
136 "_control87" => "3",
137 "_creat" => "3",
138 "_disable" => "3",
139 "_dos_allocmem" => "3",
140 "_dos_close" => "3",
141 "_dos_creat" => "3",
142 "_dos_creatnew" => "3",
143 "_dos_findfirst" => "3",
144 "_dos_findnext" => "3",
145 "_dos_freemem" => "3",
146 "_dos_getdate" => "3",
147 "_dos_getdiskfree" => "3",
148 "_dos_getdrive" => "3",
149 "_dos_getfileattr" => "3",
150 "_dos_getftime" => "3",
151 "_dos_gettime" => "3",
152 "_dos_getvect" => "3",
153 "_dos_keep" => "3",
154 "_dos_open" => "3",
155 "_dos_read" => "3",
156 "_dos_setblock" => "3",
157 "_dos_setdate" => "3",
158 "_dos_setdrive" => "3",
159 "_dos_setfileattr" => "3",
160 "_dos_setftime" => "3",
161 "_dos_settime" => "3",
162 "_dos_setvect" => "3",
163 "_dos_write" => "3",
164 "_enable" => "3",
165 "_exit" => "3",
166 "_fmemccpy" => "3",
167 "_fmemchr" => "3",
168 "_fmemcmp" => "3",
169 "_fmemcpy" => "3",
170 "_fmemicmp" => "3",
171 "_fmemset" => "3",
172 "_fpreset" => "3",
173 "_fsopen" => "3",
174 "_fstrcat" => "3",
175 "_fstrchr" => "3",
176 "_fstrcmp" => "3",
177 "_fstrcpy" => "3",
178 "_fstrcspn" => "3",
179 "_fstrdup" => "3",
180 "_fstricmp" => "3",
181 "_fstrlen" => "3",
182 "_fstrlwr" => "3",
183 "_fstrncat" => "3",
184 "_fstrncmp" => "3",
185 "_fstrncpy" => "3",
186 "_fstrnicmp" => "3",
187 "_fstrnset" => "3",
188 "_fstrpbrk" => "3",
189 "_fstrrchr" => "3",
190 "_fstrrev" => "3",
191 "_fstrset" => "3",
192 "_fstrspn" => "3",
193 "_fstrstr" => "3",
194 "_fstrtok" => "3",
195 "_fstrupr" => "3",
196 "_fullpath" => "3",
197 "_getdcwd" => "3",
198 "_getdrive" => "3",
199 "_graphfreemem" => "3",
200 "_graphgetmem" => "3",
201 "_harderr" => "3",
202 "_hardresume" => "3",
203 "_hardretn" => "3",
204 "_lrotl" => "3",
205 "_lrotr" => "3",
206 "_makepath" => "3",
207 "_matherrl" => "3",
208 "_open" => "3",
209 "_OvrInitEms" => "3",
210 "_OvrInitExt" => "3",
211 "_read" => "3",
212 "_rotl" => "3",
213 "_rotr" => "3",
214 "_searchenv" => "3",
215 "_setcursortype" => "3",
216 "_splitpath" => "3",
217 "_status87" => "3",
218 "_strdate" => "3",
219 "_strerror" => "3",
220 "_strtime" => "3",
221 "_strtold" => "3",
222 "_tolower" => "3",
223 "_toupper" => "3",
224 "_write" => "3",
225 "FP_OFF" => "3",
226 "FP_SEG" => "3",
227 "MK_FP" => "3",
228 "abort" => "3",
229 "abs" => "3",
230 "absread" => "3",
231 "abswrite" => "3",
232 "access" => "3",
233 "acos" => "3",
234 "acosl" => "3",
235 "allocmem" => "3",
236 "arc" => "3",
237 "arg" => "3",
238 "asctime" => "3",
239 "asin" => "3",
240 "asinl" => "3",
241 "assert" => "3",
242 "atan" => "3",
243 "atan2" => "3",
244 "atan2l" => "3",
245 "atanl" => "3",
246 "atexit" => "3",
247 "atof" => "3",
248 "atoi" => "3",
249 "atol" => "3",
250 "bar" => "3",
251 "bar3d" => "3",
252 "bcd" => "3",
253 "bdos" => "3",
254 "bdosptr" => "3",
255 "bioscom" => "3",
256 "biosdisk" => "3",
257 "biosequip" => "3",
258 "bioskey" => "3",
259 "biosmemory" => "3",
260 "biosprint" => "3",
261 "biostime" => "3",
262 "brk" => "3",
263 "bsearch" => "3",
264 "cabs" => "3",
265 "cabsl" => "3",
266 "calloc" => "3",
267 "ceil" => "3",
268 "ceill" => "3",
269 "cgets" => "3",
270 "chdir" => "3",
271 "chmod" => "3",
272 "chsize" => "3",
273 "circle" => "3",
274 "cleardevice" => "3",
275 "clearerr" => "3",
276 "clearviewport" => "3",
277 "clock" => "3",
278 "close" => "3",
279 "closedir" => "3",
280 "closegraph" => "3",
281 "clreol" => "3",
282 "clrscr" => "3",
283 "complex" => "3",
284 "conj" => "3",
285 "coreleft" => "3",
286 "cos" => "3",
287 "cosh" => "3",
288 "coshl" => "3",
289 "cosl" => "3",
290 "country" => "3",
291 "cprintf" => "3",
292 "cputs" => "3",
293 "creat" => "3",
294 "creatnew" => "3",
295 "creattemp" => "3",
296 "cscanf" => "3",
297 "ctime" => "3",
298 "ctrlbrk" => "3",
299 "cout" => "3",
300 "cin" => "3",
301 "cerr" => "3",
302 "delay" => "3",
303 "delline" => "3",
304 "detectgraph" => "3",
305 "difftime" => "3",
306 "disable" => "3",
307 "div" => "3",
308 "dosexterr" => "3",
309 "dostounix" => "3",
310 "drawpoly" => "3",
311 "dup" => "3",
312 "dup2" => "3",
313 "ecvt" => "3",
314 "ellipse" => "3",
315 "enable" => "3",
316 "eof" => "3",
317 "execl" => "3",
318 "execle" => "3",
319 "execlp" => "3",
320 "execlpe" => "3",
321 "execv" => "3",
322 "execve" => "3",
323 "execvp" => "3",
324 "execvpe" => "3",
325 "exit" => "3",
326 "exp" => "3",
327 "expl" => "3",
328 "fabs" => "3",
329 "fabsl" => "3",
330 "farcalloc" => "3",
331 "farcoreleft" => "3",
332 "farfree" => "3",
333 "farheapcheck" => "3",
334 "farheapcheckfree" => "3",
335 "farheapchecknode" => "3",
336 "farheapfillfree" => "3",
337 "farheapwalk" => "3",
338 "farmalloc" => "3",
339 "farrealloc" => "3",
340 "fclose" => "3",
341 "fcloseall" => "3",
342 "fcvt" => "3",
343 "fdopen" => "3",
344 "feof" => "3",
345 "ferror" => "3",
346 "fflush" => "3",
347 "fgetc" => "3",
348 "fgetchar" => "3",
349 "fgetpos" => "3",
350 "fgets" => "3",
351 "filelength" => "3",
352 "fileno" => "3",
353 "fillellipse" => "3",
354 "fillpoly" => "3",
355 "findfirst" => "3",
356 "findnext" => "3",
357 "floodfill" => "3",
358 "floor" => "3",
359 "floorl" => "3",
360 "flushall" => "3",
361 "fmod" => "3",
362 "fmodl" => "3",
363 "fnmerge" => "3",
364 "fnsplit" => "3",
365 "fopen" => "3",
366 "fprintf" => "3",
367 "fputc" => "3",
368 "fputchar" => "3",
369 "fputs" => "3",
370 "fread" => "3",
371 "free" => "3",
372 "freemem" => "3",
373 "freopen" => "3",
374 "frexp" => "3",
375 "frexpl" => "3",
376 "fscanf" => "3",
377 "fseek" => "3",
378 "fsetpos" => "3",
379 "fstat" => "3",
380 "ftell" => "3",
381 "ftime" => "3",
382 "fwrite" => "3",
383 "gcvt" => "3",
384 "geninterrupt" => "3",
385 "getarccoords" => "3",
386 "getaspectratio" => "3",
387 "getbkcolor" => "3",
388 "getc" => "3",
389 "getcbrk" => "3",
390 "getch" => "3",
391 "getchar" => "3",
392 "getche" => "3",
393 "getcolor" => "3",
394 "getcurdir" => "3",
395 "getcwd" => "3",
396 "getdate" => "3",
397 "getdefaultpalette" => "3",
398 "getdfree" => "3",
399 "getdisk" => "3",
400 "getdrivername" => "3",
401 "getdta" => "3",
402 "getenv" => "3",
403 "getfat" => "3",
404 "getfatd" => "3",
405 "getfillpattern" => "3",
406 "getfillsettings" => "3",
407 "getftime" => "3",
408 "getgraphmode" => "3",
409 "getimage" => "3",
410 "getlinesettings" => "3",
411 "getmaxcolor" => "3",
412 "getmaxmode" => "3",
413 "getmaxx" => "3",
414 "getmaxy" => "3",
415 "getmodename" => "3",
416 "getmoderange" => "3",
417 "getpalette" => "3",
418 "getpalettesize" => "3",
419 "getpass" => "3",
420 "getpid" => "3",
421 "getpixel" => "3",
422 "getpsp" => "3",
423 "gets" => "3",
424 "gettext" => "3",
425 "gettextinfo" => "3",
426 "gettextsettings" => "3",
427 "gettime" => "3",
428 "getvect" => "3",
429 "getverify" => "3",
430 "getviewsettings" => "3",
431 "getw" => "3",
432 "getx" => "3",
433 "gety" => "3",
434 "gmtime" => "3",
435 "gotoxy" => "3",
436 "graphdefaults" => "3",
437 "grapherrormsg" => "3",
438 "graphresult" => "3",
439 "harderr" => "3",
440 "hardresume" => "3",
441 "hardretn" => "3",
442 "heapcheck" => "3",
443 "heapcheckfree" => "3",
444 "heapchecknode" => "3",
445 "heapfillfree" => "3",
446 "heapwalk" => "3",
447 "highvideo" => "3",
448 "hypot" => "3",
449 "hypotl" => "3",
450 "imag" => "3",
451 "imagesize" => "3",
452 "initgraph" => "3",
453 "inp" => "3",
454 "inport" => "3",
455 "inportb" => "3",
456 "inpw" => "3",
457 "insline" => "3",
458 "installuserdriver" => "3",
459 "installuserfont" => "3",
460 "int86" => "3",
461 "int86x" => "3",
462 "intdos" => "3",
463 "intdosx" => "3",
464 "intr" => "3",
465 "ioctl" => "3",
466 "isalnum" => "3",
467 "isalpha" => "3",
468 "isascii" => "3",
469 "isatty" => "3",
470 "iscntrl" => "3",
471 "isdigit" => "3",
472 "isgraph" => "3",
473 "islower" => "3",
474 "isprint" => "3",
475 "ispunct" => "3",
476 "isspace" => "3",
477 "isupper" => "3",
478 "isxdigit" => "3",
479 "itoa" => "3",
480 "kbhit" => "3",
481 "keep" => "3",
482 "labs" => "3",
483 "ldexp" => "3",
484 "ldexpl" => "3",
485 "ldiv" => "3",
486 "lfind" => "3",
487 "line" => "3",
488 "linerel" => "3",
489 "lineto" => "3",
490 "localeconv" => "3",
491 "localtime" => "3",
492 "lock" => "3",
493 "locking" => "3",
494 "log" => "3",
495 "log10" => "3",
496 "log10l" => "3",
497 "logl" => "3",
498 "longjmp" => "3",
499 "lowvideo" => "3",
500 "lsearch" => "3",
501 "lseek" => "3",
502 "ltoa" => "3",
503 "malloc" => "3",
504 "matherr" => "3",
505 "max" => "3",
506 "mblen" => "3",
507 "mbstowcs" => "3",
508 "mbtowc" => "3",
509 "memccpy" => "3",
510 "memchr" => "3",
511 "memcmp" => "3",
512 "memcpy" => "3",
513 "memicmp" => "3",
514 "memmove" => "3",
515 "memset" => "3",
516 "min" => "3",
517 "mkdir" => "3",
518 "mktemp" => "3",
519 "mktime" => "3",
520 "modf" => "3",
521 "modfl" => "3",
522 "movedata" => "3",
523 "moverel" => "3",
524 "movetext" => "3",
525 "moveto" => "3",
526 "movmem" => "3",
527 "norm" => "3",
528 "normvideo" => "3",
529 "nosound" => "3",
530 "open" => "3",
531 "opendir" => "3",
532 "outp" => "3",
533 "outport" => "3",
534 "outportb" => "3",
535 "outpw" => "3",
536 "outtext" => "3",
537 "outtextxy" => "3",
538 "parsfnm" => "3",
539 "peek" => "3",
540 "peekb" => "3",
541 "perror" => "3",
542 "pieslice" => "3",
543 "poke" => "3",
544 "pokeb" => "3",
545 "polar" => "3",
546 "poly" => "3",
547 "polyl" => "3",
548 "pow" => "3",
549 "pow10" => "3",
550 "pow10l" => "3",
551 "powl" => "3",
552 "printf" => "3",
553 "putc" => "3",
554 "putch" => "3",
555 "putchar" => "3",
556 "putenv" => "3",
557 "putimage" => "3",
558 "putpixel" => "3",
559 "puts" => "3",
560 "puttext" => "3",
561 "putw" => "3",
562 "qsort" => "3",
563 "raise" => "3",
564 "rand" => "3",
565 "randbrd" => "3",
566 "randbwr" => "3",
567 "random" => "3",
568 "randomize" => "3",
569 "read" => "3",
570 "readdir" => "3",
571 "real" => "3",
572 "realloc" => "3",
573 "rectangle" => "3",
574 "registerbgidriver" => "3",
575 "registerbgifont" => "3",
576 "registerfarbgidriver" => "3",
577 "registerfarbgifont" => "3",
578 "remove" => "3",
579 "rename" => "3",
580 "restorecrtmode" => "3",
581 "rewind" => "3",
582 "rewinddir" => "3",
583 "rmdir" => "3",
584 "rmtmp" => "3",
585 "sbrk" => "3",
586 "scanf" => "3",
587 "searchpath" => "3",
588 "sector" => "3",
589 "segread" => "3",
590 "set_new_handler" => "3",
591 "setactivepage" => "3",
592 "setallpalette" => "3",
593 "setaspectratio" => "3",
594 "setbkcolor" => "3",
595 "setblock" => "3",
596 "setbuf" => "3",
597 "setcbrk" => "3",
598 "setcolor" => "3",
599 "setdate" => "3",
600 "setdisk" => "3",
601 "setdta" => "3",
602 "setfillpattern" => "3",
603 "setfillstyle" => "3",
604 "setftime" => "3",
605 "setgraphbufsize" => "3",
606 "setgraphmode" => "3",
607 "setjmp" => "3",
608 "setlinestyle" => "3",
609 "setlocale" => "3",
610 "setmem" => "3",
611 "setmode" => "3",
612 "setpalette" => "3",
613 "setrgbpalette" => "3",
614 "settextjustify" => "3",
615 "settextstyle" => "3",
616 "settime" => "3",
617 "setusercharsize" => "3",
618 "setvbuf" => "3",
619 "setvect" => "3",
620 "setverify" => "3",
621 "setviewport" => "3",
622 "setvisualpage" => "3",
623 "setwritemode" => "3",
624 "signal" => "3",
625 "sin" => "3",
626 "sinh" => "3",
627 "sinhl" => "3",
628 "sinl" => "3",
629 "sleep" => "3",
630 "sopen" => "3",
631 "sound" => "3",
632 "spawnl" => "3",
633 "spawnle" => "3",
634 "spawnlp" => "3",
635 "spawnlpe" => "3",
636 "spawnv" => "3",
637 "spawnve" => "3",
638 "spawnvp" => "3",
639 "spawnvpe" => "3",
640 "sprintf" => "3",
641 "sqrt" => "3",
642 "sqrtl" => "3",
643 "srand" => "3",
644 "sscanf" => "3",
645 "stackavail" => "3",
646 "stat" => "3",
647 "stime" => "3",
648 "stpcpy" => "3",
649 "strcat" => "3",
650 "strchr" => "3",
651 "strcmp" => "3",
652 "strcmpi" => "3",
653 "strcoll" => "3",
654 "strcpy" => "3",
655 "strcspn" => "3",
656 "strdup" => "3",
657 "strerror" => "3",
658 "strftime" => "3",
659 "stricmp" => "3",
660 "strlen" => "3",
661 "strlwr" => "3",
662 "strncat" => "3",
663 "strncmp" => "3",
664 "strncmpi" => "3",
665 "strncpy" => "3",
666 "strnicmp" => "3",
667 "strnset" => "3",
668 "strpbrk" => "3",
669 "strrchr" => "3",
670 "strrev" => "3",
671 "strset" => "3",
672 "strspn" => "3",
673 "strstr" => "3",
674 "strtod" => "3",
675 "strtok" => "3",
676 "strtol" => "3",
677 "strtoul" => "3",
678 "strupr" => "3",
679 "strxfrm" => "3",
680 "swab" => "3",
681 "system" => "3",
682 "tan" => "3",
683 "tanh" => "3",
684 "tanhl" => "3",
685 "tanl" => "3",
686 "tell" => "3",
687 "tempnam" => "3",
688 "textattr" => "3",
689 "textbackground" => "3",
690 "textcolor" => "3",
691 "textheight" => "3",
692 "textmode" => "3",
693 "textwidth" => "3",
694 "time" => "3",
695 "tmpfile" => "3",
696 "tmpnam" => "3",
697 "toascii" => "3",
698 "tolower" => "3",
699 "toupper" => "3",
700 "tzset" => "3",
701 "ultoa" => "3",
702 "umask" => "3",
703 "ungetc" => "3",
704 "ungetch" => "3",
705 "unixtodos" => "3",
706 "unlink" => "3",
707 "unlock" => "3",
708 "utime" => "3",
709 "va_arg" => "3",
710 "va_end" => "3",
711 "va_list" => "3",
712 "va_start" => "3",
713 "vfprintf" => "3",
714 "vfscanf" => "3",
715 "vprintf" => "3",
716 "vscanf" => "3",
717 "vsprintf" => "3",
718 "vsscanf" => "3",
719 "wcstombs" => "3",
720 "wctomb" => "3",
721 "wherex" => "3",
722 "wherey" => "3",
723 "window" => "3",
724 "write" => "3",
725 "#define" => "4",
726 "#error" => "4",
727 "#include" => "4",
728 "#elif" => "4",
729 "#if" => "4",
730 "#line" => "4",
731 "#else" => "4",
732 "#ifdef" => "4",
733 "#pragma" => "4",
734 "#endif" => "4",
735 "#ifndef" => "4",
736 "#undef" => "4",
737 "NULL" => "4",
738 "+" => "5",
739 "-" => "5",
740 "=" => "5",
741 "//" => "5",
742 "/" => "5",
743 "%" => "5",
744 "&" => "5",
745 ">" => "5",
746 "<" => "5",
747 "^" => "5",
748 "!" => "5",
749 "|" => "5",
750 "_hread" => "6",
751 "_hwrite" => "6",
752 "_lclose" => "6",
753 "_lcreat" => "6",
754 "_llseek" => "6",
755 "_lopen" => "6",
756 "_lread" => "6",
757 "_lwrite" => "6",
758 "AbortDoc" => "6",
759 "AccessResource" => "6",
760 "AddAtom" => "6",
761 "AddFontResource" => "6",
762 "AdjustWindowRect" => "6",
763 "AdjustWindowRectEx" => "6",
764 "AnimatePalette" => "6",
765 "AnsiLower" => "6",
766 "AnsiLowerBuff" => "6",
767 "AnsiNext" => "6",
768 "AnsiPrev" => "6",
769 "AnsiToOem" => "6",
770 "AnsiToOemBuff" => "6",
771 "AnsiUpper" => "6",
772 "AnsiUpperBuff" => "6",
773 "AnyPopup" => "6",
774 "AppendMenu" => "6",
775 "Arc" => "6",
776 "ArrangeIconicWindows" => "6",
777 "BeginDeferWindowPos" => "6",
778 "BeginPaint" => "6",
779 "BitBlt" => "6",
780 "BringWindowToTop" => "6",
781 "CallMsgFilter" => "6",
782 "CallNextHookEx" => "6",
783 "CallWindowProc" => "6",
784 "Catch" => "6",
785 "ChangeClipboardChain" => "6",
786 "ChangeMenu" => "6",
787 "CheckDlgButton" => "6",
788 "CheckMenuItem" => "6",
789 "CheckRadioButton" => "6",
790 "ChildWindowFromPoint" => "6",
791 "ChooseColor" => "6",
792 "ChooseFont" => "6",
793 "Chord" => "6",
794 "ClassFirst" => "6",
795 "ClassNext" => "6",
796 "ClientToScreen" => "6",
797 "ClipCursor" => "6",
798 "CloseClipboard" => "6",
799 "CloseDriver" => "6",
800 "CloseMetaFile" => "6",
801 "CloseSound" => "6",
802 "CloseWindow" => "6",
803 "CombineRgn" => "6",
804 "CommDlgExtendedError" => "6",
805 "CopyCursor" => "6",
806 "CopyIcon" => "6",
807 "CopyLZFile" => "6",
808 "CopyMetaFile" => "6",
809 "CopyRect" => "6",
810 "CountClipboardFormats" => "6",
811 "CreateBitmap" => "6",
812 "CreateBitmapIndirect" => "6",
813 "CreateBrushIndirect" => "6",
814 "CreateCaret" => "6",
815 "CreateCompatibleBitmap" => "6",
816 "CreateCompatibleDC" => "6",
817 "CreateCursor" => "6",
818 "CreateDC" => "6",
819 "CreateDialog" => "6",
820 "CreateDialogIndirect" => "6",
821 "CreateDialogIndirectParam" => "6",
822 "CreateDialogParam" => "6",
823 "CreateDIBitmap" => "6",
824 "CreateDIBPatternBrush" => "6",
825 "CreateDiscardableBitmap" => "6",
826 "CreateEllipticRgn" => "6",
827 "CreateEllipticRgnIndirect" => "6",
828 "CreateFont" => "6",
829 "CreateFontIndirect" => "6",
830 "CreateHatchBrush" => "6",
831 "CreateIC" => "6",
832 "CreateIcon" => "6",
833 "CreateMenu" => "6",
834 "CreateMetaFile" => "6",
835 "CreatePalette" => "6",
836 "CreatePatternBrush" => "6",
837 "CreatePen" => "6",
838 "CreatePenIndirect" => "6",
839 "CreatePolygonRgn" => "6",
840 "CreatePolyPolygonRgn" => "6",
841 "CreatePopupMenu" => "6",
842 "CreateRectRgn" => "6",
843 "CreateRectRgnIndirect" => "6",
844 "CreateRoundRectRgn" => "6",
845 "CreateScalableFontResource" => "6",
846 "CreateSolidBrush" => "6",
847 "CreateWindow" => "6",
848 "CreateWindowEx" => "6",
849 "DefDlgProc" => "6",
850 "DefDriverProc" => "6",
851 "DeferWindowPos" => "6",
852 "DefFrameProc" => "6",
853 "DefHookProc" => "6",
854 "DefMDIChildProc" => "6",
855 "DefScreenSaverProc" => "6",
856 "DefWindowProc" => "6",
857 "DeleteAtom" => "6",
858 "DeleteDC" => "6",
859 "DeleteMenu" => "6",
860 "DeleteMetaFile" => "6",
861 "DeleteObject" => "6",
862 "DestroyCaret" => "6",
863 "DestroyCursor" => "6",
864 "DestroyIcon" => "6",
865 "DestroyMenu" => "6",
866 "DestroyWindow" => "6",
867 "DeviceCapabilities" => "6",
868 "DeviceMode" => "6",
869 "DialogBox" => "6",
870 "DialogBoxIndirect" => "6",
871 "DialogBoxIndirectParam" => "6",
872 "DialogBoxParam" => "6",
873 "DirectedYield" => "6",
874 "DispatchMessage" => "6",
875 "DlgChangePassword" => "6",
876 "DlgDirList" => "6",
877 "DlgDirListComboBox" => "6",
878 "DlgDirSelect" => "6",
879 "DlgDirSelectComboBox" => "6",
880 "DlgDirSelectComboBoxEx" => "6",
881 "DlgDirSelectEx" => "6",
882 "DlgGetPassword" => "6",
883 "DlgInvalidPassword" => "6",
884 "DOS3Call" => "6",
885 "DPtoLP" => "6",
886 "DragAcceptFiles" => "6",
887 "DragFinish" => "6",
888 "DragQueryFile" => "6",
889 "DragQueryPoint" => "6",
890 "DrawFocusRect" => "6",
891 "DrawIcon" => "6",
892 "DrawMenuBar" => "6",
893 "DrawText" => "6",
894 "Ellipse" => "6",
895 "EmptyClipboard" => "6",
896 "EnableMenuItem" => "6",
897 "EnableScrollBar" => "6",
898 "EnableWindow" => "6",
899 "EndDeferWindowPos" => "6",
900 "EndDialog" => "6",
901 "EndDoc" => "6",
902 "EndPage" => "6",
903 "EndPaint" => "6",
904 "EnumChildWindows" => "6",
905 "EnumClipboardFormats" => "6",
906 "EnumFontFamilies" => "6",
907 "EnumFonts" => "6",
908 "EnumMetaFile" => "6",
909 "EnumObjects" => "6",
910 "EnumProps" => "6",
911 "EnumTaskWindows" => "6",
912 "EnumWindows" => "6",
913 "EqualRect" => "6",
914 "EqualRgn" => "6",
915 "Escape" => "6",
916 "ExcludeClipRect" => "6",
917 "ExcludeUpdateRgn" => "6",
918 "ExitWindows" => "6",
919 "ExitWindowsExec" => "6",
920 "ExtDeviceMode" => "6",
921 "ExtFloodFill" => "6",
922 "ExtractIcon" => "6",
923 "ExtTextOut" => "6",
924 "FatalAppExit" => "6",
925 "FatalExit" => "6",
926 "FillRect" => "6",
927 "FillRgn" => "6",
928 "FindAtom" => "6",
929 "FindExecutable" => "6",
930 "FindResource" => "6",
931 "FindText" => "6",
932 "FindWindow" => "6",
933 "FlashWindow" => "6",
934 "FloodFill" => "6",
935 "FrameRect" => "6",
936 "FrameRgn" => "6",
937 "FreeAllGDIMem" => "6",
938 "FreeAllMem" => "6",
939 "FreeAllUserMem" => "6",
940 "FreeLibrary" => "6",
941 "FreeModule" => "6",
942 "FreeProcInstance" => "6",
943 "FreeResource" => "6",
944 "FreeSelector" => "6",
945 "GetActiveWindow" => "6",
946 "GetAspectRatioFilter" => "6",
947 "GetAspectRatioFilterEx" => "6",
948 "GetAsyncKeyState" => "6",
949 "GetAtomHandle" => "6",
950 "GetAtomName" => "6",
951 "GetBitmapBits" => "6",
952 "GetBitmapDimension" => "6",
953 "GetBitmapDimensionEx" => "6",
954 "GetBkColor" => "6",
955 "GetBkMode" => "6",
956 "GetBoundsRect" => "6",
957 "GetBrushOrg" => "6",
958 "GetBrushOrgEx" => "6",
959 "GetCapture" => "6",
960 "GetCaretBlinkTime" => "6",
961 "GetCaretPos" => "6",
962 "GetCharABCWidths" => "6",
963 "GetCharWidth" => "6",
964 "GetClassInfo" => "6",
965 "GetClassLong" => "6",
966 "GetClassName" => "6",
967 "GetClassWord" => "6",
968 "GetClientRect" => "6",
969 "GetClipboardData" => "6",
970 "GetClipboardFormatName" => "6",
971 "GetClipboardOwner" => "6",
972 "GetClipboardViewer" => "6",
973 "GetClipBox" => "6",
974 "GetClipCursor" => "6",
975 "GetCodeHandle" => "6",
976 "GetCodeInfo" => "6",
977 "GetCurrentPDB" => "6",
978 "GetCurrentPosition" => "6",
979 "GetCurrentPositionEx" => "6",
980 "GetCurrentTask" => "6",
981 "GetCurrentTime" => "6",
982 "GetCursor" => "6",
983 "GetCursorPos" => "6",
984 "GetDC" => "6",
985 "GetDCEx" => "6",
986 "GetDCOrg" => "6",
987 "GetDesktopWindow" => "6",
988 "GetDeviceCaps" => "6",
989 "GetDialogBaseUnits" => "6",
990 "GetDIBits" => "6",
991 "GetDlgCtrlID" => "6",
992 "GetDlgItem" => "6",
993 "GetDlgItemInt" => "6",
994 "GetDlgItemText" => "6",
995 "GetDOSEnvironment" => "6",
996 "GetDoubleClickTime" => "6",
997 "GetDriverInfo" => "6",
998 "GetDriverModuleHandle" => "6",
999 "GetDriveType" => "6",
1000 "GetEnvironmentVariable" => "6",
1001 "GetExpandedName" => "6",
1002 "GetFileResource" => "6",
1003 "GetFileResourceSize" => "6",
1004 "GetFileTitle" => "6",
1005 "GetFileVersionInfo" => "6",
1006 "GetFileVersionInfoSize" => "6",
1007 "GetFocus" => "6",
1008 "GetFontData" => "6",
1009 "GetFreeFileHandles" => "6",
1010 "GetFreeSpace" => "6",
1011 "GetFreeSystemResources" => "6",
1012 "GetGlyphOutline" => "6",
1013 "GetInputState" => "6",
1014 "GetInstanceData" => "6",
1015 "GetKBCodePage" => "6",
1016 "GetKerningPairs" => "6",
1017 "GetKeyboardState" => "6",
1018 "GetKeyboardType" => "6",
1019 "GetKeyNameText" => "6",
1020 "GetKeyState" => "6",
1021 "GetLastActivePopup" => "6",
1022 "GetMapMode" => "6",
1023 "GetMenu" => "6",
1024 "GetMenuCheckMarkDimensions" => "6",
1025 "GetMenuItemCount" => "6",
1026 "GetMenuItemID" => "6",
1027 "GetMenuState" => "6",
1028 "GetMenuString" => "6",
1029 "GetMessage" => "6",
1030 "GetMessageExtraInfo" => "6",
1031 "GetMessagePos" => "6",
1032 "GetMessageTime" => "6",
1033 "GetMetaFile" => "6",
1034 "GetMetaFileBits" => "6",
1035 "GetModuleFileName" => "6",
1036 "GetModuleHandle" => "6",
1037 "GetModuleUsage" => "6",
1038 "GetNearestColor" => "6",
1039 "GetNearestPaletteIndex" => "6",
1040 "GetNextDlgGroupItem" => "6",
1041 "GetNextDlgTabItem" => "6",
1042 "GetNextDriver" => "6",
1043 "GetNextWindow" => "6",
1044 "GetNumTasks" => "6",
1045 "GetObject" => "6",
1046 "GetOpenClipboardWindow" => "6",
1047 "GetOpenFileName" => "6",
1048 "GetOutlineTextMetrics" => "6",
1049 "GetPaletteEntries" => "6",
1050 "GetParent" => "6",
1051 "GetPixel" => "6",
1052 "GetPolyFillMode" => "6",
1053 "GetPriorityClipboardFormat" => "6",
1054 "GetPrivateProfileInt" => "6",
1055 "GetPrivateProfileString" => "6",
1056 "GetProcAddress" => "6",
1057 "GetProfileInt" => "6",
1058 "GetProfileString" => "6",
1059 "GetProp" => "6",
1060 "GetQueueStatus" => "6",
1061 "GetRasterizerCaps" => "6",
1062 "GetRgnBox" => "6",
1063 "GetROP2" => "6",
1064 "GetSaveFileName" => "6",
1065 "GetScrollPos" => "6",
1066 "GetScrollRange" => "6",
1067 "GetSelectorBase" => "6",
1068 "GetSelectorLimit" => "6",
1069 "GetStockObject" => "6",
1070 "GetStretchBltMode" => "6",
1071 "GetSubMenu" => "6",
1072 "GetSysColor" => "6",
1073 "GetSysModalWindow" => "6",
1074 "GetSystemDebugState" => "6",
1075 "GetSystemDir" => "6",
1076 "GetSystemDirectory" => "6",
1077 "GetSystemMenu" => "6",
1078 "GetSystemMetrics" => "6",
1079 "GetSystemPaletteEntries" => "6",
1080 "GetSystemPaletteUse" => "6",
1081 "GetTabbedTextExtent" => "6",
1082 "GetTempDrive" => "6",
1083 "GetTempFileName" => "6",
1084 "GetTextAlign" => "6",
1085 "GetTextCharacterExtra" => "6",
1086 "GetTextColor" => "6",
1087 "GetTextExtent" => "6",
1088 "GetTextExtentPoint" => "6",
1089 "GetTextFace" => "6",
1090 "GetTextMetrics" => "6",
1091 "GetThresholdEvent" => "6",
1092 "GetThresholdStatus" => "6",
1093 "GetTickCount" => "6",
1094 "GetTimerResolution" => "6",
1095 "GetTopWindow" => "6",
1096 "GetUpdateRect" => "6",
1097 "GetUpdateRgn" => "6",
1098 "GetVersion" => "6",
1099 "GetViewportExt" => "6",
1100 "GetViewportExtEx" => "6",
1101 "GetViewportOrg" => "6",
1102 "GetViewportOrgEx" => "6",
1103 "GetWinDebugInfo" => "6",
1104 "GetWindow" => "6",
1105 "GetWindowDC" => "6",
1106 "GetWindowExt" => "6",
1107 "GetWindowExtEx" => "6",
1108 "GetWindowLong" => "6",
1109 "GetWindowOrg" => "6",
1110 "GetWindowOrgEx" => "6",
1111 "GetWindowPlacement" => "6",
1112 "GetWindowRect" => "6",
1113 "GetWindowsDir" => "6",
1114 "GetWindowsDirectory" => "6",
1115 "GetWindowTask" => "6",
1116 "GetWindowText" => "6",
1117 "GetWindowTextLength" => "6",
1118 "GetWindowWord" => "6",
1119 "GetWinFlags" => "6",
1120 "GlobalAddAtom" => "6",
1121 "GlobalAlloc" => "6",
1122 "GlobalCompact" => "6",
1123 "GlobalDeleteAtom" => "6",
1124 "GlobalDosAlloc" => "6",
1125 "GlobalDosFree" => "6",
1126 "GlobalEntryHandle" => "6",
1127 "GlobalEntryModule" => "6",
1128 "GlobalFindAtom" => "6",
1129 "GlobalFirst" => "6",
1130 "GlobalFix" => "6",
1131 "GlobalFlags" => "6",
1132 "GlobalFree" => "6",
1133 "GlobalGetAtomName" => "6",
1134 "GlobalHandle" => "6",
1135 "GlobalHandleToSel" => "6",
1136 "GlobalInfo" => "6",
1137 "GlobalLock" => "6",
1138 "GlobalLRUNewest" => "6",
1139 "GlobalLRUOldest" => "6",
1140 "GlobalNext" => "6",
1141 "GlobalNotify" => "6",
1142 "GlobalPageLock" => "6",
1143 "GlobalPageUnlock" => "6",
1144 "GlobalReAlloc" => "6",
1145 "GlobalSize" => "6",
1146 "GlobalUnfix" => "6",
1147 "GlobalUnlock" => "6",
1148 "GlobalUnWire" => "6",
1149 "GlobalWire" => "6",
1150 "GrayString" => "6",
1151 "HideCaret" => "6",
1152 "HiliteMenuItem" => "6",
1153 "hmemcpy" => "6",
1154 "InflateRect" => "6",
1155 "InitAtomTable" => "6",
1156 "InSendMessage" => "6",
1157 "InsertMenu" => "6",
1158 "InterruptRegister" => "6",
1159 "InterruptUnRegister" => "6",
1160 "IntersectClipRect" => "6",
1161 "IntersectRect" => "6",
1162 "InvalidateRect" => "6",
1163 "InvalidateRgn" => "6",
1164 "InvertRect" => "6",
1165 "InvertRgn" => "6",
1166 "IsBadCodePtr" => "6",
1167 "IsBadHugeReadPtr" => "6",
1168 "IsBadHugeWritePtr" => "6",
1169 "IsBadReadPtr" => "6",
1170 "IsBadStringPtr" => "6",
1171 "IsBadWritePtr" => "6",
1172 "IsCharAlpha" => "6",
1173 "IsCharAlphaNumeric" => "6",
1174 "IsCharLower" => "6",
1175 "IsCharUpper" => "6",
1176 "IsChild" => "6",
1177 "IsClipboardFormatAvailable" => "6",
1178 "IsDBCSLeadByte" => "6",
1179 "IsDialogMessage" => "6",
1180 "IsDlgButtonChecked" => "6",
1181 "IsGDIObject" => "6",
1182 "IsIconic" => "6",
1183 "IsMenu" => "6",
1184 "IsRectEmpty" => "6",
1185 "IsTask" => "6",
1186 "IsWindow" => "6",
1187 "IsWindowEnabled" => "6",
1188 "IsWindowVisible" => "6",
1189 "IsZoomed" => "6",
1190 "KillTimer" => "6",
1191 "LineDDA" => "6",
1192 "LineTo" => "6",
1193 "LoadAccelerators" => "6",
1194 "LoadBitmap" => "6",
1195 "LoadCursor" => "6",
1196 "LoadIcon" => "6",
1197 "LoadLibrary" => "6",
1198 "LoadMenu" => "6",
1199 "LoadMenuIndirect" => "6",
1200 "LoadModule" => "6",
1201 "LoadResource" => "6",
1202 "LoadString" => "6",
1203 "LocalAlloc" => "6",
1204 "LocalCompact" => "6",
1205 "LocalFirst" => "6",
1206 "LocalFlags" => "6",
1207 "LocalFree" => "6",
1208 "LocalHandle" => "6",
1209 "LocalInfo" => "6",
1210 "LocalInit" => "6",
1211 "LocalLock" => "6",
1212 "LocalNext" => "6",
1213 "LocalReAlloc" => "6",
1214 "LocalShrink" => "6",
1215 "LocalSize" => "6",
1216 "LocalUnlock" => "6",
1217 "LockInput" => "6",
1218 "LockResource" => "6",
1219 "LockSegment" => "6",
1220 "LockWindowUpdate" => "6",
1221 "LogError" => "6",
1222 "LogParamError" => "6",
1223 "LPtoDP" => "6",
1224 "LZClose" => "6",
1225 "LZCopy" => "6",
1226 "LZDone" => "6",
1227 "LZInit" => "6",
1228 "LZOpenFile" => "6",
1229 "LZRead" => "6",
1230 "LZSeek" => "6",
1231 "LZStart" => "6",
1232 "lstrcat" => "6",
1233 "lstrcmp" => "6",
1234 "lstrcmpi" => "6",
1235 "lstrcpy" => "6",
1236 "lstrlen" => "6",
1237 "MakeProcInstance" => "6",
1238 "MapDialogRect" => "6",
1239 "MapVirtualKey" => "6",
1240 "MapWindowPoints" => "6",
1241 "MemManInfo" => "6",
1242 "MemoryRead" => "6",
1243 "MemoryWrite" => "6",
1244 "MessageBeep" => "6",
1245 "MessageBox" => "6",
1246 "ModifyMenu" => "6",
1247 "ModuleFindHandle" => "6",
1248 "ModuleFindName" => "6",
1249 "ModuleFirst" => "6",
1250 "ModuleNext" => "6",
1251 "MoveTo" => "6",
1252 "MoveToEx" => "6",
1253 "MoveWindow" => "6",
1254 "MulDiv" => "6",
1255 "NetBIOSCall" => "6",
1256 "NotifyRegister" => "6",
1257 "NotifyUnRegister" => "6",
1258 "OemKeyScan" => "6",
1259 "OemToAnsi" => "6",
1260 "OemToAnsiBuff" => "6",
1261 "OffsetClipRgn" => "6",
1262 "OffsetRect" => "6",
1263 "OffsetRgn" => "6",
1264 "OffsetViewportOrg" => "6",
1265 "OffsetViewportOrgEx" => "6",
1266 "OffsetWindowOrg" => "6",
1267 "OffsetWindowOrgEx" => "6",
1268 "OpenClipboard" => "6",
1269 "OpenFile" => "6",
1270 "OpenIcon" => "6",
1271 "OpenSound" => "6",
1272 "OutputDebugString" => "6",
1273 "PaintRgn" => "6",
1274 "PatBlt" => "6",
1275 "PeekMessage" => "6",
1276 "Pen" => "6",
1277 "Pie" => "6",
1278 "PlayMetaFile" => "6",
1279 "PlayMetaFileRecord" => "6",
1280 "Point" => "6",
1281 "Polygon" => "6",
1282 "Polyline" => "6",
1283 "PolyPolygon" => "6",
1284 "PostAppMessage" => "6",
1285 "PostMessage" => "6",
1286 "PostQuitMessage" => "6",
1287 "PrintDlg" => "6",
1288 "PtInRect" => "6",
1289 "PtInRegion" => "6",
1290 "PtVisible" => "6",
1291 "QueryAbort" => "6",
1292 "QuerySendMessage" => "6",
1293 "RealizePalette" => "6",
1294 "Rectangle" => "6",
1295 "RectInRegion" => "6",
1296 "RectVisible" => "6",
1297 "RedrawWindow" => "6",
1298 "RegCloseKey" => "6",
1299 "RegCreateKey" => "6",
1300 "RegDeleteKey" => "6",
1301 "RegEnumKey" => "6",
1302 "RegisterClass" => "6",
1303 "RegisterClipboardFormat" => "6",
1304 "RegisterDialogClasses" => "6",
1305 "RegisterWindowMessage" => "6",
1306 "RegOpenKey" => "6",
1307 "RegQueryValue" => "6",
1308 "RegSetValue" => "6",
1309 "ReleaseCapture" => "6",
1310 "ReleaseDC" => "6",
1311 "RemoveFontResource" => "6",
1312 "RemoveMenu" => "6",
1313 "RemoveProp" => "6",
1314 "ReplaceText" => "6",
1315 "ReplyMessage" => "6",
1316 "ResetDC" => "6",
1317 "ResizePalette" => "6",
1318 "RestoreDC" => "6",
1319 "RoundRect" => "6",
1320 "SaveDC" => "6",
1321 "ScaleViewportExt" => "6",
1322 "ScaleViewportExtEx" => "6",
1323 "ScaleWindowExt" => "6",
1324 "ScaleWindowExtEx" => "6",
1325 "ScreenSaverConfigureDialog" => "6",
1326 "ScreenSaverProc" => "6",
1327 "ScreenToClient" => "6",
1328 "ScrollDC" => "6",
1329 "ScrollWindow" => "6",
1330 "ScrollWindowEx" => "6",
1331 "SelectClipRgn" => "6",
1332 "SelectObject" => "6",
1333 "SelectPalette" => "6",
1334 "SendDlgItemMessage" => "6",
1335 "SendDriverMessage" => "6",
1336 "SendMessage" => "6",
1337 "SetAbortProc" => "6",
1338 "SetActiveWindow" => "6",
1339 "SetBitmapBits" => "6",
1340 "SetBitmapDimension" => "6",
1341 "SetBitmapDimensionEx" => "6",
1342 "SetBkColor" => "6",
1343 "SetBkMode" => "6",
1344 "SetBoundsRect" => "6",
1345 "SetBrushOrg" => "6",
1346 "SetCapture" => "6",
1347 "SetCaretBlinkTime" => "6",
1348 "SetCaretPos" => "6",
1349 "SetClassLong" => "6",
1350 "SetClassWord" => "6",
1351 "SetClipboardData" => "6",
1352 "SetClipboardViewer" => "6",
1353 "SetCursor" => "6",
1354 "SetCursorPos" => "6",
1355 "SetDIBits" => "6",
1356 "SetDIBitsToDevice" => "6",
1357 "SetDlgItemInt" => "6",
1358 "SetDlgItemText" => "6",
1359 "SetDoubleClickTime" => "6",
1360 "SetErrorMode" => "6",
1361 "SetFocus" => "6",
1362 "SetHandleCount" => "6",
1363 "SetKeyboardState" => "6",
1364 "SetMapMode" => "6",
1365 "SetMapperFlags" => "6",
1366 "SetMenu" => "6",
1367 "SetMenuItemBitmaps" => "6",
1368 "SetMessageQueue" => "6",
1369 "SetMetaFileBits" => "6",
1370 "SetMetaFileBitsBetter" => "6",
1371 "SetPaletteEntries" => "6",
1372 "SetParent" => "6",
1373 "SetPixel" => "6",
1374 "SetPolyFillMode" => "6",
1375 "SetProp" => "6",
1376 "SetRect" => "6",
1377 "SetRectEmpty" => "6",
1378 "SetRectRgn" => "6",
1379 "SetResourceHandler" => "6",
1380 "SetROP2" => "6",
1381 "SetScrollPos" => "6",
1382 "SetScrollRange" => "6",
1383 "SetSelectorBase" => "6",
1384 "SetSelectorLimit" => "6",
1385 "SetSoundNoise" => "6",
1386 "SetStretchBltMode" => "6",
1387 "SetSwapAreaSize" => "6",
1388 "SetSysColors" => "6",
1389 "SetSysModalWindow" => "6",
1390 "SetSystemPaletteUse" => "6",
1391 "SetTextAlign" => "6",
1392 "SetTextCharacterExtra" => "6",
1393 "SetTextColor" => "6",
1394 "SetTextJustification" => "6",
1395 "SetTimer" => "6",
1396 "SetViewportExt" => "6",
1397 "SetViewportExtEx" => "6",
1398 "SetViewportOrg" => "6",
1399 "SetViewportOrgEx" => "6",
1400 "SetWinDebugInfo" => "6",
1401 "SetWindowExt" => "6",
1402 "SetWindowExtEx" => "6",
1403 "SetWindowLong" => "6",
1404 "SetWindowOrg" => "6",
1405 "SetWindowOrgEx" => "6",
1406 "SetWindowPlacement" => "6",
1407 "SetWindowPos" => "6",
1408 "SetWindowsHook" => "6",
1409 "SetWindowsHookEx" => "6",
1410 "SetWindowText" => "6",
1411 "SetWindowWord" => "6",
1412 "ShellExecute" => "6",
1413 "ShowCaret" => "6",
1414 "ShowCursor" => "6",
1415 "ShowOwnedPopups" => "6",
1416 "ShowScrollBar" => "6",
1417 "ShowWindow" => "6",
1418 "SizeofResource" => "6",
1419 "SpoolFile" => "6",
1420 "StartDoc" => "6",
1421 "StartPage" => "6",
1422 "StretchBlt" => "6",
1423 "StretchDIBits" => "6",
1424 "SubtractRect" => "6",
1425 "SwapMouseButton" => "6",
1426 "SwapRecording" => "6",
1427 "SwitchStackBack" => "6",
1428 "SwitchStackTo" => "6",
1429 "SystemHeapInfo" => "6",
1430 "SystemParametersInfo" => "6",
1431 "TabbedTextOut" => "6",
1432 "TaskFindHandle" => "6",
1433 "TaskFirst" => "6",
1434 "TaskGetCSIP" => "6",
1435 "TaskNext" => "6",
1436 "TaskSetCSIP" => "6",
1437 "TaskSwitch" => "6",
1438 "TerminateApp" => "6",
1439 "TextOut" => "6",
1440 "Throw" => "6",
1441 "TimerCount" => "6",
1442 "ToAscii" => "6",
1443 "TrackPopupMenu" => "6",
1444 "TranslateAccelerator" => "6",
1445 "TranslateMDISysAccel" => "6",
1446 "TranslateMessage" => "6",
1447 "UnAllocDiskSpace" => "6",
1448 "UnAllocFileHandles" => "6",
1449 "UnhookWindowsHook" => "6",
1450 "UnhookWindowsHookEx" => "6",
1451 "UnionRect" => "6",
1452 "UnlockSegment" => "6",
1453 "UnrealizeObject" => "6",
1454 "UnregisterClass" => "6",
1455 "UpdateColors" => "6",
1456 "UpdateWindow" => "6",
1457 "ValidateCodeSegments" => "6",
1458 "ValidateFreeSpaces" => "6",
1459 "ValidateRect" => "6",
1460 "ValidateRgn" => "6",
1461 "VerFindFile" => "6",
1462 "VerInstallFile" => "6",
1463 "VerLanguageName" => "6",
1464 "VerQueryValue" => "6",
1465 "VkKeyScan" => "6",
1466 "WaitMessage" => "6",
1467 "WaitSoundState" => "6",
1468 "WindowFromPoint" => "6",
1469 "WinExec" => "6",
1470 "WinHelp" => "6",
1471 "WNetAddConnection" => "6",
1472 "WNetCancelConnection" => "6",
1473 "WNetGetConnection" => "6",
1474 "WritePrivateProfileString" => "6",
1475 "WriteProfileString" => "6",
1476 "wsprintf" => "6",
1477 "wvsprintf" => "6",
1478 "Yield" => "6",
1479 "BM_GETCHECK" => "7",
1480 "BM_GETSTATE" => "7",
1481 "BM_SETCHECK" => "7",
1482 "BM_SETSTATE" => "7",
1483 "BM_SETSTYLE" => "7",
1484 "CB_ADDSTRING" => "7",
1485 "CB_DELETESTRING" => "7",
1486 "CB_DIR" => "7",
1487 "CB_FINDSTRING" => "7",
1488 "CB_FINDSTRINGEXACT" => "7",
1489 "CB_GETCOUNT" => "7",
1490 "CB_GETCURSEL" => "7",
1491 "CB_GETDROPPEDCONTROLRECT" => "7",
1492 "CB_GETDROPPEDSTATE" => "7",
1493 "CB_GETEDITSEL" => "7",
1494 "CB_GETEXTENDEDUI" => "7",
1495 "CB_GETITEMDATA" => "7",
1496 "CB_GETITEMHEIGHT" => "7",
1497 "CB_GETLBTEXT" => "7",
1498 "CB_GETLBTEXTLEN" => "7",
1499 "CB_INSERTSTRING" => "7",
1500 "CB_LIMITTEXT" => "7",
1501 "CB_RESETCONTENT" => "7",
1502 "CB_SELECTSTRING" => "7",
1503 "CB_SETCURSEL" => "7",
1504 "CB_SETEDITSEL" => "7",
1505 "CB_SETEXTENDEDUI" => "7",
1506 "CB_SETITEMDATA" => "7",
1507 "CB_SETITEMHEIGHT" => "7",
1508 "CB_SHOWDROPDOWN" => "7",
1509 "DM_GETDEFID" => "7",
1510 "DM_SETDEFID" => "7",
1511 "EM_CANUNDO" => "7",
1512 "EM_EMPTYUNDOBUFFER" => "7",
1513 "EM_FMTLINES" => "7",
1514 "EM_GETFIRSTVISIBLELINE" => "7",
1515 "EM_GETHANDLE" => "7",
1516 "EM_GETLINE" => "7",
1517 "EM_GETLINECOUNT" => "7",
1518 "EM_GETMODIFY" => "7",
1519 "EM_GETPASSWORDCHAR" => "7",
1520 "EM_GETRECT" => "7",
1521 "EM_GETSEL" => "7",
1522 "EM_GETWORDBREAKPROC" => "7",
1523 "EM_LIMITTEXT" => "7",
1524 "EM_LINEFROMCHAR" => "7",
1525 "EM_LINEINDEX" => "7",
1526 "EM_LINELENGTH" => "7",
1527 "EM_LINESCROLL" => "7",
1528 "EM_REPLACESEL" => "7",
1529 "EM_SETHANDLE" => "7",
1530 "EM_SETMODIFY" => "7",
1531 "EM_SETPASSWORDCHAR" => "7",
1532 "EM_SETREADONLY" => "7",
1533 "EM_SETRECT" => "7",
1534 "EM_SETRECTNP" => "7",
1535 "EM_SETSEL" => "7",
1536 "EM_SETTABSTOPS" => "7",
1537 "EM_SETWORDBREAKPROC" => "7",
1538 "EM_UNDO" => "7",
1539 "LB_ADDSTRING" => "7",
1540 "LB_DELETESTRING" => "7",
1541 "LB_DIR" => "7",
1542 "LB_FINDSTRING" => "7",
1543 "LB_FINDSTRINGEXACT" => "7",
1544 "LB_GETCARETINDEX" => "7",
1545 "LB_GETCOUNT" => "7",
1546 "LB_GETCURSEL" => "7",
1547 "LB_GETHORIZONTALEXTENT" => "7",
1548 "LB_GETITEMDATA" => "7",
1549 "LB_GETITEMHEIGHT" => "7",
1550 "LB_GETITEMRECT" => "7",
1551 "LB_GETSEL" => "7",
1552 "LB_GETSELCOUNT" => "7",
1553 "LB_GETSELITEMS" => "7",
1554 "LB_GETTEXT" => "7",
1555 "LB_GETTEXTLEN" => "7",
1556 "LB_GETTOPINDEX" => "7",
1557 "LB_INSERTSTRING" => "7",
1558 "LB_RESETCONTENT" => "7",
1559 "LB_SELECTSTRING" => "7",
1560 "LB_SELITEMRANGE" => "7",
1561 "LB_SETCARETINDEX" => "7",
1562 "LB_SETCOLUMNWIDTH" => "7",
1563 "LB_SETCURSEL" => "7",
1564 "LB_SETHORIZONTALEXTENT" => "7",
1565 "LB_SETITEMDATA" => "7",
1566 "LB_SETITEMHEIGHT" => "7",
1567 "LB_SETSEL" => "7",
1568 "LB_SETTABSTOPS" => "7",
1569 "LB_SETTOPINDEX" => "7",
1570 "STM_GETICON" => "7",
1571 "STM_SETICON" => "7",
1572 "WM_ACTIVATE" => "7",
1573 "WM_ACTIVATEAPP" => "7",
1574 "WM_ASKCBFORMATNAME" => "7",
1575 "WM_CANCELMODE" => "7",
1576 "WM_CHANGECBCHAIN" => "7",
1577 "WM_CHAR" => "7",
1578 "WM_CHARTOITEM" => "7",
1579 "WM_CHILDACTIVATE" => "7",
1580 "WM_CHOOSEFONT_GETLOGFONT" => "7",
1581 "WM_CLEAR" => "7",
1582 "WM_CLOSE" => "7",
1583 "WM_COMMAND" => "7",
1584 "WM_COMPACTING" => "7",
1585 "WM_COMPAREITEM" => "7",
1586 "WM_COPY" => "7",
1587 "WM_CREATE" => "7",
1588 "WM_CTLCOLOR" => "7",
1589 "WM_CUT" => "7",
1590 "WM_DELETEITEM" => "7",
1591 "WM_DESTROY" => "7",
1592 "WM_DESTROYCLIPBOARD" => "7",
1593 "WM_DEVMODECHANGE" => "7",
1594 "WM_DRAWCLIPBOARD" => "7",
1595 "WM_DRAWITEM" => "7",
1596 "WM_DROPFILES" => "7",
1597 "WM_ENABLE" => "7",
1598 "WM_ENDSESSION" => "7",
1599 "WM_ENTERIDLE" => "7",
1600 "WM_ERASEBKGND" => "7",
1601 "WM_FONTCHANGE" => "7",
1602 "WM_GETDLGCODE" => "7",
1603 "WM_GETFONT" => "7",
1604 "WM_GETMINMAXINFO" => "7",
1605 "WM_GETTEXT" => "7",
1606 "WM_GETTEXTLENGTH" => "7",
1607 "WM_HSCROLL" => "7",
1608 "WM_HSCROLLCLIPBOARD" => "7",
1609 "WM_ICONERASEBKGND" => "7",
1610 "WM_INITDIALOG" => "7",
1611 "WM_INITMENU" => "7",
1612 "WM_INITMENUPOPUP" => "7",
1613 "WM_KEYDOWN" => "7",
1614 "WM_KEYUP" => "7",
1615 "WM_KILLFOCUS" => "7",
1616 "WM_LBUTTONDBLCLK" => "7",
1617 "WM_LBUTTONDOWN" => "7",
1618 "WM_LBUTTONUP" => "7",
1619 "WM_MBUTTONDBLCLK" => "7",
1620 "WM_MBUTTONDOWN" => "7",
1621 "WM_MBUTTONUP" => "7",
1622 "WM_MDIACTIVATE" => "7",
1623 "WM_MDICASCADE" => "7",
1624 "WM_MDICREATE" => "7",
1625 "WM_MDIDESTROY" => "7",
1626 "WM_MDIGETACTIVE" => "7",
1627 "WM_MDIICONARRANGE" => "7",
1628 "WM_MDIMAXIMIZE" => "7",
1629 "WM_MDINEXT" => "7",
1630 "WM_MDIRESTORE" => "7",
1631 "WM_MDISETMENU" => "7",
1632 "WM_MDITILE" => "7",
1633 "WM_MEASUREITEM" => "7",
1634 "WM_MENUCHAR" => "7",
1635 "WM_MENUSELECT" => "7",
1636 "WM_MOUSEACTIVATE" => "7",
1637 "WM_MOUSEMOVE" => "7",
1638 "WM_MOVE" => "7",
1639 "WM_NCACTIVATE" => "7",
1640 "WM_NCCALCSIZE" => "7",
1641 "WM_NCCREATE" => "7",
1642 "WM_NCDESTROY" => "7",
1643 "WM_NCHITTEST" => "7",
1644 "WM_NCLBUTTONDBLCLK" => "7",
1645 "WM_NCLBUTTONDOWN" => "7",
1646 "WM_NCLBUTTONUP" => "7",
1647 "WM_NCMBUTTONDBLCLK" => "7",
1648 "WM_NCMBUTTONDOWN" => "7",
1649 "WM_NCMBUTTONUP" => "7",
1650 "WM_NCMOUSEMOVE" => "7",
1651 "WM_NCPAINT" => "7",
1652 "WM_NCRBUTTONDBLCLK" => "7",
1653 "WM_NCRBUTTONDOWN" => "7",
1654 "WM_NCRBUTTONUP" => "7",
1655 "WM_NEXTDLGCTL" => "7",
1656 "WM_NOTIFY" => "7",
1657 "WM_PAINT" => "7",
1658 "WM_PAINTCLIPBOARD" => "7",
1659 "WM_PALETTECHANGED" => "7",
1660 "WM_PALETTEISCHANGING" => "7",
1661 "WM_PARENTNOTIFY" => "7",
1662 "WM_PASTE" => "7",
1663 "WM_POWER" => "7",
1664 "WM_QUERYDRAGICON" => "7",
1665 "WM_QUERYENDSESSION" => "7",
1666 "WM_QUERYNEWPALETTE" => "7",
1667 "WM_QUERYOPEN" => "7",
1668 "WM_QUEUESYNC" => "7",
1669 "WM_QUIT" => "7",
1670 "WM_RBUTTONDBLCLK" => "7",
1671 "WM_RBUTTONDOWN" => "7",
1672 "WM_RBUTTONUP" => "7",
1673 "WM_RENDERALLFORMATS" => "7",
1674 "WM_RENDERFORMAT" => "7",
1675 "WM_SETCURSOR" => "7",
1676 "WM_SETFOCUS" => "7",
1677 "WM_SETFONT" => "7",
1678 "WM_SETREDRAW" => "7",
1679 "WM_SETTEXT" => "7",
1680 "WM_SHOWWINDOW" => "7",
1681 "WM_SIZE" => "7",
1682 "WM_SIZECLIPBOARD" => "7",
1683 "WM_SPOOLERSTATUS" => "7",
1684 "WM_SYSCHAR" => "7",
1685 "WM_SYSCOLORCHANGE" => "7",
1686 "WM_SYSCOMMAND" => "7",
1687 "WM_SYSDEADCHAR" => "7",
1688 "WM_SYSKEYDOWN" => "7",
1689 "WM_SYSKEYUP" => "7",
1690 "WM_SYSTEMERROR" => "7",
1691 "WM_TIMECHANGE" => "7",
1692 "WM_TIMER" => "7",
1693 "WM_UNDO" => "7",
1694 "WM_USER" => "7",
1695 "WM_VKEYTOITEM" => "7",
1696 "WM_VSCROLL" => "7",
1697 "WM_VSCROLLCLIPBOARD" => "7",
1698 "WM_WINDOWPOSCHANGED" => "7",
1699 "WM_WINDOWPOSCHANGING" => "7",
1700 "WM_WININICHANGE" => "7",
1701 "ABC" => "8",
1702 "BITMAP" => "8",
1703 "BITMAPCOREHEADER" => "8",
1704 "BITMAPCOREINFO" => "8",
1705 "BITMAPFILEHEADER" => "8",
1706 "BITMAPINFO" => "8",
1707 "BITMAPINFOHEADER" => "8",
1708 "BOOL" => "8",
1709 "CALLBACK" => "8",
1710 "CBT_CREATEWND" => "8",
1711 "CBTACTIVATESTRUCT" => "8",
1712 "CHOOSECOLOR" => "8",
1713 "CHOOSEFONT" => "8",
1714 "CLASSENTRY" => "8",
1715 "CLIENTCREATESTRUCT" => "8",
1716 "COMPAREITEMSTRUCT" => "8",
1717 "COMSTAT" => "8",
1718 "CONVCONTEXT" => "8",
1719 "CONVINFO" => "8",
1720 "CPLINFO" => "8",
1721 "CREATESTRUCT" => "8",
1722 "CTLINFO" => "8",
1723 "CTLSTYLE" => "8",
1724 "CTLTYPE" => "8",
1725 "DCB" => "8",
1726 "DEBUGHOOKINFO" => "8",
1727 "DELETEITEMSTRUCT" => "8",
1728 "DEVMODE" => "8",
1729 "DEVNAMES" => "8",
1730 "DOCINFO" => "8",
1731 "DRAWITEMSTRUCT" => "8",
1732 "DRIVERINFOSTRUCT" => "8",
1733 "DRVCONFIGINFO" => "8",
1734 "EVENTMSG" => "8",
1735 "FINDREPLACE" => "8",
1736 "FIXED" => "8",
1737 "FMS_GETDRIVEINFO" => "8",
1738 "FMS_GETFILESEL" => "8",
1739 "FMS_LOAD" => "8",
1740 "GLOBALENTRY" => "8",
1741 "GLOBALINFO" => "8",
1742 "GLYPHMETRICS" => "8",
1743 "HANDLETABLE" => "8",
1744 "HANDLE" => "8",
1745 "HARDWAREHOOKSTRUCT" => "8",
1746 "HBITMAP" => "8",
1747 "HDC" => "8",
1748 "HELPWININFO" => "8",
1749 "HINSTANCE" => "8",
1750 "HSZPAIR" => "8",
1751 "HWND" => "8",
1752 "KERNINGPAIR" => "8",
1753 "LOCALENTRY" => "8",
1754 "LOCALINFO" => "8",
1755 "LOGBRUSH" => "8",
1756 "LOGFONT" => "8",
1757 "LOGPALETTE" => "8",
1758 "LOGPEN" => "8",
1759 "LPARAM" => "8",
1760 "LPSTR" => "8",
1761 "LRESULT" => "8",
1762 "MAT2" => "8",
1763 "MDICREATESTRUCT" => "8",
1764 "MEASUREITEMSTRUCT" => "8",
1765 "MEMMANINFO" => "8",
1766 "MENUITEMTEMPLATE" => "8",
1767 "MENUITEMTEMPLATEHEADER" => "8",
1768 "METAFILEPICT" => "8",
1769 "METAHEADER" => "8",
1770 "METARECORD" => "8",
1771 "MINMAXINFO" => "8",
1772 "MODULEENTRY" => "8",
1773 "MONCBSTRUCT" => "8",
1774 "MONCONVSTRUCT" => "8",
1775 "MONERRSTRUCT" => "8",
1776 "MONHSZSTRUCT" => "8",
1777 "MONLINKSTRUCT" => "8",
1778 "MONMSGSTRUCT" => "8",
1779 "MOUSEHOOKSTRUCT" => "8",
1780 "MSG" => "8",
1781 "MULTIKEYHELP" => "8",
1782 "NCCALCSIZE_PARAMS" => "8",
1783 "NEWCPLINFO" => "8",
1784 "NEWTEXTMETRIC" => "8",
1785 "NFYLOADSEG" => "8",
1786 "NFYLOGERROR" => "8",
1787 "NFYLOGPARAMERROR" => "8",
1788 "NFYRIP" => "8",
1789 "NFYSTARTDLL" => "8",
1790 "OFSTRUCT" => "8",
1791 "OPENFILENAME" => "8",
1792 "OUTLINETEXTMETRIC" => "8",
1793 "PAINTSTRUCT" => "8",
1794 "PALETTEENTRY" => "8",
1795 "PANOSE" => "8",
1796 "POINT" => "8",
1797 "POINTFX" => "8",
1798 "PRINTDLG" => "8",
1799 "RASTERIZER_STATUS" => "8",
1800 "RECT" => "8",
1801 "RGBQUAD" => "8",
1802 "RGBTRIPLE" => "8",
1803 "SEGINFO" => "8",
1804 "SIZE" => "8",
1805 "STACKTRACEENTRY" => "8",
1806 "SYSHEAPINFO" => "8",
1807 "TASKENTRY" => "8",
1808 "TEXTMETRIC" => "8",
1809 "TIMERINFO" => "8",
1810 "TTPOLYCURVE" => "8",
1811 "TTPOLYGONHEADER" => "8",
1812 "UINT" => "8",
1813 "VS_FIXEDFILEINFO" => "8",
1814 "WINDEBUGINFO" => "8",
1815 "WINDOWPLACEMENT" => "8",
1816 "WINDOWPOS" => "8",
1817 "WNDCLASS" => "8",
1818 "WNDPROC" => "8",
1819 "WPARAM" => "8");
1820
1821 // Special extensions
1822
1823 // Each category can specify a PHP function that returns an altered
1824 // version of the keyword.
1825
1826
1827
1828 $this->linkscripts = array(
1829 "1" => "donothing",
1830 "2" => "donothing",
1831 "3" => "donothing",
1832 "4" => "donothing",
1833 "5" => "donothing",
1834 "6" => "donothing",
1835 "7" => "donothing",
1836 "8" => "donothing");
1837 }

The documentation for this class was generated from the following file: