plugins/geshi/geshi/autoit.php
changeset 2 9e3258dfae15
parent 0 441963e5b07a
child 3 f3e2bbbd2155
equal deleted inserted replaced
1:c715631f809a 2:9e3258dfae15
     2 /*************************************************************************************
     2 /*************************************************************************************
     3  * autoit.php
     3  * autoit.php
     4  * --------
     4  * --------
     5  * Author: big_daddy (robert.i.anthony@gmail.com)
     5  * Author: big_daddy (robert.i.anthony@gmail.com)
     6  * Copyright: (c) 2006 and to GESHi ;)
     6  * Copyright: (c) 2006 and to GESHi ;)
     7  * Release Version: 1.0.7.20
     7  * Release Version: 1.0.8.2
     8  * Date Started: 26.01.2006
     8  * Date Started: 2006/01/26
       
     9  *
       
    10  * AutoIT language file for GeSHi.
       
    11  *
       
    12  * CHANGES
       
    13  * -------
       
    14  * Release 1.0.8.1 (2008/09/15)
       
    15  * - Updated on 22.03.2008 By Tlem (tlem@tuxolem.fr)
       
    16  * - The link on functions will now correctly re-direct to
       
    17  * - http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm
       
    18  * - Updated whith au3.api (09.02.2008).
       
    19  * - Updated - 16 Mai 2008 - v3.2.12.0
       
    20  * - Updated - 12 June 2008 - v3.2.12.1
       
    21  * Release 1.0.7.20 (2006/01/26)
       
    22  * - First Release
     9  *
    23  *
    10  * Current bugs & todo:
    24  * Current bugs & todo:
    11  * ----------
    25  * ----------
    12  * - dosn't highlight symbols (Please note that in 1.0.X these are not used. Hopefully they will be used in 1.2.X.)
    26  * - doesn't highlight symbols (Please note that in 1.0.X these are not used. Hopefully they will be used in 1.2.X.)
    13  * - not sure how to get sendkeys to work " {!}, {SPACE} etc... "
    27  * - not sure how to get sendkeys to work " {!}, {SPACE} etc... "
    14  * - jut copyied the regexp for variable from php so this HAVE to be checked and fixed to a better one ;)
    28  * - just copyied the regexp for variable from php so this HAVE to be checked and fixed to a better one ;)
    15  *
    29  *
    16  * Reference: http://www.autoitscript.com/autoit3/docs/
    30  * Reference: http://www.autoitscript.com/autoit3/docs/
    17  *************************************************************************************
    31  *************************************************************************************
    18  *
    32  *
    19  *     This file is part of GeSHi.
    33  *     This file is part of GeSHi.
    35  ************************************************************************************/
    49  ************************************************************************************/
    36 
    50 
    37 $language_data = array (
    51 $language_data = array (
    38     'LANG_NAME' => 'AutoIt',
    52     'LANG_NAME' => 'AutoIt',
    39     'COMMENT_SINGLE' => array(';'),
    53     'COMMENT_SINGLE' => array(';'),
    40     'COMMENT_MULTI' => array('#comments-start' => '#comments-end', '#cs' => '#ce'),
    54     'COMMENT_MULTI' => array(
       
    55         '#comments-start' => '#comments-end',
       
    56         '#cs' => '#ce'),
       
    57     'COMMENT_REGEXP' => array(0 => '/(?<!#)#(\s.*)?$/m'),
    41     'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
    58     'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
    42     'QUOTEMARKS' => array("'", '"'),
    59     'QUOTEMARKS' => array("'", '"'),
    43     'ESCAPE_CHAR' => '',
    60     'ESCAPE_CHAR' => '',
    44     'KEYWORDS' => array(
    61     'KEYWORDS' => array(
    45         1 => array(
    62         1 => array(
    46             'false', 'and', 'byref', 'case', 'const', 
    63             'And', 'ByRef', 'Case',
    47             'continuecase', 'continueloop', 'default', 'dim', 'do', 
    64             'Const', 'ContinueCase', 'ContinueLoop',
    48             'else', 'elseif', 'endfunc', 'endif', 'endselect', 
    65             'Default', 'Dim', 'Do',
    49             'endswitch', 'endwith', 'enum', 'exit', 'exitloop', 
    66             'Else', 'ElseIf', 'EndFunc',
    50             'for', 'func', 'global', 'if', 'in', 
    67             'EndIf', 'EndSelect', 'EndSwitch',
    51             'local', 'next', 'not', 'or', 'redim', 
    68             'EndWith', 'Enum', 'Exit',
    52             'return', 'select', 'step', 'switch', 'then', 
    69             'ExitLoop', 'False', 'For',
    53             'to', 'true', 'until', 'wend', 'while', 
    70             'Func', 'Global', 'If',
    54             'with'
    71             'In', 'Local', 'Next',
       
    72             'Not', 'Or', 'ReDim',
       
    73             'Return', 'Select', 'Step',
       
    74             'Switch', 'Then', 'To',
       
    75             'True', 'Until', 'WEnd',
       
    76             'While', 'With'
    55             ),
    77             ),
    56         2 => array(
    78         2 => array(
    57             '@appdatacommondir', '@appdatadir', '@autoitexe', '@autoitpid', 
    79             '@AppDataCommonDir', '@AppDataDir', '@AutoItExe',
    58             '@autoitversion', '@com_eventobj', '@commonfilesdir', '@compiled', 
    80             '@AutoItPID', '@AutoItUnicode', '@AutoItVersion',
    59             '@computername', '@comspec', '@cr', '@crlf', '@desktopcommondir', 
    81             '@AutoItX64', '@COM_EventObj', '@CommonFilesDir',
    60             '@desktopdepth', '@desktopdir', '@desktopheight', 
    82             '@Compiled', '@ComputerName', '@ComSpec',
    61             '@desktoprefresh', '@desktopwidth', '@documentscommondir', 
    83             '@CR', '@CRLF', '@DesktopCommonDir',
    62             '@error', '@exitcode', '@exitmethod', '@extended', 
    84             '@DesktopDepth', '@DesktopDir', '@DesktopHeight',
    63             '@favoritescommondir', '@favoritesdir', '@gui_ctrlhandle', 
    85             '@DesktopRefresh', '@DesktopWidth', '@DocumentsCommonDir',
    64             '@gui_ctrlid', '@gui_dragfile', '@gui_dragid', '@gui_dropid', 
    86             '@error', '@exitCode', '@exitMethod',
    65             '@gui_winhandle', '@homedrive', '@homepath', '@homeshare', 
    87             '@extended', '@FavoritesCommonDir', '@FavoritesDir',
    66             '@hotkeypressed', '@hour', '@inetgetactive', '@inetgetbytesread', 
    88             '@GUI_CtrlHandle', '@GUI_CtrlId', '@GUI_DragFile',
    67             '@ipaddress1', '@ipaddress2', '@ipaddress3', '@ipaddress4', 
    89             '@GUI_DragId', '@GUI_DropId', '@GUI_WinHandle',
    68             '@kblayout', '@lf', '@logondnsdomain', '@logondomain', 
    90             '@HomeDrive', '@HomePath', '@HomeShare',
    69             '@logonserver', '@mday', '@min', '@mon', '@mydocumentsdir', 
    91             '@HotKeyPressed', '@HOUR', '@InetGetActive',
    70             '@numparams', '@osbuild', '@oslang', '@osservicepack', '@ostype', 
    92             '@InetGetBytesRead', '@IPAddress1', '@IPAddress2',
    71             '@osversion', '@processorarch', '@programfilesdir', 
    93             '@IPAddress3', '@IPAddress4', '@KBLayout',
    72             '@programscommondir', '@programsdir', '@scriptdir', 
    94             '@LF', '@LogonDNSDomain', '@LogonDomain',
    73             '@scriptfullpath', '@scriptlinenumber', '@scriptname', '@sec', 
    95             '@LogonServer', '@MDAY', '@MIN',
    74             '@startmenucommondir', '@startmenudir', '@startupcommondir', 
    96             '@MON', '@MyDocumentsDir', '@NumParams',
    75             '@startupdir', '@sw_disable', '@sw_enable', '@sw_hide', '@sw_lock', 
    97             '@OSBuild', '@OSLang', '@OSServicePack',
    76             '@sw_maximize', '@sw_minimize', '@sw_restore', '@sw_show', 
    98             '@OSTYPE', '@OSVersion', '@ProcessorArch',
    77             '@sw_showdefault', '@sw_showmaximized', '@sw_showminimized', 
    99             '@ProgramFilesDir', '@ProgramsCommonDir', '@ProgramsDir',
    78             '@sw_showminnoactive', '@sw_showna', '@sw_shownoactivate', 
   100             '@ScriptDir', '@ScriptFullPath', '@ScriptLineNumber',
    79             '@sw_shownormal', '@sw_unlock', '@systemdir', '@tab', '@tempdir', 
   101             '@ScriptName', '@SEC', '@StartMenuCommonDir',
    80             '@tray_id', '@trayiconflashing', '@trayiconvisible', '@username', 
   102             '@StartMenuDir', '@StartupCommonDir', '@StartupDir',
    81             '@userprofiledir', '@wday', '@windowsdir', '@workingdir', '@yday', 
   103             '@SW_DISABLE', '@SW_ENABLE', '@SW_HIDE',
    82             '@year'
   104             '@SW_LOCK', '@SW_MAXIMIZE', '@SW_MINIMIZE',
       
   105             '@SW_RESTORE', '@SW_SHOW', '@SW_SHOWDEFAULT',
       
   106             '@SW_SHOWMAXIMIZED', '@SW_SHOWMINIMIZED', '@SW_SHOWMINNOACTIVE',
       
   107             '@SW_SHOWNA', '@SW_SHOWNOACTIVATE', '@SW_SHOWNORMAL',
       
   108             '@SW_UNLOCK', '@SystemDir', '@TAB',
       
   109             '@TempDir', '@TRAY_ID', '@TrayIconFlashing',
       
   110             '@TrayIconVisible', '@UserName', '@UserProfileDir',
       
   111             '@WDAY', '@WindowsDir', '@WorkingDir',
       
   112             '@YDAY', '@YEAR'
    83             ),
   113             ),
    84         3 => array(
   114         3 => array(
    85             'abs', 'acos', 'adlibdisable', 'adlibenable', 'asc', 'asin', 
   115             'Abs', 'ACos', 'AdlibDisable',
    86             'assign', 'atan', 'autoitsetoption', 'autoitwingettitle', 
   116             'AdlibEnable', 'Asc', 'AscW',
    87             'autoitwinsettitle', 'beep', 'binarystring', 'bitand', 'bitnot', 
   117             'ASin', 'Assign', 'ATan',
    88             'bitor', 'bitrotate', 'bitshift', 'bitxor', 'blockinput', 'break', 
   118             'AutoItSetOption', 'AutoItWinGetTitle', 'AutoItWinSetTitle',
    89             'call', 'cdtray', 'ceiling', 'chr', 'clipget', 'clipput', 
   119             'Beep', 'Binary', 'BinaryLen',
    90             'consoleread', 'consolewrite', 'consolewriteerror', 'controlclick', 
   120             'BinaryMid', 'BinaryToString', 'BitAND',
    91             'controlcommand', 'controldisable', 'controlenable', 
   121             'BitNOT', 'BitOR', 'BitRotate',
    92             'controlfocus', 'controlgetfocus', 'controlgethandle', 
   122             'BitShift', 'BitXOR', 'BlockInput',
    93             'controlgetpos', 'controlgettext', 'controlhide', 
   123             'Break', 'Call', 'CDTray',
    94             'controllistview', 'controlmove', 'controlsend', 'controlsettext', 
   124             'Ceiling', 'Chr', 'ChrW',
    95             'controlshow', 'cos', 'dec', 'dircopy', 'dircreate', 'dirgetsize', 
   125             'ClipGet', 'ClipPut', 'ConsoleRead',
    96             'dirmove', 'dirremove', 'dllcall', 'dllclose', 'dllopen', 
   126             'ConsoleWrite', 'ConsoleWriteError', 'ControlClick',
    97             'dllstructcreate', 'dllstructgetdata', 'dllstructgetptr', 
   127             'ControlCommand', 'ControlDisable', 'ControlEnable',
    98             'dllstructgetsize', 'dllstructsetdata', 'drivegetdrive', 
   128             'ControlFocus', 'ControlGetFocus', 'ControlGetHandle',
    99             'drivegetfilesystem', 'drivegetlabel', 'drivegetserial', 
   129             'ControlGetPos', 'ControlGetText', 'ControlHide',
   100             'drivegettype', 'drivemapadd', 'drivemapdel', 'drivemapget', 
   130             'ControlListView', 'ControlMove', 'ControlSend',
   101             'drivesetlabel', 'drivespacefree', 'drivespacetotal', 
   131             'ControlSetText', 'ControlShow', 'ControlTreeView',
   102             'drivestatus', 'envget', 'envset', 'envupdate', 'eval', 'execute', 
   132             'Cos', 'Dec', 'DirCopy',
   103             'exp', 'filechangedir', 'fileclose', 'filecopy', 
   133             'DirCreate', 'DirGetSize', 'DirMove',
   104             'filecreatentfslink', 'filecreateshortcut', 'filedelete', 
   134             'DirRemove', 'DllCall', 'DllCallbackFree',
   105             'fileexists', 'filefindfirstfile', 'filefindnextfile', 
   135             'DllCallbackGetPtr', 'DllCallbackRegister', 'DllClose',
   106             'filegetattrib', 'filegetlongname', 'filegetshortcut', 
   136             'DllOpen', 'DllStructCreate', 'DllStructGetData',
   107             'filegetshortname', 'filegetsize', 'filegettime', 'filegetversion', 
   137             'DllStructGetPtr', 'DllStructGetSize', 'DllStructSetData',
   108             'fileinstall', 'filemove', 'fileopen', 'fileopendialog', 
   138             'DriveGetDrive', 'DriveGetFileSystem', 'DriveGetLabel',
   109             'fileread', 'filereadline', 'filerecycle', 'filerecycleempty', 
   139             'DriveGetSerial', 'DriveGetType', 'DriveMapAdd',
   110             'filesavedialog', 'fileselectfolder', 'filesetattrib', 
   140             'DriveMapDel', 'DriveMapGet', 'DriveSetLabel',
   111             'filesettime', 'filewrite', 'filewriteline', 'floor', 
   141             'DriveSpaceFree', 'DriveSpaceTotal', 'DriveStatus',
   112             'ftpsetproxy', 'guicreate', 'guictrlcreateavi', 
   142             'EnvGet', 'EnvSet', 'EnvUpdate',
   113             'guictrlcreatebutton', 'guictrlcreatecheckbox', 
   143             'Eval', 'Execute', 'Exp',
   114             'guictrlcreatecombo', 'guictrlcreatecontextmenu', 
   144             'FileChangeDir', 'FileClose', 'FileCopy',
   115             'guictrlcreatedate', 'guictrlcreatedummy', 'guictrlcreateedit', 
   145             'FileCreateNTFSLink', 'FileCreateShortcut', 'FileDelete',
   116             'guictrlcreategraphic', 'guictrlcreategroup', 'guictrlcreateicon', 
   146             'FileExists', 'FileFindFirstFile', 'FileFindNextFile',
   117             'guictrlcreateinput', 'guictrlcreatelabel', 'guictrlcreatelist', 
   147             'FileGetAttrib', 'FileGetLongName', 'FileGetShortcut',
   118             'guictrlcreatelistview', 'guictrlcreatelistviewitem', 
   148             'FileGetShortName', 'FileGetSize', 'FileGetTime',
   119             'guictrlcreatemenu', 'guictrlcreatemenuitem', 
   149             'FileGetVersion', 'FileInstall', 'FileMove',
   120             'guictrlcreatemonthcal', 'guictrlcreateobj', 'guictrlcreatepic', 
   150             'FileOpen', 'FileOpenDialog', 'FileRead',
   121             'guictrlcreateprogress', 'guictrlcreateradio', 
   151             'FileReadLine', 'FileRecycle', 'FileRecycleEmpty',
   122             'guictrlcreateslider', 'guictrlcreatetab', 'guictrlcreatetabitem', 
   152             'FileSaveDialog', 'FileSelectFolder', 'FileSetAttrib',
   123             'guictrlcreatetreeview', 'guictrlcreatetreeviewitem', 
   153             'FileSetTime', 'FileWrite', 'FileWriteLine',
   124             'guictrlcreateupdown', 'guictrldelete', 'guictrlgethandle', 
   154             'Floor', 'FtpSetProxy', 'GUICreate',
   125             'guictrlgetstate', 'guictrlread', 'guictrlrecvmsg', 
   155             'GUICtrlCreateAvi', 'GUICtrlCreateButton', 'GUICtrlCreateCheckbox',
   126             'guictrlregisterlistviewsort', 'guictrlsendmsg', 
   156             'GUICtrlCreateCombo', 'GUICtrlCreateContextMenu', 'GUICtrlCreateDate',
   127             'guictrlsendtodummy', 'guictrlsetbkcolor', 'guictrlsetcolor', 
   157             'GUICtrlCreateDummy', 'GUICtrlCreateEdit', 'GUICtrlCreateGraphic',
   128             'guictrlsetcursor', 'guictrlsetdata', 'guictrlsetfont', 
   158             'GUICtrlCreateGroup', 'GUICtrlCreateIcon', 'GUICtrlCreateInput',
   129             'guictrlsetgraphic', 'guictrlsetimage', 'guictrlsetlimit', 
   159             'GUICtrlCreateLabel', 'GUICtrlCreateList', 'GUICtrlCreateListView',
   130             'guictrlsetonevent', 'guictrlsetpos', 'guictrlsetresizing', 
   160             'GUICtrlCreateListViewItem', 'GUICtrlCreateMenu', 'GUICtrlCreateMenuItem',
   131             'guictrlsetstate', 'guictrlsetstyle', 'guictrlsettip', 'guidelete', 
   161             'GUICtrlCreateMonthCal', 'GUICtrlCreateObj', 'GUICtrlCreatePic',
   132             'guigetcursorinfo', 'guigetmsg', 'guiregistermsg', 'guisetbkcolor', 
   162             'GUICtrlCreateProgress', 'GUICtrlCreateRadio', 'GUICtrlCreateSlider',
   133             'guisetcoord', 'guisetcursor', 'guisetfont', 'guisethelp', 
   163             'GUICtrlCreateTab', 'GUICtrlCreateTabItem', 'GUICtrlCreateTreeView',
   134             'guiseticon', 'guisetonevent', 'guisetstate', 'guistartgroup', 
   164             'GUICtrlCreateTreeViewItem', 'GUICtrlCreateUpdown', 'GUICtrlDelete',
   135             'guiswitch', 'hex', 'hotkeyset', 'httpsetproxy', 'hwnd', 'inetget', 
   165             'GUICtrlGetHandle', 'GUICtrlGetState', 'GUICtrlRead',
   136             'inetgetsize', 'inidelete', 'iniread', 'inireadsection', 
   166             'GUICtrlRecvMsg', 'GUICtrlRegisterListViewSort', 'GUICtrlSendMsg',
   137             'inireadsectionnames', 'inirenamesection', 'iniwrite', 
   167             'GUICtrlSendToDummy', 'GUICtrlSetBkColor', 'GUICtrlSetColor',
   138             'iniwritesection', 'inputbox', 'int', 'isadmin', 'isarray', 
   168             'GUICtrlSetCursor', 'GUICtrlSetData', 'GUICtrlSetFont',
   139             'isbinarystring', 'isbool', 'isdeclared', 'isdllstruct', 'isfloat', 
   169             'GUICtrlSetDefColor', 'GUICtrlSetDefBkColor',
   140             'ishwnd', 'isint', 'iskeyword', 'isnumber', 'isobj', 'isstring', 
   170             'GUICtrlSetGraphic', 'GUICtrlSetImage', 'GUICtrlSetLimit',
   141             'log', 'memgetstats', 'mod', 'mouseclick', 'mouseclickdrag', 
   171             'GUICtrlSetOnEvent', 'GUICtrlSetPos', 'GUICtrlSetResizing',
   142             'mousedown', 'mousegetcursor', 'mousegetpos', 'mousemove', 
   172             'GUICtrlSetState', 'GUICtrlSetStyle', 'GUICtrlSetTip',
   143             'mouseup', 'mousewheel', 'msgbox', 'number', 'objcreate', 
   173             'GUIDelete', 'GUIGetCursorInfo', 'GUIGetMsg',
   144             'objevent', 'objget', 'objname', 'opt', 'ping', 'pixelchecksum', 
   174             'GUIGetStyle', 'GUIRegisterMsg', 'GUISetAccelerators()', 'GUISetBkColor',
   145             'pixelgetcolor', 'pixelsearch', 'pluginclose', 'pluginopen', 
   175             'GUISetCoord', 'GUISetCursor', 'GUISetFont',
   146             'processclose', 'processexists', 'processlist', 
   176             'GUISetHelp', 'GUISetIcon', 'GUISetOnEvent',
   147             'processsetpriority', 'processwait', 'processwaitclose', 
   177             'GUISetState', 'GUISetStyle', 'GUIStartGroup',
   148             'progressoff', 'progresson', 'progressset', 'random', 'regdelete', 
   178             'GUISwitch', 'Hex', 'HotKeySet',
   149             'regenumkey', 'regenumval', 'regread', 'regwrite', 'round', 'run', 
   179             'HttpSetProxy', 'HWnd', 'InetGet',
   150             'runasset', 'runwait', 'send', 'seterror', 'setextended', 
   180             'InetGetSize', 'IniDelete', 'IniRead',
   151             'shellexecute', 'shellexecutewait', 'shutdown', 'sin', 'sleep', 
   181             'IniReadSection', 'IniReadSectionNames', 'IniRenameSection',
   152             'soundplay', 'soundsetwavevolume', 'splashimageon', 'splashoff', 
   182             'IniWrite', 'IniWriteSection', 'InputBox',
   153             'splashtexton', 'sqrt', 'srandom', 'statusbargettext', 
   183             'Int', 'IsAdmin', 'IsArray',
   154             'stderrread', 'stdinwrite', 'stdoutread', 'string', 'stringaddcr', 
   184             'IsBinary', 'IsBool', 'IsDeclared',
   155             'stringformat', 'stringinstr', 'stringisalnum', 'stringisalpha', 
   185             'IsDllStruct', 'IsFloat', 'IsHWnd',
   156             'stringisascii', 'stringisdigit', 'stringisfloat', 'stringisint', 
   186             'IsInt', 'IsKeyword', 'IsNumber',
   157             'stringislower', 'stringisspace', 'stringisupper', 
   187             'IsObj', 'IsPtr', 'IsString',
   158             'stringisxdigit', 'stringleft', 'stringlen', 'stringlower', 
   188             'Log', 'MemGetStats', 'Mod',
   159             'stringmid', 'stringregexp', 'stringregexpreplace', 
   189             'MouseClick', 'MouseClickDrag', 'MouseDown',
   160             'stringreplace', 'stringright', 'stringsplit', 'stringstripcr', 
   190             'MouseGetCursor', 'MouseGetPos', 'MouseMove',
   161             'stringstripws', 'stringtrimleft', 'stringtrimright', 
   191             'MouseUp', 'MouseWheel', 'MsgBox',
   162             'stringupper', 'tan', 'tcpaccept', 'tcpclosesocket', 'tcpconnect', 
   192             'Number', 'ObjCreate', 'ObjEvent',
   163             'tcplisten', 'tcpnametoip', 'tcprecv', 'tcpsend', 'tcpshutdown', 
   193             'ObjGet', 'ObjName', 'Opt',
   164             'tcpstartup', 'timerdiff', 'timerinit', 'timerstart', 'timerstop', 
   194             'Ping', 'PixelChecksum', 'PixelGetColor',
   165             'tooltip', 'traycreateitem', 'traycreatemenu', 'traygetmsg', 
   195             'PixelSearch', 'PluginClose', 'PluginOpen',
   166             'trayitemdelete', 'trayitemgethandle', 'trayitemgetstate', 
   196             'ProcessClose', 'ProcessExists', 'ProcessGetStats',
   167             'trayitemgettext', 'trayitemsetonevent', 'trayitemsetstate', 
   197             'ProcessList', 'ProcessSetPriority', 'ProcessWait',
   168             'trayitemsettext', 'traysetclick', 'trayseticon', 'traysetonevent', 
   198             'ProcessWaitClose', 'ProgressOff', 'ProgressOn',
   169             'traysetpauseicon', 'traysetstate', 'traysettooltip', 'traytip', 
   199             'ProgressSet', 'Ptr', 'Random',
   170             'ubound', 'udpbind', 'udpclosesocket', 'udpopen', 'udprecv', 
   200             'RegDelete', 'RegEnumKey', 'RegEnumVal',
   171             'udpsend', 'winactivate', 'winactive', 'winclose', 'winexists', 
   201             'RegRead', 'RegWrite', 'Round',
   172             'winflash', 'wingetcaretpos', 'wingetclasslist', 
   202             'Run', 'RunAs', 'RunAsWait',
   173             'wingetclientsize', 'wingethandle', 'wingetpos', 'wingetprocess', 
   203             'RunWait', 'Send', 'SendKeepActive',
   174             'wingetstate', 'wingettext', 'wingettitle', 'winkill', 'winlist', 
   204             'SetError', 'SetExtended', 'ShellExecute',
   175             'winmenuselectitem', 'winminimizeall', 'winminimizeallundo', 
   205             'ShellExecuteWait', 'Shutdown', 'Sin',
   176             'winmove', 'winsetontop', 'winsetstate', 'winsettitle', 
   206             'Sleep', 'SoundPlay', 'SoundSetWaveVolume',
   177             'winsettrans', 'winshow', 'winwait', 'winwaitactive', 
   207             'SplashImageOn', 'SplashOff', 'SplashTextOn',
   178             'winwaitclose', 'winwaitnotactive'
   208             'Sqrt', 'SRandom', 'StatusbarGetText',
       
   209             'StderrRead', 'StdinWrite', 'StdioClose',
       
   210             'StdoutRead', 'String', 'StringAddCR',
       
   211             'StringCompare', 'StringFormat', 'StringInStr',
       
   212             'StringIsAlNum', 'StringIsAlpha', 'StringIsASCII',
       
   213             'StringIsDigit', 'StringIsFloat', 'StringIsInt',
       
   214             'StringIsLower', 'StringIsSpace', 'StringIsUpper',
       
   215             'StringIsXDigit', 'StringLeft', 'StringLen',
       
   216             'StringLower', 'StringMid', 'StringRegExp',
       
   217             'StringRegExpReplace', 'StringReplace', 'StringRight',
       
   218             'StringSplit', 'StringStripCR', 'StringStripWS',
       
   219             'StringToBinary', 'StringTrimLeft', 'StringTrimRight',
       
   220             'StringUpper', 'Tan', 'TCPAccept',
       
   221             'TCPCloseSocket', 'TCPConnect', 'TCPListen',
       
   222             'TCPNameToIP', 'TCPRecv', 'TCPSend',
       
   223             'TCPShutdown', 'TCPStartup', 'TimerDiff',
       
   224             'TimerInit', 'ToolTip', 'TrayCreateItem',
       
   225             'TrayCreateMenu', 'TrayGetMsg', 'TrayItemDelete',
       
   226             'TrayItemGetHandle', 'TrayItemGetState', 'TrayItemGetText',
       
   227             'TrayItemSetOnEvent', 'TrayItemSetState', 'TrayItemSetText',
       
   228             'TraySetClick', 'TraySetIcon', 'TraySetOnEvent',
       
   229             'TraySetPauseIcon', 'TraySetState', 'TraySetToolTip',
       
   230             'TrayTip', 'UBound', 'UDPBind',
       
   231             'UDPCloseSocket', 'UDPOpen', 'UDPRecv',
       
   232             'UDPSend', 'UDPShutdown', 'UDPStartup',
       
   233             'VarGetType', 'WinActivate', 'WinActive',
       
   234             'WinClose', 'WinExists', 'WinFlash',
       
   235             'WinGetCaretPos', 'WinGetClassList', 'WinGetClientSize',
       
   236             'WinGetHandle', 'WinGetPos', 'WinGetProcess',
       
   237             'WinGetState', 'WinGetText', 'WinGetTitle',
       
   238             'WinKill', 'WinList', 'WinMenuSelectItem',
       
   239             'WinMinimizeAll', 'WinMinimizeAllUndo', 'WinMove',
       
   240             'WinSetOnTop', 'WinSetState', 'WinSetTitle',
       
   241             'WinSetTrans', 'WinWait', 'WinWaitActive',
       
   242             'WinWaitClose', 'WinWaitNotActive'
   179             ),
   243             ),
   180         4 => array(
   244         4 => array(
   181             '_arrayadd', '_arraybinarysearch', '_arraycreate', '_arraydelete', 
   245             '_ArrayAdd', '_ArrayBinarySearch', '_ArrayConcatenate',
   182             '_arraydisplay', '_arrayinsert', '_arraymax', '_arraymaxindex', 
   246             '_ArrayDelete', '_ArrayDisplay', '_ArrayFindAll',
   183             '_arraymin', '_arrayminindex', '_arraypop', '_arraypush', 
   247             '_ArrayInsert', '_ArrayMax', '_ArrayMaxIndex',
   184             '_arrayreverse', '_arraysearch', '_arraysort', '_arrayswap', 
   248             '_ArrayMin', '_ArrayMinIndex', '_ArrayPop',
   185             '_arraytoclip', '_arraytostring', '_arraytrim', '_colorgetblue', 
   249             '_ArrayPush', '_ArrayReverse', '_ArraySearch',
   186             '_colorgetgreen', '_colorgetred', '_dateadd', '_datedayofweek', 
   250             '_ArraySort', '_ArraySwap', '_ArrayToClip',
   187             '_datedaysinmonth', '_datediff', '_dateisleapyear', '_dateisvalid', 
   251             '_ArrayToString', '_ArrayTrim', '_ChooseColor',
   188             '_datetimeformat', '_datetimesplit', '_datetodayofweek', 
   252             '_ChooseFont', '_ClipBoard_ChangeChain', '_ClipBoard_Close',
   189             '_datetodayofweekiso', '_datetodayvalue', '_dayvaluetodate', 
   253             '_ClipBoard_CountFormats', '_ClipBoard_Empty', '_ClipBoard_EnumFormats',
   190             '_now', '_nowcalc', '_nowcalcdate', '_nowdate', '_nowtime', 
   254             '_ClipBoard_FormatStr', '_ClipBoard_GetData', '_ClipBoard_GetDataEx',
   191             '_setdate', '_settime', '_tickstotime', '_timetoticks', 
   255             '_ClipBoard_GetFormatName', '_ClipBoard_GetOpenWindow', '_ClipBoard_GetOwner',
   192             '_weeknumberiso', '_filecountlines', '_filecreate', 
   256             '_ClipBoard_GetPriorityFormat', '_ClipBoard_GetSequenceNumber', '_ClipBoard_GetViewer',
   193             '_filelisttoarray', '_fileprint', '_filereadtoarray', 
   257             '_ClipBoard_IsFormatAvailable', '_ClipBoard_Open', '_ClipBoard_RegisterFormat',
   194             '_filewritefromarray', '_filewritelog', '_filewritetoline', 
   258             '_ClipBoard_SetData', '_ClipBoard_SetDataEx', '_ClipBoard_SetViewer',
   195             '_pathfull', '_pathmake', '_pathsplit', '_replacestringinfile', 
   259             '_ClipPutFile', '_ColorConvertHSLtoRGB', '_ColorConvertRGBtoHSL',
   196             '_tempfile', '_guictrlcomboadddir', '_guictrlcomboaddstring', 
   260             '_ColorGetBlue', '_ColorGetGreen', '_ColorGetRed',
   197             '_guictrlcomboautocomplete', '_guictrlcombodeletestring', 
   261             '_Date_Time_CompareFileTime', '_Date_Time_DOSDateTimeToArray', '_Date_Time_DOSDateTimeToFileTime',
   198             '_guictrlcombofindstring', '_guictrlcombogetcount', 
   262             '_Date_Time_DOSDateTimeToStr', '_Date_Time_DOSDateToArray', '_Date_Time_DOSDateToStr',
   199             '_guictrlcombogetcursel', '_guictrlcombogetdroppedcontrolrect', 
   263             '_Date_Time_DOSTimeToArray', '_Date_Time_DOSTimeToStr', '_Date_Time_EncodeFileTime',
   200             '_guictrlcombogetdroppedstate', '_guictrlcombogetdroppedwidth', 
   264             '_Date_Time_EncodeSystemTime', '_Date_Time_FileTimeToArray', '_Date_Time_FileTimeToDOSDateTime',
   201             '_guictrlcombogeteditsel', '_guictrlcombogetextendedui', 
   265             '_Date_Time_FileTimeToLocalFileTime', '_Date_Time_FileTimeToStr', '_Date_Time_FileTimeToSystemTime',
   202             '_guictrlcombogethorizontalextent', '_guictrlcombogetitemheight', 
   266             '_Date_Time_GetFileTime', '_Date_Time_GetLocalTime', '_Date_Time_GetSystemTime',
   203             '_guictrlcombogetlbtext', '_guictrlcombogetlbtextlen', 
   267             '_Date_Time_GetSystemTimeAdjustment', '_Date_Time_GetSystemTimeAsFileTime', '_Date_Time_GetSystemTimes',
   204             '_guictrlcombogetlist', '_guictrlcombogetlocale', 
   268             '_Date_Time_GetTickCount', '_Date_Time_GetTimeZoneInformation', '_Date_Time_LocalFileTimeToFileTime',
   205             '_guictrlcombogetminvisible', '_guictrlcombogettopindex', 
   269             '_Date_Time_SetFileTime', '_Date_Time_SetLocalTime', '_Date_Time_SetSystemTime',
   206             '_guictrlcomboinitstorage', '_guictrlcomboinsertstring', 
   270             '_Date_Time_SetSystemTimeAdjustment', '_Date_Time_SetTimeZoneInformation', '_Date_Time_SystemTimeToArray',
   207             '_guictrlcombolimittext', '_guictrlcomboresetcontent', 
   271             '_Date_Time_SystemTimeToDateStr', '_Date_Time_SystemTimeToDateTimeStr', '_Date_Time_SystemTimeToFileTime',
   208             '_guictrlcomboselectstring', '_guictrlcombosetcursel', 
   272             '_Date_Time_SystemTimeToTimeStr', '_Date_Time_SystemTimeToTzSpecificLocalTime', '_Date_Time_TzSpecificLocalTimeToSystemTime',
   209             '_guictrlcombosetdroppedwidth', '_guictrlcomboseteditsel', 
   273             '_DateAdd', '_DateDayOfWeek', '_DateDaysInMonth',
   210             '_guictrlcombosetextendedui', '_guictrlcombosethorizontalextent', 
   274             '_DateDiff', '_DateIsLeapYear', '_DateIsValid',
   211             '_guictrlcombosetitemheight', '_guictrlcombosetminvisible', 
   275             '_DateTimeFormat', '_DateTimeSplit', '_DateToDayOfWeek',
   212             '_guictrlcombosettopindex', '_guictrlcomboshowdropdown', 
   276             '_DateToDayOfWeekISO', '_DateToDayValue', '_DateToMonth',
   213             '_guictrleditcanundo', '_guictrleditemptyundobuffer', 
   277             '_DayValueToDate', '_DebugBugReportEnv', '_DebugOut',
   214             '_guictrleditfind', '_guictrleditgetfirstvisibleline', 
   278             '_DebugSetup', '_Degree', '_EventLog__Backup',
   215             '_guictrleditgetline', '_guictrleditgetlinecount', 
   279             '_EventLog__Clear', '_EventLog__Close', '_EventLog__Count',
   216             '_guictrleditgetmodify', '_guictrleditgetrect', 
   280             '_EventLog__DeregisterSource', '_EventLog__Full', '_EventLog__Notify',
   217             '_guictrleditgetsel', '_guictrleditlinefromchar', 
   281             '_EventLog__Oldest', '_EventLog__Open', '_EventLog__OpenBackup',
   218             '_guictrleditlineindex', '_guictrleditlinelength', 
   282             '_EventLog__Read', '_EventLog__RegisterSource', '_EventLog__Report',
   219             '_guictrleditlinescroll', '_guictrleditreplacesel', 
   283             '_FileCountLines', '_FileCreate', '_FileListToArray',
   220             '_guictrleditscroll', '_guictrleditsetmodify', 
   284             '_FilePrint', '_FileReadToArray', '_FileWriteFromArray',
   221             '_guictrleditsetrect', '_guictrleditsetsel', '_guictrleditundo', 
   285             '_FileWriteLog', '_FileWriteToLine', '_GDIPlus_ArrowCapCreate',
   222             '_guictrlipaddressclear', '_guictrlipaddresscreate', 
   286             '_GDIPlus_ArrowCapDispose', '_GDIPlus_ArrowCapGetFillState', '_GDIPlus_ArrowCapGetHeight',
   223             '_guictrlipaddressdelete', '_guictrlipaddressget', 
   287             '_GDIPlus_ArrowCapGetMiddleInset', '_GDIPlus_ArrowCapGetWidth', '_GDIPlus_ArrowCapSetFillState',
   224             '_guictrlipaddressisblank', '_guictrlipaddressset', 
   288             '_GDIPlus_ArrowCapSetHeight', '_GDIPlus_ArrowCapSetMiddleInset', '_GDIPlus_ArrowCapSetWidth',
   225             '_guictrlipaddresssetfocus', '_guictrlipaddresssetfont', 
   289             '_GDIPlus_BitmapCloneArea', '_GDIPlus_BitmapCreateFromFile', '_GDIPlus_BitmapCreateFromGraphics',
   226             '_guictrlipaddresssetrange', '_guictrlipaddressshowhide', 
   290             '_GDIPlus_BitmapCreateFromHBITMAP', '_GDIPlus_BitmapCreateHBITMAPFromBitmap', '_GDIPlus_BitmapDispose',
   227             '_guictrllistadddir', '_guictrllistadditem', '_guictrllistclear', 
   291             '_GDIPlus_BitmapLockBits', '_GDIPlus_BitmapUnlockBits', '_GDIPlus_BrushClone',
   228             '_guictrllistcount', '_guictrllistdeleteitem', 
   292             '_GDIPlus_BrushCreateSolid', '_GDIPlus_BrushDispose', '_GDIPlus_BrushGetType',
   229             '_guictrllistfindstring', '_guictrllistgetanchorindex', 
   293             '_GDIPlus_CustomLineCapDispose', '_GDIPlus_Decoders', '_GDIPlus_DecodersGetCount',
   230             '_guictrllistgetcaretindex', '_guictrllistgethorizontalextent', 
   294             '_GDIPlus_DecodersGetSize', '_GDIPlus_Encoders', '_GDIPlus_EncodersGetCLSID',
   231             '_guictrllistgetinfo', '_guictrllistgetitemrect', 
   295             '_GDIPlus_EncodersGetCount', '_GDIPlus_EncodersGetParamList', '_GDIPlus_EncodersGetParamListSize',
   232             '_guictrllistgetlocale', '_guictrllistgetselcount', 
   296             '_GDIPlus_EncodersGetSize', '_GDIPlus_FontCreate', '_GDIPlus_FontDispose',
   233             '_guictrllistgetselitems', '_guictrllistgetselitemstext', 
   297             '_GDIPlus_FontFamilyCreate', '_GDIPlus_FontFamilyDispose', '_GDIPlus_GraphicsClear',
   234             '_guictrllistgetselstate', '_guictrllistgettext', 
   298             '_GDIPlus_GraphicsCreateFromHDC', '_GDIPlus_GraphicsCreateFromHWND', '_GDIPlus_GraphicsDispose',
   235             '_guictrllistgettextlen', '_guictrllistgettopindex', 
   299             '_GDIPlus_GraphicsDrawArc', '_GDIPlus_GraphicsDrawBezier', '_GDIPlus_GraphicsDrawClosedCurve',
   236             '_guictrllistinsertitem', '_guictrllistreplacestring', 
   300             '_GDIPlus_GraphicsDrawCurve', '_GDIPlus_GraphicsDrawEllipse', '_GDIPlus_GraphicsDrawImage',
   237             '_guictrllistselectedindex', '_guictrllistselectindex', 
   301             '_GDIPlus_GraphicsDrawImageRect', '_GDIPlus_GraphicsDrawImageRectRect', '_GDIPlus_GraphicsDrawLine',
   238             '_guictrllistselectstring', '_guictrllistselitemrange', 
   302             '_GDIPlus_GraphicsDrawPie', '_GDIPlus_GraphicsDrawPolygon', '_GDIPlus_GraphicsDrawRect',
   239             '_guictrllistselitemrangeex', '_guictrllistsetanchorindex', 
   303             '_GDIPlus_GraphicsDrawString', '_GDIPlus_GraphicsDrawStringEx', '_GDIPlus_GraphicsFillClosedCurve',
   240             '_guictrllistsetcaretindex', '_guictrllistsethorizontalextent', 
   304             '_GDIPlus_GraphicsFillEllipse', '_GDIPlus_GraphicsFillPie', '_GDIPlus_GraphicsFillRect',
   241             '_guictrllistsetlocale', '_guictrllistsetsel', 
   305             '_GDIPlus_GraphicsGetDC', '_GDIPlus_GraphicsGetSmoothingMode', '_GDIPlus_GraphicsMeasureString',
   242             '_guictrllistsettopindex', '_guictrllistsort', 
   306             '_GDIPlus_GraphicsReleaseDC', '_GDIPlus_GraphicsSetSmoothingMode', '_GDIPlus_GraphicsSetTransform',
   243             '_guictrllistswapstring', '_guictrllistviewcopyitems', 
   307             '_GDIPlus_ImageDispose', '_GDIPlus_ImageGetGraphicsContext', '_GDIPlus_ImageGetHeight',
   244             '_guictrllistviewdeleteallitems', '_guictrllistviewdeletecolumn', 
   308             '_GDIPlus_ImageGetWidth', '_GDIPlus_ImageLoadFromFile', '_GDIPlus_ImageSaveToFile',
   245             '_guictrllistviewdeleteitem', 
   309             '_GDIPlus_ImageSaveToFileEx', '_GDIPlus_MatrixCreate', '_GDIPlus_MatrixDispose',
   246             '_guictrllistviewdeleteitemsselected', 
   310             '_GDIPlus_MatrixRotate', '_GDIPlus_ParamAdd', '_GDIPlus_ParamInit',
   247             '_guictrllistviewensurevisible', '_guictrllistviewfinditem', 
   311             '_GDIPlus_PenCreate', '_GDIPlus_PenDispose', '_GDIPlus_PenGetAlignment',
   248             '_guictrllistviewgetbackcolor', '_guictrllistviewgetcallbackmask', 
   312             '_GDIPlus_PenGetColor', '_GDIPlus_PenGetCustomEndCap', '_GDIPlus_PenGetDashCap',
   249             '_guictrllistviewgetcheckedstate', 
   313             '_GDIPlus_PenGetDashStyle', '_GDIPlus_PenGetEndCap', '_GDIPlus_PenGetWidth',
   250             '_guictrllistviewgetcolumnorder', '_guictrllistviewgetcolumnwidth', 
   314             '_GDIPlus_PenSetAlignment', '_GDIPlus_PenSetColor', '_GDIPlus_PenSetCustomEndCap',
   251             '_guictrllistviewgetcounterpage', '_guictrllistviewgetcursel', 
   315             '_GDIPlus_PenSetDashCap', '_GDIPlus_PenSetDashStyle', '_GDIPlus_PenSetEndCap',
   252             '_guictrllistviewgetextendedlistviewstyle', 
   316             '_GDIPlus_PenSetWidth', '_GDIPlus_RectFCreate', '_GDIPlus_Shutdown',
   253             '_guictrllistviewgetheader', '_guictrllistviewgethotcursor', 
   317             '_GDIPlus_Startup', '_GDIPlus_StringFormatCreate', '_GDIPlus_StringFormatDispose',
   254             '_guictrllistviewgethotitem', '_guictrllistviewgethovertime', 
   318             '_GetIP', '_GUICtrlAVI_Close', '_GUICtrlAVI_Create',
   255             '_guictrllistviewgetitemcount', '_guictrllistviewgetitemtext', 
   319             '_GUICtrlAVI_Destroy', '_GUICtrlAVI_Open', '_GUICtrlAVI_OpenEx',
   256             '_guictrllistviewgetitemtextarray', '_guictrllistviewgetnextitem', 
   320             '_GUICtrlAVI_Play', '_GUICtrlAVI_Seek', '_GUICtrlAVI_Show',
   257             '_guictrllistviewgetselectedcount', 
   321             '_GUICtrlAVI_Stop', '_GUICtrlButton_Click', '_GUICtrlButton_Create',
   258             '_guictrllistviewgetselectedindices', 
   322             '_GUICtrlButton_Destroy', '_GUICtrlButton_Enable', '_GUICtrlButton_GetCheck',
   259             '_guictrllistviewgetsubitemscount', '_guictrllistviewgettopindex', 
   323             '_GUICtrlButton_GetFocus', '_GUICtrlButton_GetIdealSize', '_GUICtrlButton_GetImage',
   260             '_guictrllistviewgetunicodeformat', '_guictrllistviewhidecolumn', 
   324             '_GUICtrlButton_GetImageList', '_GUICtrlButton_GetState', '_GUICtrlButton_GetText',
   261             '_guictrllistviewinsertcolumn', '_guictrllistviewinsertitem', 
   325             '_GUICtrlButton_GetTextMargin', '_GUICtrlButton_SetCheck', '_GUICtrlButton_SetFocus',
   262             '_guictrllistviewjustifycolumn', '_guictrllistviewscroll', 
   326             '_GUICtrlButton_SetImage', '_GUICtrlButton_SetImageList', '_GUICtrlButton_SetSize',
   263             '_guictrllistviewsetcheckstate', 
   327             '_GUICtrlButton_SetState', '_GUICtrlButton_SetStyle', '_GUICtrlButton_SetText',
   264             '_guictrllistviewsetcolumnheadertext', 
   328             '_GUICtrlButton_SetTextMargin', '_GUICtrlButton_Show', '_GUICtrlComboBox_AddDir',
   265             '_guictrllistviewsetcolumnorder', '_guictrllistviewsetcolumnwidth', 
   329             '_GUICtrlComboBox_AddString', '_GUICtrlComboBox_AutoComplete', '_GUICtrlComboBox_BeginUpdate',
   266             '_guictrllistviewsethotitem', '_guictrllistviewsethovertime', 
   330             '_GUICtrlComboBox_Create', '_GUICtrlComboBox_DeleteString', '_GUICtrlComboBox_Destroy',
   267             '_guictrllistviewsetitemcount', '_guictrllistviewsetitemselstate', 
   331             '_GUICtrlComboBox_EndUpdate', '_GUICtrlComboBox_FindString', '_GUICtrlComboBox_FindStringExact',
   268             '_guictrllistviewsetitemtext', '_guictrllistviewsort', 
   332             '_GUICtrlComboBox_GetComboBoxInfo', '_GUICtrlComboBox_GetCount', '_GUICtrlComboBox_GetCurSel',
   269             '_guictrlmonthcalget1stdow', '_guictrlmonthcalgetcolor', 
   333             '_GUICtrlComboBox_GetDroppedControlRect', '_GUICtrlComboBox_GetDroppedControlRectEx', '_GUICtrlComboBox_GetDroppedState',
   270             '_guictrlmonthcalgetdelta', '_guictrlmonthcalgetmaxselcount', 
   334             '_GUICtrlComboBox_GetDroppedWidth', '_GUICtrlComboBox_GetEditSel', '_GUICtrlComboBox_GetEditText',
   271             '_guictrlmonthcalgetmaxtodaywidth', 
   335             '_GUICtrlComboBox_GetExtendedUI', '_GUICtrlComboBox_GetHorizontalExtent', '_GUICtrlComboBox_GetItemHeight',
   272             '_guictrlmonthcalgetminreqrect', '_guictrlmonthcalset1stdow', 
   336             '_GUICtrlComboBox_GetLBText', '_GUICtrlComboBox_GetLBTextLen', '_GUICtrlComboBox_GetList',
   273             '_guictrlmonthcalsetcolor', '_guictrlmonthcalsetdelta', 
   337             '_GUICtrlComboBox_GetListArray', '_GUICtrlComboBox_GetLocale', '_GUICtrlComboBox_GetLocaleCountry',
   274             '_guictrlmonthcalsetmaxselcount', '_guictrlslidercleartics', 
   338             '_GUICtrlComboBox_GetLocaleLang', '_GUICtrlComboBox_GetLocalePrimLang', '_GUICtrlComboBox_GetLocaleSubLang',
   275             '_guictrlslidergetlinesize', '_guictrlslidergetnumtics', 
   339             '_GUICtrlComboBox_GetMinVisible', '_GUICtrlComboBox_GetTopIndex', '_GUICtrlComboBox_InitStorage',
   276             '_guictrlslidergetpagesize', '_guictrlslidergetpos', 
   340             '_GUICtrlComboBox_InsertString', '_GUICtrlComboBox_LimitText', '_GUICtrlComboBox_ReplaceEditSel',
   277             '_guictrlslidergetrangemax', '_guictrlslidergetrangemin', 
   341             '_GUICtrlComboBox_ResetContent', '_GUICtrlComboBox_SelectString', '_GUICtrlComboBox_SetCurSel',
   278             '_guictrlslidersetlinesize', '_guictrlslidersetpagesize', 
   342             '_GUICtrlComboBox_SetDroppedWidth', '_GUICtrlComboBox_SetEditSel', '_GUICtrlComboBox_SetEditText',
   279             '_guictrlslidersetpos', '_guictrlslidersetticfreq', 
   343             '_GUICtrlComboBox_SetExtendedUI', '_GUICtrlComboBox_SetHorizontalExtent', '_GUICtrlComboBox_SetItemHeight',
   280             '_guictrlstatusbarcreate', '_guictrlstatusbarcreateprogress', 
   344             '_GUICtrlComboBox_SetMinVisible', '_GUICtrlComboBox_SetTopIndex', '_GUICtrlComboBox_ShowDropDown',
   281             '_guictrlstatusbardelete', '_guictrlstatusbargetborders', 
   345             '_GUICtrlComboBoxEx_AddDir', '_GUICtrlComboBoxEx_AddString', '_GUICtrlComboBoxEx_BeginUpdate',
   282             '_guictrlstatusbargeticon', '_guictrlstatusbargetparts', 
   346             '_GUICtrlComboBoxEx_Create', '_GUICtrlComboBoxEx_CreateSolidBitMap', '_GUICtrlComboBoxEx_DeleteString',
   283             '_guictrlstatusbargetrect', '_guictrlstatusbargettext', 
   347             '_GUICtrlComboBoxEx_Destroy', '_GUICtrlComboBoxEx_EndUpdate', '_GUICtrlComboBoxEx_FindStringExact',
   284             '_guictrlstatusbargettextlength', '_guictrlstatusbargettip', 
   348             '_GUICtrlComboBoxEx_GetComboBoxInfo', '_GUICtrlComboBoxEx_GetComboControl', '_GUICtrlComboBoxEx_GetCount',
   285             '_guictrlstatusbargetunicode', '_guictrlstatusbarissimple', 
   349             '_GUICtrlComboBoxEx_GetCurSel', '_GUICtrlComboBoxEx_GetDroppedControlRect', '_GUICtrlComboBoxEx_GetDroppedControlRectEx',
   286             '_guictrlstatusbarresize', '_guictrlstatusbarsetbkcolor', 
   350             '_GUICtrlComboBoxEx_GetDroppedState', '_GUICtrlComboBoxEx_GetDroppedWidth', '_GUICtrlComboBoxEx_GetEditControl',
   287             '_guictrlstatusbarseticon', '_guictrlstatusbarsetminheight', 
   351             '_GUICtrlComboBoxEx_GetEditSel', '_GUICtrlComboBoxEx_GetEditText', '_GUICtrlComboBoxEx_GetExtendedStyle',
   288             '_guictrlstatusbarsetparts', '_guictrlstatusbarsetsimple', 
   352             '_GUICtrlComboBoxEx_GetExtendedUI', '_GUICtrlComboBoxEx_GetImageList', '_GUICtrlComboBoxEx_GetItem',
   289             '_guictrlstatusbarsettext', '_guictrlstatusbarsettip', 
   353             '_GUICtrlComboBoxEx_GetItemEx', '_GUICtrlComboBoxEx_GetItemHeight', '_GUICtrlComboBoxEx_GetItemImage',
   290             '_guictrlstatusbarsetunicode', '_guictrlstatusbarshowhide', 
   354             '_GUICtrlComboBoxEx_GetItemIndent', '_GUICtrlComboBoxEx_GetItemOverlayImage', '_GUICtrlComboBoxEx_GetItemParam',
   291             '_guictrltabdeleteallitems', '_guictrltabdeleteitem', 
   355             '_GUICtrlComboBoxEx_GetItemSelectedImage', '_GUICtrlComboBoxEx_GetItemText', '_GUICtrlComboBoxEx_GetItemTextLen',
   292             '_guictrltabdeselectall', '_guictrltabgetcurfocus', 
   356             '_GUICtrlComboBoxEx_GetList', '_GUICtrlComboBoxEx_GetListArray', '_GUICtrlComboBoxEx_GetLocale',
   293             '_guictrltabgetcursel', '_guictrltabgetextendedstyle', 
   357             '_GUICtrlComboBoxEx_GetLocaleCountry', '_GUICtrlComboBoxEx_GetLocaleLang', '_GUICtrlComboBoxEx_GetLocalePrimLang',
   294             '_guictrltabgetitemcount', '_guictrltabgetitemrect', 
   358             '_GUICtrlComboBoxEx_GetLocaleSubLang', '_GUICtrlComboBoxEx_GetMinVisible', '_GUICtrlComboBoxEx_GetTopIndex',
   295             '_guictrltabgetrowcount', '_guictrltabgetunicodeformat', 
   359             '_GUICtrlComboBoxEx_InitStorage', '_GUICtrlComboBoxEx_InsertString', '_GUICtrlComboBoxEx_LimitText',
   296             '_guictrltabhighlightitem', '_guictrltabsetcurfocus', 
   360             '_GUICtrlComboBoxEx_ReplaceEditSel', '_GUICtrlComboBoxEx_ResetContent', '_GUICtrlComboBoxEx_SetCurSel',
   297             '_guictrltabsetcursel', '_guictrltabsetmintabwidth', 
   361             '_GUICtrlComboBoxEx_SetDroppedWidth', '_GUICtrlComboBoxEx_SetEditSel', '_GUICtrlComboBoxEx_SetEditText',
   298             '_guictrltabsetunicodeformat', '_guictrltreeviewdeleteallitems', 
   362             '_GUICtrlComboBoxEx_SetExtendedStyle', '_GUICtrlComboBoxEx_SetExtendedUI', '_GUICtrlComboBoxEx_SetImageList',
   299             '_guictrltreeviewdeleteitem', '_guictrltreeviewexpand', 
   363             '_GUICtrlComboBoxEx_SetItem', '_GUICtrlComboBoxEx_SetItemEx', '_GUICtrlComboBoxEx_SetItemHeight',
   300             '_guictrltreeviewgetbkcolor', '_guictrltreeviewgetcount', 
   364             '_GUICtrlComboBoxEx_SetItemImage', '_GUICtrlComboBoxEx_SetItemIndent', '_GUICtrlComboBoxEx_SetItemOverlayImage',
   301             '_guictrltreeviewgetindent', '_guictrltreeviewgetlinecolor', 
   365             '_GUICtrlComboBoxEx_SetItemParam', '_GUICtrlComboBoxEx_SetItemSelectedImage', '_GUICtrlComboBoxEx_SetMinVisible',
   302             '_guictrltreeviewgetparenthandle', '_guictrltreeviewgetparentid', 
   366             '_GUICtrlComboBoxEx_SetTopIndex', '_GUICtrlComboBoxEx_ShowDropDown', '_GUICtrlDTP_Create',
   303             '_guictrltreeviewgetstate', '_guictrltreeviewgettext', 
   367             '_GUICtrlDTP_Destroy', '_GUICtrlDTP_GetMCColor', '_GUICtrlDTP_GetMCFont',
   304             '_guictrltreeviewgettextcolor', '_guictrltreeviewgettree', 
   368             '_GUICtrlDTP_GetMonthCal', '_GUICtrlDTP_GetRange', '_GUICtrlDTP_GetRangeEx',
   305             '_guictrltreeviewinsertitem', '_guictrltreeviewsetbkcolor', 
   369             '_GUICtrlDTP_GetSystemTime', '_GUICtrlDTP_GetSystemTimeEx', '_GUICtrlDTP_SetFormat',
   306             '_guictrltreeviewseticon', '_guictrltreeviewsetindent', 
   370             '_GUICtrlDTP_SetMCColor', '_GUICtrlDTP_SetMCFont', '_GUICtrlDTP_SetRange',
   307             '_guictrltreeviewsetlinecolor', '_guictrltreeviewsetstate', 
   371             '_GUICtrlDTP_SetRangeEx', '_GUICtrlDTP_SetSystemTime', '_GUICtrlDTP_SetSystemTimeEx',
   308             '_guictrltreeviewsettext', '_guictrltreeviewsettextcolor', 
   372             '_GUICtrlEdit_AppendText', '_GUICtrlEdit_BeginUpdate', '_GUICtrlEdit_CanUndo',
   309             '_guictrltreeviewsort', '_ie_example', '_ie_introduction', 
   373             '_GUICtrlEdit_CharFromPos', '_GUICtrlEdit_Create', '_GUICtrlEdit_Destroy',
   310             '_ie_versioninfo', '_ieaction', '_ieattach', '_iebodyreadhtml', 
   374             '_GUICtrlEdit_EmptyUndoBuffer', '_GUICtrlEdit_EndUpdate', '_GUICtrlEdit_Find',
   311             '_iebodyreadtext', '_iebodywritehtml', '_iecreate', 
   375             '_GUICtrlEdit_FmtLines', '_GUICtrlEdit_GetFirstVisibleLine', '_GUICtrlEdit_GetLimitText',
   312             '_iecreateembedded', '_iedocgetobj', '_iedocinserthtml', 
   376             '_GUICtrlEdit_GetLine', '_GUICtrlEdit_GetLineCount', '_GUICtrlEdit_GetMargins',
   313             '_iedocinserttext', '_iedocreadhtml', '_iedocwritehtml', 
   377             '_GUICtrlEdit_GetModify', '_GUICtrlEdit_GetPasswordChar', '_GUICtrlEdit_GetRECT',
   314             '_ieerrorhandlerderegister', '_ieerrorhandlerregister', 
   378             '_GUICtrlEdit_GetRECTEx', '_GUICtrlEdit_GetSel', '_GUICtrlEdit_GetText',
   315             '_ieerrornotify', '_ieformelementcheckboxselect', 
   379             '_GUICtrlEdit_GetTextLen', '_GUICtrlEdit_HideBalloonTip', '_GUICtrlEdit_InsertText',
   316             '_ieformelementgetcollection', '_ieformelementgetobjbyname', 
   380             '_GUICtrlEdit_LineFromChar', '_GUICtrlEdit_LineIndex', '_GUICtrlEdit_LineLength',
   317             '_ieformelementgetvalue', '_ieformelementoptionselect', 
   381             '_GUICtrlEdit_LineScroll', '_GUICtrlEdit_PosFromChar', '_GUICtrlEdit_ReplaceSel',
   318             '_ieformelementradioselect', '_ieformelementsetvalue', 
   382             '_GUICtrlEdit_Scroll', '_GUICtrlEdit_SetLimitText', '_GUICtrlEdit_SetMargins',
   319             '_ieformgetcollection', '_ieformgetobjbyname', '_ieformimageclick', 
   383             '_GUICtrlEdit_SetModify', '_GUICtrlEdit_SetPasswordChar', '_GUICtrlEdit_SetReadOnly',
   320             '_ieformreset', '_ieformsubmit', '_ieframegetcollection', 
   384             '_GUICtrlEdit_SetRECT', '_GUICtrlEdit_SetRECTEx', '_GUICtrlEdit_SetRECTNP',
   321             '_ieframegetobjbyname', '_iegetobjbyname', 
   385             '_GUICtrlEdit_SetRectNPEx', '_GUICtrlEdit_SetSel', '_GUICtrlEdit_SetTabStops',
   322             '_ieheadinserteventscript', '_ieimgclick', '_ieimggetcollection', 
   386             '_GUICtrlEdit_SetText', '_GUICtrlEdit_ShowBalloonTip', '_GUICtrlEdit_Undo',
   323             '_ieisframeset', '_ielinkclickbyindex', '_ielinkclickbytext', 
   387             '_GUICtrlHeader_AddItem', '_GUICtrlHeader_ClearFilter', '_GUICtrlHeader_ClearFilterAll',
   324             '_ielinkgetcollection', '_ieloadwait', '_ieloadwaittimeout', 
   388             '_GUICtrlHeader_Create', '_GUICtrlHeader_CreateDragImage', '_GUICtrlHeader_DeleteItem',
   325             '_ienavigate', '_iepropertyget', '_iepropertyset', '_iequit', 
   389             '_GUICtrlHeader_Destroy', '_GUICtrlHeader_EditFilter', '_GUICtrlHeader_GetBitmapMargin',
   326             '_ietablegetcollection', '_ietablewritetoarray', 
   390             '_GUICtrlHeader_GetImageList', '_GUICtrlHeader_GetItem', '_GUICtrlHeader_GetItemAlign',
   327             '_ietagnameallgetcollection', '_ietagnamegetcollection', '_getip', 
   391             '_GUICtrlHeader_GetItemBitmap', '_GUICtrlHeader_GetItemCount', '_GUICtrlHeader_GetItemDisplay',
   328             '_inetexplorercapable', '_inetgetsource', '_inetmail', 
   392             '_GUICtrlHeader_GetItemFlags', '_GUICtrlHeader_GetItemFormat', '_GUICtrlHeader_GetItemImage',
   329             '_inetsmtpmail', '_tcpiptoname', '_degree', '_mathcheckdiv', 
   393             '_GUICtrlHeader_GetItemOrder', '_GUICtrlHeader_GetItemParam', '_GUICtrlHeader_GetItemRect',
   330             '_max', '_min', '_radian', '_choosecolor', '_choosefont', 
   394             '_GUICtrlHeader_GetItemRectEx', '_GUICtrlHeader_GetItemText', '_GUICtrlHeader_GetItemWidth',
   331             '_clipputfile', '_iif', '_ispressed', '_mousetrap', '_singleton', 
   395             '_GUICtrlHeader_GetOrderArray', '_GUICtrlHeader_GetUnicodeFormat', '_GUICtrlHeader_HitTest',
   332             '_processgetname', '_processgetpriority', '_rundos', 
   396             '_GUICtrlHeader_InsertItem', '_GUICtrlHeader_Layout', '_GUICtrlHeader_OrderToIndex',
   333             '_sendmessage', '_soundclose', '_soundlength', '_soundopen', 
   397             '_GUICtrlHeader_SetBitmapMargin', '_GUICtrlHeader_SetFilterChangeTimeout', '_GUICtrlHeader_SetHotDivider',
   334             '_soundpause', '_soundplay', '_soundpos', '_soundresume', 
   398             '_GUICtrlHeader_SetImageList', '_GUICtrlHeader_SetItem', '_GUICtrlHeader_SetItemAlign',
   335             '_soundseek', '_soundstatus', '_soundstop', '_sqlite_changes', 
   399             '_GUICtrlHeader_SetItemBitmap', '_GUICtrlHeader_SetItemDisplay', '_GUICtrlHeader_SetItemFlags',
   336             '_sqlite_close', '_sqlite_display2dresult', '_sqlite_encode', 
   400             '_GUICtrlHeader_SetItemFormat', '_GUICtrlHeader_SetItemImage', '_GUICtrlHeader_SetItemOrder',
   337             '_sqlite_errcode', '_sqlite_errmsg', '_sqlite_escape', 
   401             '_GUICtrlHeader_SetItemParam', '_GUICtrlHeader_SetItemText', '_GUICtrlHeader_SetItemWidth',
   338             '_sqlite_exec', '_sqlite_fetchdata', '_sqlite_fetchnames', 
   402             '_GUICtrlHeader_SetOrderArray', '_GUICtrlHeader_SetUnicodeFormat', '_GUICtrlIpAddress_ClearAddress',
   339             '_sqlite_gettable', '_sqlite_gettable2d', 
   403             '_GUICtrlIpAddress_Create', '_GUICtrlIpAddress_Destroy', '_GUICtrlIpAddress_Get',
   340             '_sqlite_lastinsertrowid', '_sqlite_libversion', '_sqlite_open', 
   404             '_GUICtrlIpAddress_GetArray', '_GUICtrlIpAddress_GetEx', '_GUICtrlIpAddress_IsBlank',
   341             '_sqlite_query', '_sqlite_queryfinalize', '_sqlite_queryreset', 
   405             '_GUICtrlIpAddress_Set', '_GUICtrlIpAddress_SetArray', '_GUICtrlIpAddress_SetEx',
   342             '_sqlite_querysinglerow', '_sqlite_savemode', '_sqlite_settimeout', 
   406             '_GUICtrlIpAddress_SetFocus', '_GUICtrlIpAddress_SetFont', '_GUICtrlIpAddress_SetRange',
   343             '_sqlite_shutdown', '_sqlite_sqliteexe', '_sqlite_startup', 
   407             '_GUICtrlIpAddress_ShowHide', '_GUICtrlListBox_AddFile', '_GUICtrlListBox_AddString',
   344             '_sqlite_totalchanges', '_hextostring', '_stringaddcomma', 
   408             '_GUICtrlListBox_BeginUpdate', '_GUICtrlListBox_Create', '_GUICtrlListBox_DeleteString',
   345             '_stringbetween', '_stringencrypt', '_stringinsert', 
   409             '_GUICtrlListBox_Destroy', '_GUICtrlListBox_Dir', '_GUICtrlListBox_EndUpdate',
   346             '_stringproper', '_stringrepeat', '_stringreverse', '_stringtohex', 
   410             '_GUICtrlListBox_FindInText', '_GUICtrlListBox_FindString', '_GUICtrlListBox_GetAnchorIndex',
   347             '_viclose', '_viexeccommand', '_vifindgpib', '_vigpibbusreset', 
   411             '_GUICtrlListBox_GetCaretIndex', '_GUICtrlListBox_GetCount', '_GUICtrlListBox_GetCurSel',
   348             '_vigtl', '_viopen', '_visetattribute', '_visettimeout'
   412             '_GUICtrlListBox_GetHorizontalExtent', '_GUICtrlListBox_GetItemData', '_GUICtrlListBox_GetItemHeight',
       
   413             '_GUICtrlListBox_GetItemRect', '_GUICtrlListBox_GetItemRectEx', '_GUICtrlListBox_GetListBoxInfo',
       
   414             '_GUICtrlListBox_GetLocale', '_GUICtrlListBox_GetLocaleCountry', '_GUICtrlListBox_GetLocaleLang',
       
   415             '_GUICtrlListBox_GetLocalePrimLang', '_GUICtrlListBox_GetLocaleSubLang', '_GUICtrlListBox_GetSel',
       
   416             '_GUICtrlListBox_GetSelCount', '_GUICtrlListBox_GetSelItems', '_GUICtrlListBox_GetSelItemsText',
       
   417             '_GUICtrlListBox_GetText', '_GUICtrlListBox_GetTextLen', '_GUICtrlListBox_GetTopIndex',
       
   418             '_GUICtrlListBox_InitStorage', '_GUICtrlListBox_InsertString', '_GUICtrlListBox_ItemFromPoint',
       
   419             '_GUICtrlListBox_ReplaceString', '_GUICtrlListBox_ResetContent', '_GUICtrlListBox_SelectString',
       
   420             '_GUICtrlListBox_SelItemRange', '_GUICtrlListBox_SelItemRangeEx', '_GUICtrlListBox_SetAnchorIndex',
       
   421             '_GUICtrlListBox_SetCaretIndex', '_GUICtrlListBox_SetColumnWidth', '_GUICtrlListBox_SetCurSel',
       
   422             '_GUICtrlListBox_SetHorizontalExtent', '_GUICtrlListBox_SetItemData', '_GUICtrlListBox_SetItemHeight',
       
   423             '_GUICtrlListBox_SetLocale', '_GUICtrlListBox_SetSel', '_GUICtrlListBox_SetTabStops',
       
   424             '_GUICtrlListBox_SetTopIndex', '_GUICtrlListBox_Sort', '_GUICtrlListBox_SwapString',
       
   425             '_GUICtrlListBox_UpdateHScroll', '_GUICtrlListView_AddArray', '_GUICtrlListView_AddColumn',
       
   426             '_GUICtrlListView_AddItem', '_GUICtrlListView_AddSubItem', '_GUICtrlListView_ApproximateViewHeight',
       
   427             '_GUICtrlListView_ApproximateViewRect', '_GUICtrlListView_ApproximateViewWidth', '_GUICtrlListView_Arrange',
       
   428             '_GUICtrlListView_BeginUpdate', '_GUICtrlListView_CancelEditLabel', '_GUICtrlListView_ClickItem',
       
   429             '_GUICtrlListView_CopyItems', '_GUICtrlListView_Create', '_GUICtrlListView_CreateDragImage',
       
   430             '_GUICtrlListView_CreateSolidBitMap', '_GUICtrlListView_DeleteAllItems', '_GUICtrlListView_DeleteColumn',
       
   431             '_GUICtrlListView_DeleteItem', '_GUICtrlListView_DeleteItemsSelected', '_GUICtrlListView_Destroy',
       
   432             '_GUICtrlListView_DrawDragImage', '_GUICtrlListView_EditLabel', '_GUICtrlListView_EnableGroupView',
       
   433             '_GUICtrlListView_EndUpdate', '_GUICtrlListView_EnsureVisible', '_GUICtrlListView_FindInText',
       
   434             '_GUICtrlListView_FindItem', '_GUICtrlListView_FindNearest', '_GUICtrlListView_FindParam',
       
   435             '_GUICtrlListView_FindText', '_GUICtrlListView_GetBkColor', '_GUICtrlListView_GetBkImage',
       
   436             '_GUICtrlListView_GetCallbackMask', '_GUICtrlListView_GetColumn', '_GUICtrlListView_GetColumnCount',
       
   437             '_GUICtrlListView_GetColumnOrder', '_GUICtrlListView_GetColumnOrderArray', '_GUICtrlListView_GetColumnWidth',
       
   438             '_GUICtrlListView_GetCounterPage', '_GUICtrlListView_GetEditControl', '_GUICtrlListView_GetExtendedListViewStyle',
       
   439             '_GUICtrlListView_GetGroupInfo', '_GUICtrlListView_GetGroupViewEnabled', '_GUICtrlListView_GetHeader',
       
   440             '_GUICtrlListView_GetHotCursor', '_GUICtrlListView_GetHotItem', '_GUICtrlListView_GetHoverTime',
       
   441             '_GUICtrlListView_GetImageList', '_GUICtrlListView_GetISearchString', '_GUICtrlListView_GetItem',
       
   442             '_GUICtrlListView_GetItemChecked', '_GUICtrlListView_GetItemCount', '_GUICtrlListView_GetItemCut',
       
   443             '_GUICtrlListView_GetItemDropHilited', '_GUICtrlListView_GetItemEx', '_GUICtrlListView_GetItemFocused',
       
   444             '_GUICtrlListView_GetItemGroupID', '_GUICtrlListView_GetItemImage', '_GUICtrlListView_GetItemIndent',
       
   445             '_GUICtrlListView_GetItemParam', '_GUICtrlListView_GetItemPosition', '_GUICtrlListView_GetItemPositionX',
       
   446             '_GUICtrlListView_GetItemPositionY', '_GUICtrlListView_GetItemRect', '_GUICtrlListView_GetItemRectEx',
       
   447             '_GUICtrlListView_GetItemSelected', '_GUICtrlListView_GetItemSpacing', '_GUICtrlListView_GetItemSpacingX',
       
   448             '_GUICtrlListView_GetItemSpacingY', '_GUICtrlListView_GetItemState', '_GUICtrlListView_GetItemStateImage',
       
   449             '_GUICtrlListView_GetItemText', '_GUICtrlListView_GetItemTextArray', '_GUICtrlListView_GetItemTextString',
       
   450             '_GUICtrlListView_GetNextItem', '_GUICtrlListView_GetNumberOfWorkAreas', '_GUICtrlListView_GetOrigin',
       
   451             '_GUICtrlListView_GetOriginX', '_GUICtrlListView_GetOriginY', '_GUICtrlListView_GetOutlineColor',
       
   452             '_GUICtrlListView_GetSelectedColumn', '_GUICtrlListView_GetSelectedCount', '_GUICtrlListView_GetSelectedIndices',
       
   453             '_GUICtrlListView_GetSelectionMark', '_GUICtrlListView_GetStringWidth', '_GUICtrlListView_GetSubItemRect',
       
   454             '_GUICtrlListView_GetTextBkColor', '_GUICtrlListView_GetTextColor', '_GUICtrlListView_GetToolTips',
       
   455             '_GUICtrlListView_GetTopIndex', '_GUICtrlListView_GetUnicodeFormat', '_GUICtrlListView_GetView',
       
   456             '_GUICtrlListView_GetViewDetails', '_GUICtrlListView_GetViewLarge', '_GUICtrlListView_GetViewList',
       
   457             '_GUICtrlListView_GetViewRect', '_GUICtrlListView_GetViewSmall', '_GUICtrlListView_GetViewTile',
       
   458             '_GUICtrlListView_HideColumn', '_GUICtrlListView_HitTest', '_GUICtrlListView_InsertColumn',
       
   459             '_GUICtrlListView_InsertGroup', '_GUICtrlListView_InsertItem', '_GUICtrlListView_JustifyColumn',
       
   460             '_GUICtrlListView_MapIDToIndex', '_GUICtrlListView_MapIndexToID', '_GUICtrlListView_RedrawItems',
       
   461             '_GUICtrlListView_RegisterSortCallBack', '_GUICtrlListView_RemoveAllGroups', '_GUICtrlListView_RemoveGroup',
       
   462             '_GUICtrlListView_Scroll', '_GUICtrlListView_SetBkColor', '_GUICtrlListView_SetBkImage',
       
   463             '_GUICtrlListView_SetCallBackMask', '_GUICtrlListView_SetColumn', '_GUICtrlListView_SetColumnOrder',
       
   464             '_GUICtrlListView_SetColumnOrderArray', '_GUICtrlListView_SetColumnWidth', '_GUICtrlListView_SetExtendedListViewStyle',
       
   465             '_GUICtrlListView_SetGroupInfo', '_GUICtrlListView_SetHotItem', '_GUICtrlListView_SetHoverTime',
       
   466             '_GUICtrlListView_SetIconSpacing', '_GUICtrlListView_SetImageList', '_GUICtrlListView_SetItem',
       
   467             '_GUICtrlListView_SetItemChecked', '_GUICtrlListView_SetItemCount', '_GUICtrlListView_SetItemCut',
       
   468             '_GUICtrlListView_SetItemDropHilited', '_GUICtrlListView_SetItemEx', '_GUICtrlListView_SetItemFocused',
       
   469             '_GUICtrlListView_SetItemGroupID', '_GUICtrlListView_SetItemImage', '_GUICtrlListView_SetItemIndent',
       
   470             '_GUICtrlListView_SetItemParam', '_GUICtrlListView_SetItemPosition', '_GUICtrlListView_SetItemPosition32',
       
   471             '_GUICtrlListView_SetItemSelected', '_GUICtrlListView_SetItemState', '_GUICtrlListView_SetItemStateImage',
       
   472             '_GUICtrlListView_SetItemText', '_GUICtrlListView_SetOutlineColor', '_GUICtrlListView_SetSelectedColumn',
       
   473             '_GUICtrlListView_SetSelectionMark', '_GUICtrlListView_SetTextBkColor', '_GUICtrlListView_SetTextColor',
       
   474             '_GUICtrlListView_SetToolTips', '_GUICtrlListView_SetUnicodeFormat', '_GUICtrlListView_SetView',
       
   475             '_GUICtrlListView_SetWorkAreas', '_GUICtrlListView_SimpleSort', '_GUICtrlListView_SortItems',
       
   476             '_GUICtrlListView_SubItemHitTest', '_GUICtrlListView_UnRegisterSortCallBack', '_GUICtrlMenu_AddMenuItem',
       
   477             '_GUICtrlMenu_AppendMenu', '_GUICtrlMenu_CheckMenuItem', '_GUICtrlMenu_CheckRadioItem',
       
   478             '_GUICtrlMenu_CreateMenu', '_GUICtrlMenu_CreatePopup', '_GUICtrlMenu_DeleteMenu',
       
   479             '_GUICtrlMenu_DestroyMenu', '_GUICtrlMenu_DrawMenuBar', '_GUICtrlMenu_EnableMenuItem',
       
   480             '_GUICtrlMenu_FindItem', '_GUICtrlMenu_FindParent', '_GUICtrlMenu_GetItemBmp',
       
   481             '_GUICtrlMenu_GetItemBmpChecked', '_GUICtrlMenu_GetItemBmpUnchecked', '_GUICtrlMenu_GetItemChecked',
       
   482             '_GUICtrlMenu_GetItemCount', '_GUICtrlMenu_GetItemData', '_GUICtrlMenu_GetItemDefault',
       
   483             '_GUICtrlMenu_GetItemDisabled', '_GUICtrlMenu_GetItemEnabled', '_GUICtrlMenu_GetItemGrayed',
       
   484             '_GUICtrlMenu_GetItemHighlighted', '_GUICtrlMenu_GetItemID', '_GUICtrlMenu_GetItemInfo',
       
   485             '_GUICtrlMenu_GetItemRect', '_GUICtrlMenu_GetItemRectEx', '_GUICtrlMenu_GetItemState',
       
   486             '_GUICtrlMenu_GetItemStateEx', '_GUICtrlMenu_GetItemSubMenu', '_GUICtrlMenu_GetItemText',
       
   487             '_GUICtrlMenu_GetItemType', '_GUICtrlMenu_GetMenu', '_GUICtrlMenu_GetMenuBackground',
       
   488             '_GUICtrlMenu_GetMenuBarInfo', '_GUICtrlMenu_GetMenuContextHelpID', '_GUICtrlMenu_GetMenuData',
       
   489             '_GUICtrlMenu_GetMenuDefaultItem', '_GUICtrlMenu_GetMenuHeight', '_GUICtrlMenu_GetMenuInfo',
       
   490             '_GUICtrlMenu_GetMenuStyle', '_GUICtrlMenu_GetSystemMenu', '_GUICtrlMenu_InsertMenuItem',
       
   491             '_GUICtrlMenu_InsertMenuItemEx', '_GUICtrlMenu_IsMenu', '_GUICtrlMenu_LoadMenu',
       
   492             '_GUICtrlMenu_MapAccelerator', '_GUICtrlMenu_MenuItemFromPoint', '_GUICtrlMenu_RemoveMenu',
       
   493             '_GUICtrlMenu_SetItemBitmaps', '_GUICtrlMenu_SetItemBmp', '_GUICtrlMenu_SetItemBmpChecked',
       
   494             '_GUICtrlMenu_SetItemBmpUnchecked', '_GUICtrlMenu_SetItemChecked', '_GUICtrlMenu_SetItemData',
       
   495             '_GUICtrlMenu_SetItemDefault', '_GUICtrlMenu_SetItemDisabled', '_GUICtrlMenu_SetItemEnabled',
       
   496             '_GUICtrlMenu_SetItemGrayed', '_GUICtrlMenu_SetItemHighlighted', '_GUICtrlMenu_SetItemID',
       
   497             '_GUICtrlMenu_SetItemInfo', '_GUICtrlMenu_SetItemState', '_GUICtrlMenu_SetItemSubMenu',
       
   498             '_GUICtrlMenu_SetItemText', '_GUICtrlMenu_SetItemType', '_GUICtrlMenu_SetMenu',
       
   499             '_GUICtrlMenu_SetMenuBackground', '_GUICtrlMenu_SetMenuContextHelpID', '_GUICtrlMenu_SetMenuData',
       
   500             '_GUICtrlMenu_SetMenuDefaultItem', '_GUICtrlMenu_SetMenuHeight', '_GUICtrlMenu_SetMenuInfo',
       
   501             '_GUICtrlMenu_SetMenuStyle', '_GUICtrlMenu_TrackPopupMenu', '_GUICtrlMonthCal_Create',
       
   502             '_GUICtrlMonthCal_Destroy', '_GUICtrlMonthCal_GetColor', '_GUICtrlMonthCal_GetColorArray',
       
   503             '_GUICtrlMonthCal_GetCurSel', '_GUICtrlMonthCal_GetCurSelStr', '_GUICtrlMonthCal_GetFirstDOW',
       
   504             '_GUICtrlMonthCal_GetFirstDOWStr', '_GUICtrlMonthCal_GetMaxSelCount', '_GUICtrlMonthCal_GetMaxTodayWidth',
       
   505             '_GUICtrlMonthCal_GetMinReqHeight', '_GUICtrlMonthCal_GetMinReqRect', '_GUICtrlMonthCal_GetMinReqRectArray',
       
   506             '_GUICtrlMonthCal_GetMinReqWidth', '_GUICtrlMonthCal_GetMonthDelta', '_GUICtrlMonthCal_GetMonthRange',
       
   507             '_GUICtrlMonthCal_GetMonthRangeMax', '_GUICtrlMonthCal_GetMonthRangeMaxStr', '_GUICtrlMonthCal_GetMonthRangeMin',
       
   508             '_GUICtrlMonthCal_GetMonthRangeMinStr', '_GUICtrlMonthCal_GetMonthRangeSpan', '_GUICtrlMonthCal_GetRange',
       
   509             '_GUICtrlMonthCal_GetRangeMax', '_GUICtrlMonthCal_GetRangeMaxStr', '_GUICtrlMonthCal_GetRangeMin',
       
   510             '_GUICtrlMonthCal_GetRangeMinStr', '_GUICtrlMonthCal_GetSelRange', '_GUICtrlMonthCal_GetSelRangeMax',
       
   511             '_GUICtrlMonthCal_GetSelRangeMaxStr', '_GUICtrlMonthCal_GetSelRangeMin', '_GUICtrlMonthCal_GetSelRangeMinStr',
       
   512             '_GUICtrlMonthCal_GetToday', '_GUICtrlMonthCal_GetTodayStr', '_GUICtrlMonthCal_GetUnicodeFormat',
       
   513             '_GUICtrlMonthCal_HitTest', '_GUICtrlMonthCal_SetColor', '_GUICtrlMonthCal_SetCurSel',
       
   514             '_GUICtrlMonthCal_SetDayState', '_GUICtrlMonthCal_SetFirstDOW', '_GUICtrlMonthCal_SetMaxSelCount',
       
   515             '_GUICtrlMonthCal_SetMonthDelta', '_GUICtrlMonthCal_SetRange', '_GUICtrlMonthCal_SetSelRange',
       
   516             '_GUICtrlMonthCal_SetToday', '_GUICtrlMonthCal_SetUnicodeFormat', '_GUICtrlRebar_AddBand',
       
   517             '_GUICtrlRebar_AddToolBarBand', '_GUICtrlRebar_BeginDrag', '_GUICtrlRebar_Create',
       
   518             '_GUICtrlRebar_DeleteBand', '_GUICtrlRebar_Destroy', '_GUICtrlRebar_DragMove',
       
   519             '_GUICtrlRebar_EndDrag', '_GUICtrlRebar_GetBandBackColor', '_GUICtrlRebar_GetBandBorders',
       
   520             '_GUICtrlRebar_GetBandBordersEx', '_GUICtrlRebar_GetBandChildHandle', '_GUICtrlRebar_GetBandChildSize',
       
   521             '_GUICtrlRebar_GetBandCount', '_GUICtrlRebar_GetBandForeColor', '_GUICtrlRebar_GetBandHeaderSize',
       
   522             '_GUICtrlRebar_GetBandID', '_GUICtrlRebar_GetBandIdealSize', '_GUICtrlRebar_GetBandLength',
       
   523             '_GUICtrlRebar_GetBandLParam', '_GUICtrlRebar_GetBandMargins', '_GUICtrlRebar_GetBandMarginsEx',
       
   524             '_GUICtrlRebar_GetBandRect', '_GUICtrlRebar_GetBandRectEx', '_GUICtrlRebar_GetBandStyle',
       
   525             '_GUICtrlRebar_GetBandStyleBreak', '_GUICtrlRebar_GetBandStyleChildEdge', '_GUICtrlRebar_GetBandStyleFixedBMP',
       
   526             '_GUICtrlRebar_GetBandStyleFixedSize', '_GUICtrlRebar_GetBandStyleGripperAlways', '_GUICtrlRebar_GetBandStyleHidden',
       
   527             '_GUICtrlRebar_GetBandStyleHideTitle', '_GUICtrlRebar_GetBandStyleNoGripper', '_GUICtrlRebar_GetBandStyleTopAlign',
       
   528             '_GUICtrlRebar_GetBandStyleUseChevron', '_GUICtrlRebar_GetBandStyleVariableHeight', '_GUICtrlRebar_GetBandText',
       
   529             '_GUICtrlRebar_GetBarHeight', '_GUICtrlRebar_GetBKColor', '_GUICtrlRebar_GetColorScheme',
       
   530             '_GUICtrlRebar_GetRowCount', '_GUICtrlRebar_GetRowHeight', '_GUICtrlRebar_GetTextColor',
       
   531             '_GUICtrlRebar_GetToolTips', '_GUICtrlRebar_GetUnicodeFormat', '_GUICtrlRebar_HitTest',
       
   532             '_GUICtrlRebar_IDToIndex', '_GUICtrlRebar_MaximizeBand', '_GUICtrlRebar_MinimizeBand',
       
   533             '_GUICtrlRebar_MoveBand', '_GUICtrlRebar_SetBandBackColor', '_GUICtrlRebar_SetBandForeColor',
       
   534             '_GUICtrlRebar_SetBandHeaderSize', '_GUICtrlRebar_SetBandID', '_GUICtrlRebar_SetBandIdealSize',
       
   535             '_GUICtrlRebar_SetBandLength', '_GUICtrlRebar_SetBandLParam', '_GUICtrlRebar_SetBandStyle',
       
   536             '_GUICtrlRebar_SetBandStyleBreak', '_GUICtrlRebar_SetBandStyleChildEdge', '_GUICtrlRebar_SetBandStyleFixedBMP',
       
   537             '_GUICtrlRebar_SetBandStyleFixedSize', '_GUICtrlRebar_SetBandStyleGripperAlways', '_GUICtrlRebar_SetBandStyleHidden',
       
   538             '_GUICtrlRebar_SetBandStyleHideTitle', '_GUICtrlRebar_SetBandStyleNoGripper', '_GUICtrlRebar_SetBandStyleTopAlign',
       
   539             '_GUICtrlRebar_SetBandStyleUseChevron', '_GUICtrlRebar_SetBandStyleVariableHeight', '_GUICtrlRebar_SetBandText',
       
   540             '_GUICtrlRebar_SetBKColor', '_GUICtrlRebar_SetColorScheme', '_GUICtrlRebar_SetTextColor',
       
   541             '_GUICtrlRebar_SetToolTips', '_GUICtrlRebar_SetUnicodeFormat', '_GUICtrlRebar_ShowBand',
       
   542             '_GUICtrlSlider_ClearSel', '_GUICtrlSlider_ClearTics', '_GUICtrlSlider_Create',
       
   543             '_GUICtrlSlider_Destroy', '_GUICtrlSlider_GetBuddy', '_GUICtrlSlider_GetChannelRect',
       
   544             '_GUICtrlSlider_GetLineSize', '_GUICtrlSlider_GetNumTics', '_GUICtrlSlider_GetPageSize',
       
   545             '_GUICtrlSlider_GetPos', '_GUICtrlSlider_GetPTics', '_GUICtrlSlider_GetRange',
       
   546             '_GUICtrlSlider_GetRangeMax', '_GUICtrlSlider_GetRangeMin', '_GUICtrlSlider_GetSel',
       
   547             '_GUICtrlSlider_GetSelEnd', '_GUICtrlSlider_GetSelStart', '_GUICtrlSlider_GetThumbLength',
       
   548             '_GUICtrlSlider_GetThumbRect', '_GUICtrlSlider_GetThumbRectEx', '_GUICtrlSlider_GetTic',
       
   549             '_GUICtrlSlider_GetTicPos', '_GUICtrlSlider_GetToolTips', '_GUICtrlSlider_GetUnicodeFormat',
       
   550             '_GUICtrlSlider_SetBuddy', '_GUICtrlSlider_SetLineSize', '_GUICtrlSlider_SetPageSize',
       
   551             '_GUICtrlSlider_SetPos', '_GUICtrlSlider_SetRange', '_GUICtrlSlider_SetRangeMax',
       
   552             '_GUICtrlSlider_SetRangeMin', '_GUICtrlSlider_SetSel', '_GUICtrlSlider_SetSelEnd',
       
   553             '_GUICtrlSlider_SetSelStart', '_GUICtrlSlider_SetThumbLength', '_GUICtrlSlider_SetTic',
       
   554             '_GUICtrlSlider_SetTicFreq', '_GUICtrlSlider_SetTipSide', '_GUICtrlSlider_SetToolTips',
       
   555             '_GUICtrlSlider_SetUnicodeFormat', '_GUICtrlStatusBar_Create', '_GUICtrlStatusBar_Destroy',
       
   556             '_GUICtrlStatusBar_EmbedControl', '_GUICtrlStatusBar_GetBorders', '_GUICtrlStatusBar_GetBordersHorz',
       
   557             '_GUICtrlStatusBar_GetBordersRect', '_GUICtrlStatusBar_GetBordersVert', '_GUICtrlStatusBar_GetCount',
       
   558             '_GUICtrlStatusBar_GetHeight', '_GUICtrlStatusBar_GetIcon', '_GUICtrlStatusBar_GetParts',
       
   559             '_GUICtrlStatusBar_GetRect', '_GUICtrlStatusBar_GetRectEx', '_GUICtrlStatusBar_GetText',
       
   560             '_GUICtrlStatusBar_GetTextFlags', '_GUICtrlStatusBar_GetTextLength', '_GUICtrlStatusBar_GetTextLengthEx',
       
   561             '_GUICtrlStatusBar_GetTipText', '_GUICtrlStatusBar_GetUnicodeFormat', '_GUICtrlStatusBar_GetWidth',
       
   562             '_GUICtrlStatusBar_IsSimple', '_GUICtrlStatusBar_Resize', '_GUICtrlStatusBar_SetBkColor',
       
   563             '_GUICtrlStatusBar_SetIcon', '_GUICtrlStatusBar_SetMinHeight', '_GUICtrlStatusBar_SetParts',
       
   564             '_GUICtrlStatusBar_SetSimple', '_GUICtrlStatusBar_SetText', '_GUICtrlStatusBar_SetTipText',
       
   565             '_GUICtrlStatusBar_SetUnicodeFormat', '_GUICtrlStatusBar_ShowHide', '_GUICtrlTab_Create',
       
   566             '_GUICtrlTab_DeleteAllItems', '_GUICtrlTab_DeleteItem', '_GUICtrlTab_DeselectAll',
       
   567             '_GUICtrlTab_Destroy', '_GUICtrlTab_FindTab', '_GUICtrlTab_GetCurFocus',
       
   568             '_GUICtrlTab_GetCurSel', '_GUICtrlTab_GetDisplayRect', '_GUICtrlTab_GetDisplayRectEx',
       
   569             '_GUICtrlTab_GetExtendedStyle', '_GUICtrlTab_GetImageList', '_GUICtrlTab_GetItem',
       
   570             '_GUICtrlTab_GetItemCount', '_GUICtrlTab_GetItemImage', '_GUICtrlTab_GetItemParam',
       
   571             '_GUICtrlTab_GetItemRect', '_GUICtrlTab_GetItemRectEx', '_GUICtrlTab_GetItemState',
       
   572             '_GUICtrlTab_GetItemText', '_GUICtrlTab_GetRowCount', '_GUICtrlTab_GetToolTips',
       
   573             '_GUICtrlTab_GetUnicodeFormat', '_GUICtrlTab_HighlightItem', '_GUICtrlTab_HitTest',
       
   574             '_GUICtrlTab_InsertItem', '_GUICtrlTab_RemoveImage', '_GUICtrlTab_SetCurFocus',
       
   575             '_GUICtrlTab_SetCurSel', '_GUICtrlTab_SetExtendedStyle', '_GUICtrlTab_SetImageList',
       
   576             '_GUICtrlTab_SetItem', '_GUICtrlTab_SetItemImage', '_GUICtrlTab_SetItemParam',
       
   577             '_GUICtrlTab_SetItemSize', '_GUICtrlTab_SetItemState', '_GUICtrlTab_SetItemText',
       
   578             '_GUICtrlTab_SetMinTabWidth', '_GUICtrlTab_SetPadding', '_GUICtrlTab_SetToolTips',
       
   579             '_GUICtrlTab_SetUnicodeFormat', '_GUICtrlToolbar_AddBitmap', '_GUICtrlToolbar_AddButton',
       
   580             '_GUICtrlToolbar_AddButtonSep', '_GUICtrlToolbar_AddString', '_GUICtrlToolbar_ButtonCount',
       
   581             '_GUICtrlToolbar_CheckButton', '_GUICtrlToolbar_ClickAccel', '_GUICtrlToolbar_ClickButton',
       
   582             '_GUICtrlToolbar_ClickIndex', '_GUICtrlToolbar_CommandToIndex', '_GUICtrlToolbar_Create',
       
   583             '_GUICtrlToolbar_Customize', '_GUICtrlToolbar_DeleteButton', '_GUICtrlToolbar_Destroy',
       
   584             '_GUICtrlToolbar_EnableButton', '_GUICtrlToolbar_FindToolbar', '_GUICtrlToolbar_GetAnchorHighlight',
       
   585             '_GUICtrlToolbar_GetBitmapFlags', '_GUICtrlToolbar_GetButtonBitmap', '_GUICtrlToolbar_GetButtonInfo',
       
   586             '_GUICtrlToolbar_GetButtonInfoEx', '_GUICtrlToolbar_GetButtonParam', '_GUICtrlToolbar_GetButtonRect',
       
   587             '_GUICtrlToolbar_GetButtonRectEx', '_GUICtrlToolbar_GetButtonSize', '_GUICtrlToolbar_GetButtonState',
       
   588             '_GUICtrlToolbar_GetButtonStyle', '_GUICtrlToolbar_GetButtonText', '_GUICtrlToolbar_GetColorScheme',
       
   589             '_GUICtrlToolbar_GetDisabledImageList', '_GUICtrlToolbar_GetExtendedStyle', '_GUICtrlToolbar_GetHotImageList',
       
   590             '_GUICtrlToolbar_GetHotItem', '_GUICtrlToolbar_GetImageList', '_GUICtrlToolbar_GetInsertMark',
       
   591             '_GUICtrlToolbar_GetInsertMarkColor', '_GUICtrlToolbar_GetMaxSize', '_GUICtrlToolbar_GetMetrics',
       
   592             '_GUICtrlToolbar_GetPadding', '_GUICtrlToolbar_GetRows', '_GUICtrlToolbar_GetString',
       
   593             '_GUICtrlToolbar_GetStyle', '_GUICtrlToolbar_GetStyleAltDrag', '_GUICtrlToolbar_GetStyleCustomErase',
       
   594             '_GUICtrlToolbar_GetStyleFlat', '_GUICtrlToolbar_GetStyleList', '_GUICtrlToolbar_GetStyleRegisterDrop',
       
   595             '_GUICtrlToolbar_GetStyleToolTips', '_GUICtrlToolbar_GetStyleTransparent', '_GUICtrlToolbar_GetStyleWrapable',
       
   596             '_GUICtrlToolbar_GetTextRows', '_GUICtrlToolbar_GetToolTips', '_GUICtrlToolbar_GetUnicodeFormat',
       
   597             '_GUICtrlToolbar_HideButton', '_GUICtrlToolbar_HighlightButton', '_GUICtrlToolbar_HitTest',
       
   598             '_GUICtrlToolbar_IndexToCommand', '_GUICtrlToolbar_InsertButton', '_GUICtrlToolbar_InsertMarkHitTest',
       
   599             '_GUICtrlToolbar_IsButtonChecked', '_GUICtrlToolbar_IsButtonEnabled', '_GUICtrlToolbar_IsButtonHidden',
       
   600             '_GUICtrlToolbar_IsButtonHighlighted', '_GUICtrlToolbar_IsButtonIndeterminate', '_GUICtrlToolbar_IsButtonPressed',
       
   601             '_GUICtrlToolbar_LoadBitmap', '_GUICtrlToolbar_LoadImages', '_GUICtrlToolbar_MapAccelerator',
       
   602             '_GUICtrlToolbar_MoveButton', '_GUICtrlToolbar_PressButton', '_GUICtrlToolbar_SetAnchorHighlight',
       
   603             '_GUICtrlToolbar_SetBitmapSize', '_GUICtrlToolbar_SetButtonBitMap', '_GUICtrlToolbar_SetButtonInfo',
       
   604             '_GUICtrlToolbar_SetButtonInfoEx', '_GUICtrlToolbar_SetButtonParam', '_GUICtrlToolbar_SetButtonSize',
       
   605             '_GUICtrlToolbar_SetButtonState', '_GUICtrlToolbar_SetButtonStyle', '_GUICtrlToolbar_SetButtonText',
       
   606             '_GUICtrlToolbar_SetButtonWidth', '_GUICtrlToolbar_SetCmdID', '_GUICtrlToolbar_SetColorScheme',
       
   607             '_GUICtrlToolbar_SetDisabledImageList', '_GUICtrlToolbar_SetDrawTextFlags', '_GUICtrlToolbar_SetExtendedStyle',
       
   608             '_GUICtrlToolbar_SetHotImageList', '_GUICtrlToolbar_SetHotItem', '_GUICtrlToolbar_SetImageList',
       
   609             '_GUICtrlToolbar_SetIndent', '_GUICtrlToolbar_SetIndeterminate', '_GUICtrlToolbar_SetInsertMark',
       
   610             '_GUICtrlToolbar_SetInsertMarkColor', '_GUICtrlToolbar_SetMaxTextRows', '_GUICtrlToolbar_SetMetrics',
       
   611             '_GUICtrlToolbar_SetPadding', '_GUICtrlToolbar_SetParent', '_GUICtrlToolbar_SetRows',
       
   612             '_GUICtrlToolbar_SetStyle', '_GUICtrlToolbar_SetStyleAltDrag', '_GUICtrlToolbar_SetStyleCustomErase',
       
   613             '_GUICtrlToolbar_SetStyleFlat', '_GUICtrlToolbar_SetStyleList', '_GUICtrlToolbar_SetStyleRegisterDrop',
       
   614             '_GUICtrlToolbar_SetStyleToolTips', '_GUICtrlToolbar_SetStyleTransparent', '_GUICtrlToolbar_SetStyleWrapable',
       
   615             '_GUICtrlToolbar_SetToolTips', '_GUICtrlToolbar_SetUnicodeFormat', '_GUICtrlToolbar_SetWindowTheme',
       
   616             '_GUICtrlTreeView_Add', '_GUICtrlTreeView_AddChild', '_GUICtrlTreeView_AddChildFirst',
       
   617             '_GUICtrlTreeView_AddFirst', '_GUICtrlTreeView_BeginUpdate', '_GUICtrlTreeView_ClickItem',
       
   618             '_GUICtrlTreeView_Create', '_GUICtrlTreeView_CreateDragImage', '_GUICtrlTreeView_CreateSolidBitMap',
       
   619             '_GUICtrlTreeView_Delete', '_GUICtrlTreeView_DeleteAll', '_GUICtrlTreeView_DeleteChildren',
       
   620             '_GUICtrlTreeView_Destroy', '_GUICtrlTreeView_DisplayRect', '_GUICtrlTreeView_DisplayRectEx',
       
   621             '_GUICtrlTreeView_EditText', '_GUICtrlTreeView_EndEdit', '_GUICtrlTreeView_EndUpdate',
       
   622             '_GUICtrlTreeView_EnsureVisible', '_GUICtrlTreeView_Expand', '_GUICtrlTreeView_ExpandedOnce',
       
   623             '_GUICtrlTreeView_FindItem', '_GUICtrlTreeView_FindItemEx', '_GUICtrlTreeView_GetBkColor',
       
   624             '_GUICtrlTreeView_GetBold', '_GUICtrlTreeView_GetChecked', '_GUICtrlTreeView_GetChildCount',
       
   625             '_GUICtrlTreeView_GetChildren', '_GUICtrlTreeView_GetCount', '_GUICtrlTreeView_GetCut',
       
   626             '_GUICtrlTreeView_GetDropTarget', '_GUICtrlTreeView_GetEditControl', '_GUICtrlTreeView_GetExpanded',
       
   627             '_GUICtrlTreeView_GetFirstChild', '_GUICtrlTreeView_GetFirstItem', '_GUICtrlTreeView_GetFirstVisible',
       
   628             '_GUICtrlTreeView_GetFocused', '_GUICtrlTreeView_GetHeight', '_GUICtrlTreeView_GetImageIndex',
       
   629             '_GUICtrlTreeView_GetImageListIconHandle', '_GUICtrlTreeView_GetIndent', '_GUICtrlTreeView_GetInsertMarkColor',
       
   630             '_GUICtrlTreeView_GetISearchString', '_GUICtrlTreeView_GetItemByIndex', '_GUICtrlTreeView_GetItemHandle',
       
   631             '_GUICtrlTreeView_GetItemParam', '_GUICtrlTreeView_GetLastChild', '_GUICtrlTreeView_GetLineColor',
       
   632             '_GUICtrlTreeView_GetNext', '_GUICtrlTreeView_GetNextChild', '_GUICtrlTreeView_GetNextSibling',
       
   633             '_GUICtrlTreeView_GetNextVisible', '_GUICtrlTreeView_GetNormalImageList', '_GUICtrlTreeView_GetParentHandle',
       
   634             '_GUICtrlTreeView_GetParentParam', '_GUICtrlTreeView_GetPrev', '_GUICtrlTreeView_GetPrevChild',
       
   635             '_GUICtrlTreeView_GetPrevSibling', '_GUICtrlTreeView_GetPrevVisible', '_GUICtrlTreeView_GetScrollTime',
       
   636             '_GUICtrlTreeView_GetSelected', '_GUICtrlTreeView_GetSelectedImageIndex', '_GUICtrlTreeView_GetSelection',
       
   637             '_GUICtrlTreeView_GetSiblingCount', '_GUICtrlTreeView_GetState', '_GUICtrlTreeView_GetStateImageIndex',
       
   638             '_GUICtrlTreeView_GetStateImageList', '_GUICtrlTreeView_GetText', '_GUICtrlTreeView_GetTextColor',
       
   639             '_GUICtrlTreeView_GetToolTips', '_GUICtrlTreeView_GetTree', '_GUICtrlTreeView_GetUnicodeFormat',
       
   640             '_GUICtrlTreeView_GetVisible', '_GUICtrlTreeView_GetVisibleCount', '_GUICtrlTreeView_HitTest',
       
   641             '_GUICtrlTreeView_HitTestEx', '_GUICtrlTreeView_HitTestItem', '_GUICtrlTreeView_Index',
       
   642             '_GUICtrlTreeView_InsertItem', '_GUICtrlTreeView_IsFirstItem', '_GUICtrlTreeView_IsParent',
       
   643             '_GUICtrlTreeView_Level', '_GUICtrlTreeView_SelectItem', '_GUICtrlTreeView_SelectItemByIndex',
       
   644             '_GUICtrlTreeView_SetBkColor', '_GUICtrlTreeView_SetBold', '_GUICtrlTreeView_SetChecked',
       
   645             '_GUICtrlTreeView_SetCheckedByIndex', '_GUICtrlTreeView_SetChildren', '_GUICtrlTreeView_SetCut',
       
   646             '_GUICtrlTreeView_SetDropTarget', '_GUICtrlTreeView_SetFocused', '_GUICtrlTreeView_SetHeight',
       
   647             '_GUICtrlTreeView_SetIcon', '_GUICtrlTreeView_SetImageIndex', '_GUICtrlTreeView_SetIndent',
       
   648             '_GUICtrlTreeView_SetInsertMark', '_GUICtrlTreeView_SetInsertMarkColor', '_GUICtrlTreeView_SetItemHeight',
       
   649             '_GUICtrlTreeView_SetItemParam', '_GUICtrlTreeView_SetLineColor', '_GUICtrlTreeView_SetNormalImageList',
       
   650             '_GUICtrlTreeView_SetScrollTime', '_GUICtrlTreeView_SetSelected', '_GUICtrlTreeView_SetSelectedImageIndex',
       
   651             '_GUICtrlTreeView_SetState', '_GUICtrlTreeView_SetStateImageIndex', '_GUICtrlTreeView_SetStateImageList',
       
   652             '_GUICtrlTreeView_SetText', '_GUICtrlTreeView_SetTextColor', '_GUICtrlTreeView_SetToolTips',
       
   653             '_GUICtrlTreeView_SetUnicodeFormat', '_GUICtrlTreeView_Sort', '_GUIImageList_Add',
       
   654             '_GUIImageList_AddBitmap', '_GUIImageList_AddIcon', '_GUIImageList_AddMasked',
       
   655             '_GUIImageList_BeginDrag', '_GUIImageList_Copy', '_GUIImageList_Create',
       
   656             '_GUIImageList_Destroy', '_GUIImageList_DestroyIcon', '_GUIImageList_DragEnter',
       
   657             '_GUIImageList_DragLeave', '_GUIImageList_DragMove', '_GUIImageList_Draw',
       
   658             '_GUIImageList_DrawEx', '_GUIImageList_Duplicate', '_GUIImageList_EndDrag',
       
   659             '_GUIImageList_GetBkColor', '_GUIImageList_GetIcon', '_GUIImageList_GetIconHeight',
       
   660             '_GUIImageList_GetIconSize', '_GUIImageList_GetIconSizeEx', '_GUIImageList_GetIconWidth',
       
   661             '_GUIImageList_GetImageCount', '_GUIImageList_GetImageInfoEx', '_GUIImageList_Remove',
       
   662             '_GUIImageList_ReplaceIcon', '_GUIImageList_SetBkColor', '_GUIImageList_SetIconSize',
       
   663             '_GUIImageList_SetImageCount', '_GUIImageList_Swap', '_GUIScrollBars_EnableScrollBar',
       
   664             '_GUIScrollBars_GetScrollBarInfoEx', '_GUIScrollBars_GetScrollBarRect', '_GUIScrollBars_GetScrollBarRGState',
       
   665             '_GUIScrollBars_GetScrollBarXYLineButton', '_GUIScrollBars_GetScrollBarXYThumbBottom', '_GUIScrollBars_GetScrollBarXYThumbTop',
       
   666             '_GUIScrollBars_GetScrollInfo', '_GUIScrollBars_GetScrollInfoEx', '_GUIScrollBars_GetScrollInfoMax',
       
   667             '_GUIScrollBars_GetScrollInfoMin', '_GUIScrollBars_GetScrollInfoPage', '_GUIScrollBars_GetScrollInfoPos',
       
   668             '_GUIScrollBars_GetScrollInfoTrackPos', '_GUIScrollBars_GetScrollPos', '_GUIScrollBars_GetScrollRange',
       
   669             '_GUIScrollBars_Init', '_GUIScrollBars_ScrollWindow', '_GUIScrollBars_SetScrollInfo',
       
   670             '_GUIScrollBars_SetScrollInfoMax', '_GUIScrollBars_SetScrollInfoMin', '_GUIScrollBars_SetScrollInfoPage',
       
   671             '_GUIScrollBars_SetScrollInfoPos', '_GUIScrollBars_SetScrollRange', '_GUIScrollBars_ShowScrollBar',
       
   672             '_GUIToolTip_Activate', '_GUIToolTip_AddTool', '_GUIToolTip_AdjustRect',
       
   673             '_GUIToolTip_BitsToTTF', '_GUIToolTip_Create', '_GUIToolTip_DelTool',
       
   674             '_GUIToolTip_Destroy', '_GUIToolTip_EnumTools', '_GUIToolTip_GetBubbleHeight',
       
   675             '_GUIToolTip_GetBubbleSize', '_GUIToolTip_GetBubbleWidth', '_GUIToolTip_GetCurrentTool',
       
   676             '_GUIToolTip_GetDelayTime', '_GUIToolTip_GetMargin', '_GUIToolTip_GetMarginEx',
       
   677             '_GUIToolTip_GetMaxTipWidth', '_GUIToolTip_GetText', '_GUIToolTip_GetTipBkColor',
       
   678             '_GUIToolTip_GetTipTextColor', '_GUIToolTip_GetTitleBitMap', '_GUIToolTip_GetTitleText',
       
   679             '_GUIToolTip_GetToolCount', '_GUIToolTip_GetToolInfo', '_GUIToolTip_HitTest',
       
   680             '_GUIToolTip_NewToolRect', '_GUIToolTip_Pop', '_GUIToolTip_PopUp',
       
   681             '_GUIToolTip_SetDelayTime', '_GUIToolTip_SetMargin', '_GUIToolTip_SetMaxTipWidth',
       
   682             '_GUIToolTip_SetTipBkColor', '_GUIToolTip_SetTipTextColor', '_GUIToolTip_SetTitle',
       
   683             '_GUIToolTip_SetToolInfo', '_GUIToolTip_SetWindowTheme', '_GUIToolTip_ToolExists',
       
   684             '_GUIToolTip_ToolToArray', '_GUIToolTip_TrackActivate', '_GUIToolTip_TrackPosition',
       
   685             '_GUIToolTip_TTFToBits', '_GUIToolTip_Update', '_GUIToolTip_UpdateTipText',
       
   686             '_HexToString', '_IE_Example', '_IE_Introduction',
       
   687             '_IE_VersionInfo', '_IEAction', '_IEAttach',
       
   688             '_IEBodyReadHTML', '_IEBodyReadText', '_IEBodyWriteHTML',
       
   689             '_IECreate', '_IECreateEmbedded', '_IEDocGetObj',
       
   690             '_IEDocInsertHTML', '_IEDocInsertText', '_IEDocReadHTML',
       
   691             '_IEDocWriteHTML', '_IEErrorHandlerDeRegister', '_IEErrorHandlerRegister',
       
   692             '_IEErrorNotify', '_IEFormElementCheckBoxSelect', '_IEFormElementGetCollection',
       
   693             '_IEFormElementGetObjByName', '_IEFormElementGetValue', '_IEFormElementOptionSelect',
       
   694             '_IEFormElementRadioSelect', '_IEFormElementSetValue', '_IEFormGetCollection',
       
   695             '_IEFormGetObjByName', '_IEFormImageClick', '_IEFormReset',
       
   696             '_IEFormSubmit', '_IEFrameGetCollection', '_IEFrameGetObjByName',
       
   697             '_IEGetObjById', '_IEGetObjByName', '_IEHeadInsertEventScript',
       
   698             '_IEImgClick', '_IEImgGetCollection', '_IEIsFrameSet',
       
   699             '_IELinkClickByIndex', '_IELinkClickByText', '_IELinkGetCollection',
       
   700             '_IELoadWait', '_IELoadWaitTimeout', '_IENavigate',
       
   701             '_IEPropertyGet', '_IEPropertySet', '_IEQuit',
       
   702             '_IETableGetCollection', '_IETableWriteToArray', '_IETagNameAllGetCollection',
       
   703             '_IETagNameGetCollection', '_Iif', '_INetExplorerCapable',
       
   704             '_INetGetSource', '_INetMail', '_INetSmtpMail',
       
   705             '_IsPressed', '_MathCheckDiv', '_Max',
       
   706             '_MemGlobalAlloc', '_MemGlobalFree', '_MemGlobalLock',
       
   707             '_MemGlobalSize', '_MemGlobalUnlock', '_MemMoveMemory',
       
   708             '_MemMsgBox', '_MemShowError', '_MemVirtualAlloc',
       
   709             '_MemVirtualAllocEx', '_MemVirtualFree', '_MemVirtualFreeEx',
       
   710             '_Min', '_MouseTrap', '_NamedPipes_CallNamedPipe',
       
   711             '_NamedPipes_ConnectNamedPipe', '_NamedPipes_CreateNamedPipe', '_NamedPipes_CreatePipe',
       
   712             '_NamedPipes_DisconnectNamedPipe', '_NamedPipes_GetNamedPipeHandleState', '_NamedPipes_GetNamedPipeInfo',
       
   713             '_NamedPipes_PeekNamedPipe', '_NamedPipes_SetNamedPipeHandleState', '_NamedPipes_TransactNamedPipe',
       
   714             '_NamedPipes_WaitNamedPipe', '_Net_Share_ConnectionEnum', '_Net_Share_FileClose',
       
   715             '_Net_Share_FileEnum', '_Net_Share_FileGetInfo', '_Net_Share_PermStr',
       
   716             '_Net_Share_ResourceStr', '_Net_Share_SessionDel', '_Net_Share_SessionEnum',
       
   717             '_Net_Share_SessionGetInfo', '_Net_Share_ShareAdd', '_Net_Share_ShareCheck',
       
   718             '_Net_Share_ShareDel', '_Net_Share_ShareEnum', '_Net_Share_ShareGetInfo',
       
   719             '_Net_Share_ShareSetInfo', '_Net_Share_StatisticsGetSvr', '_Net_Share_StatisticsGetWrk',
       
   720             '_Now', '_NowCalc', '_NowCalcDate',
       
   721             '_NowDate', '_NowTime', '_PathFull',
       
   722             '_PathMake', '_PathSplit', '_ProcessGetName',
       
   723             '_ProcessGetPriority', '_Radian', '_ReplaceStringInFile',
       
   724             '_RunDOS', '_ScreenCapture_Capture', '_ScreenCapture_CaptureWnd',
       
   725             '_ScreenCapture_SaveImage', '_ScreenCapture_SetBMPFormat', '_ScreenCapture_SetJPGQuality',
       
   726             '_ScreenCapture_SetTIFColorDepth', '_ScreenCapture_SetTIFCompression', '_Security__AdjustTokenPrivileges',
       
   727             '_Security__GetAccountSid', '_Security__GetLengthSid', '_Security__GetTokenInformation',
       
   728             '_Security__ImpersonateSelf', '_Security__IsValidSid', '_Security__LookupAccountName',
       
   729             '_Security__LookupAccountSid', '_Security__LookupPrivilegeValue', '_Security__OpenProcessToken',
       
   730             '_Security__OpenThreadToken', '_Security__OpenThreadTokenEx', '_Security__SetPrivilege',
       
   731             '_Security__SidToStringSid', '_Security__SidTypeStr', '_Security__StringSidToSid',
       
   732             '_SendMessage', '_SendMessageA', '_SetDate',
       
   733             '_SetTime', '_Singleton', '_SoundClose',
       
   734             '_SoundLength', '_SoundOpen', '_SoundPause',
       
   735             '_SoundPlay', '_SoundPos', '_SoundResume',
       
   736             '_SoundSeek', '_SoundStatus', '_SoundStop',
       
   737             '_SQLite_Changes', '_SQLite_Close', '_SQLite_Display2DResult',
       
   738             '_SQLite_Encode', '_SQLite_ErrCode', '_SQLite_ErrMsg',
       
   739             '_SQLite_Escape', '_SQLite_Exec', '_SQLite_FetchData',
       
   740             '_SQLite_FetchNames', '_SQLite_GetTable', '_SQLite_GetTable2d',
       
   741             '_SQLite_LastInsertRowID', '_SQLite_LibVersion', '_SQLite_Open',
       
   742             '_SQLite_Query', '_SQLite_QueryFinalize', '_SQLite_QueryReset',
       
   743             '_SQLite_QuerySingleRow', '_SQLite_SaveMode', '_SQLite_SetTimeout',
       
   744             '_SQLite_Shutdown', '_SQLite_SQLiteExe', '_SQLite_Startup',
       
   745             '_SQLite_TotalChanges', '_StringAddComma', '_StringBetween',
       
   746             '_StringEncrypt', '_StringInsert', '_StringProper',
       
   747             '_StringRepeat', '_StringReverse', '_StringSplit',
       
   748             '_StringToHex', '_TCPIpToName', '_TempFile',
       
   749             '_TicksToTime', '_Timer_Diff', '_Timer_GetTimerID',
       
   750             '_Timer_Init', '_Timer_KillAllTimers', '_Timer_KillTimer',
       
   751             '_Timer_SetTimer', '_TimeToTicks', '_VersionCompare',
       
   752             '_viClose', '_viExecCommand', '_viFindGpib',
       
   753             '_viGpibBusReset', '_viGTL', '_viOpen',
       
   754             '_viSetAttribute', '_viSetTimeout', '_WeekNumberISO',
       
   755             '_WinAPI_AttachConsole', '_WinAPI_AttachThreadInput', '_WinAPI_Beep',
       
   756             '_WinAPI_BitBlt', '_WinAPI_CallNextHookEx', '_WinAPI_Check',
       
   757             '_WinAPI_ClientToScreen', '_WinAPI_CloseHandle', '_WinAPI_CommDlgExtendedError',
       
   758             '_WinAPI_CopyIcon', '_WinAPI_CreateBitmap', '_WinAPI_CreateCompatibleBitmap',
       
   759             '_WinAPI_CreateCompatibleDC', '_WinAPI_CreateEvent', '_WinAPI_CreateFile',
       
   760             '_WinAPI_CreateFont', '_WinAPI_CreateFontIndirect', '_WinAPI_CreateProcess',
       
   761             '_WinAPI_CreateSolidBitmap', '_WinAPI_CreateSolidBrush', '_WinAPI_CreateWindowEx',
       
   762             '_WinAPI_DefWindowProc', '_WinAPI_DeleteDC', '_WinAPI_DeleteObject',
       
   763             '_WinAPI_DestroyIcon', '_WinAPI_DestroyWindow', '_WinAPI_DrawEdge',
       
   764             '_WinAPI_DrawFrameControl', '_WinAPI_DrawIcon', '_WinAPI_DrawIconEx',
       
   765             '_WinAPI_DrawText', '_WinAPI_EnableWindow', '_WinAPI_EnumDisplayDevices',
       
   766             '_WinAPI_EnumWindows', '_WinAPI_EnumWindowsPopup', '_WinAPI_EnumWindowsTop',
       
   767             '_WinAPI_ExpandEnvironmentStrings', '_WinAPI_ExtractIconEx', '_WinAPI_FatalAppExit',
       
   768             '_WinAPI_FillRect', '_WinAPI_FindExecutable', '_WinAPI_FindWindow',
       
   769             '_WinAPI_FlashWindow', '_WinAPI_FlashWindowEx', '_WinAPI_FloatToInt',
       
   770             '_WinAPI_FlushFileBuffers', '_WinAPI_FormatMessage', '_WinAPI_FrameRect',
       
   771             '_WinAPI_FreeLibrary', '_WinAPI_GetAncestor', '_WinAPI_GetAsyncKeyState',
       
   772             '_WinAPI_GetClassName', '_WinAPI_GetClientHeight', '_WinAPI_GetClientRect',
       
   773             '_WinAPI_GetClientWidth', '_WinAPI_GetCurrentProcess', '_WinAPI_GetCurrentProcessID',
       
   774             '_WinAPI_GetCurrentThread', '_WinAPI_GetCurrentThreadId', '_WinAPI_GetCursorInfo',
       
   775             '_WinAPI_GetDC', '_WinAPI_GetDesktopWindow', '_WinAPI_GetDeviceCaps',
       
   776             '_WinAPI_GetDIBits', '_WinAPI_GetDlgCtrlID', '_WinAPI_GetDlgItem',
       
   777             '_WinAPI_GetFileSizeEx', '_WinAPI_GetFocus', '_WinAPI_GetForegroundWindow',
       
   778             '_WinAPI_GetIconInfo', '_WinAPI_GetLastError', '_WinAPI_GetLastErrorMessage',
       
   779             '_WinAPI_GetModuleHandle', '_WinAPI_GetMousePos', '_WinAPI_GetMousePosX',
       
   780             '_WinAPI_GetMousePosY', '_WinAPI_GetObject', '_WinAPI_GetOpenFileName',
       
   781             '_WinAPI_GetOverlappedResult', '_WinAPI_GetParent', '_WinAPI_GetProcessAffinityMask',
       
   782             '_WinAPI_GetSaveFileName', '_WinAPI_GetStdHandle', '_WinAPI_GetStockObject',
       
   783             '_WinAPI_GetSysColor', '_WinAPI_GetSysColorBrush', '_WinAPI_GetSystemMetrics',
       
   784             '_WinAPI_GetTextExtentPoint32', '_WinAPI_GetWindow', '_WinAPI_GetWindowDC',
       
   785             '_WinAPI_GetWindowHeight', '_WinAPI_GetWindowLong', '_WinAPI_GetWindowRect',
       
   786             '_WinAPI_GetWindowText', '_WinAPI_GetWindowThreadProcessId', '_WinAPI_GetWindowWidth',
       
   787             '_WinAPI_GetXYFromPoint', '_WinAPI_GlobalMemStatus', '_WinAPI_GUIDFromString',
       
   788             '_WinAPI_GUIDFromStringEx', '_WinAPI_HiWord', '_WinAPI_InProcess',
       
   789             '_WinAPI_IntToFloat', '_WinAPI_InvalidateRect', '_WinAPI_IsClassName',
       
   790             '_WinAPI_IsWindow', '_WinAPI_IsWindowVisible', '_WinAPI_LoadBitmap',
       
   791             '_WinAPI_LoadImage', '_WinAPI_LoadLibrary', '_WinAPI_LoadLibraryEx',
       
   792             '_WinAPI_LoadShell32Icon', '_WinAPI_LoadString', '_WinAPI_LocalFree',
       
   793             '_WinAPI_LoWord', '_WinAPI_MakeDWord', '_WinAPI_MAKELANGID',
       
   794             '_WinAPI_MAKELCID', '_WinAPI_MakeLong', '_WinAPI_MessageBeep',
       
   795             '_WinAPI_Mouse_Event', '_WinAPI_MoveWindow', '_WinAPI_MsgBox',
       
   796             '_WinAPI_MulDiv', '_WinAPI_MultiByteToWideChar', '_WinAPI_MultiByteToWideCharEx',
       
   797             '_WinAPI_OpenProcess', '_WinAPI_PointFromRect', '_WinAPI_PostMessage',
       
   798             '_WinAPI_PrimaryLangId', '_WinAPI_PtInRect', '_WinAPI_ReadFile',
       
   799             '_WinAPI_ReadProcessMemory', '_WinAPI_RectIsEmpty', '_WinAPI_RedrawWindow',
       
   800             '_WinAPI_RegisterWindowMessage', '_WinAPI_ReleaseCapture', '_WinAPI_ReleaseDC',
       
   801             '_WinAPI_ScreenToClient', '_WinAPI_SelectObject', '_WinAPI_SetBkColor',
       
   802             '_WinAPI_SetCapture', '_WinAPI_SetCursor', '_WinAPI_SetDefaultPrinter',
       
   803             '_WinAPI_SetDIBits', '_WinAPI_SetEvent', '_WinAPI_SetFocus',
       
   804             '_WinAPI_SetFont', '_WinAPI_SetHandleInformation', '_WinAPI_SetLastError',
       
   805             '_WinAPI_SetParent', '_WinAPI_SetProcessAffinityMask', '_WinAPI_SetSysColors',
       
   806             '_WinAPI_SetTextColor', '_WinAPI_SetWindowLong', '_WinAPI_SetWindowPos',
       
   807             '_WinAPI_SetWindowsHookEx', '_WinAPI_SetWindowText', '_WinAPI_ShowCursor',
       
   808             '_WinAPI_ShowError', '_WinAPI_ShowMsg', '_WinAPI_ShowWindow',
       
   809             '_WinAPI_StringFromGUID', '_WinAPI_SubLangId', '_WinAPI_SystemParametersInfo',
       
   810             '_WinAPI_TwipsPerPixelX', '_WinAPI_TwipsPerPixelY', '_WinAPI_UnhookWindowsHookEx',
       
   811             '_WinAPI_UpdateLayeredWindow', '_WinAPI_UpdateWindow', '_WinAPI_ValidateClassName',
       
   812             '_WinAPI_WaitForInputIdle', '_WinAPI_WaitForMultipleObjects', '_WinAPI_WaitForSingleObject',
       
   813             '_WinAPI_WideCharToMultiByte', '_WinAPI_WindowFromPoint', '_WinAPI_WriteConsole',
       
   814             '_WinAPI_WriteFile', '_WinAPI_WriteProcessMemory', '_WinNet_AddConnection',
       
   815             '_WinNet_AddConnection2', '_WinNet_AddConnection3', '_WinNet_CancelConnection',
       
   816             '_WinNet_CancelConnection2', '_WinNet_CloseEnum', '_WinNet_ConnectionDialog',
       
   817             '_WinNet_ConnectionDialog1', '_WinNet_DisconnectDialog', '_WinNet_DisconnectDialog1',
       
   818             '_WinNet_EnumResource', '_WinNet_GetConnection', '_WinNet_GetConnectionPerformance',
       
   819             '_WinNet_GetLastError', '_WinNet_GetNetworkInformation', '_WinNet_GetProviderName',
       
   820             '_WinNet_GetResourceInformation', '_WinNet_GetResourceParent', '_WinNet_GetUniversalName',
       
   821             '_WinNet_GetUser', '_WinNet_OpenEnum', '_WinNet_RestoreConnection',
       
   822             '_WinNet_UseConnection', '_Word_VersionInfo', '_WordAttach',
       
   823             '_WordCreate', '_WordDocAdd', '_WordDocAddLink',
       
   824             '_WordDocAddPicture', '_WordDocClose', '_WordDocFindReplace',
       
   825             '_WordDocGetCollection', '_WordDocLinkGetCollection', '_WordDocOpen',
       
   826             '_WordDocPrint', '_WordDocPropertyGet', '_WordDocPropertySet',
       
   827             '_WordDocSave', '_WordDocSaveAs', '_WordErrorHandlerDeRegister',
       
   828             '_WordErrorHandlerRegister', '_WordErrorNotify', '_WordMacroRun',
       
   829             '_WordPropertyGet', '_WordPropertySet', '_WordQuit'
   349             ),
   830             ),
   350         5 => array(
   831         5 => array(
   351             '#include', '#include-once', '#notrayicon'
   832             '#ce', '#comments-end', '#comments-start',
       
   833             '#cs', '#include', '#include-once',
       
   834             '#NoTrayIcon', '#RequireAdmin'
   352             ),
   835             ),
   353         6 => array(
   836         6 => array(
   354             '#forceref', '#compiler_allow_decompile', '#compiler_au3check_dat', 
   837             '#AutoIt3Wrapper_Au3Check_Parameters', '#AutoIt3Wrapper_Au3Check_Stop_OnWarning', '#AutoIt3Wrapper_Change2CUI',
   355             '#compiler_au3check_parameters', 
   838             '#AutoIt3Wrapper_Compression', '#AutoIt3Wrapper_cvsWrapper_Parameters', '#AutoIt3Wrapper_Icon',
   356             '#compiler_au3check_stop_onwarning', '#compiler_aut2exe', 
   839             '#AutoIt3Wrapper_Outfile', '#AutoIt3Wrapper_Outfile_Type', '#AutoIt3Wrapper_Plugin_Funcs',
   357             '#compiler_autoit3', '#compiler_compression', '#compiler_icon', 
   840             '#AutoIt3Wrapper_Res_Comment', '#AutoIt3Wrapper_Res_Description', '#AutoIt3Wrapper_Res_Field',
   358             '#compiler_outfile', '#compiler_outfile_type', 
   841             '#AutoIt3Wrapper_Res_File_Add', '#AutoIt3Wrapper_Res_Fileversion', '#AutoIt3Wrapper_Res_FileVersion_AutoIncrement',
   359             '#compiler_passphrase', '#compiler_plugin_funcs', 
   842             '#AutoIt3Wrapper_Res_Icon_Add', '#AutoIt3Wrapper_Res_Language', '#AutoIt3Wrapper_Res_LegalCopyright',
   360             '#compiler_prompt', '#compiler_res_comment', 
   843             '#AutoIt3Wrapper_res_requestedExecutionLevel', '#AutoIt3Wrapper_Res_SaveSource', '#AutoIt3Wrapper_Run_After',
   361             '#compiler_res_description', '#compiler_res_field', 
   844             '#AutoIt3Wrapper_Run_Au3check', '#AutoIt3Wrapper_Run_Before', '#AutoIt3Wrapper_Run_cvsWrapper',
   362             '#compiler_res_field1name', '#compiler_res_field1value', 
   845             '#AutoIt3Wrapper_Run_Debug_Mode', '#AutoIt3Wrapper_Run_Obfuscator', '#AutoIt3Wrapper_Run_Tidy',
   363             '#compiler_res_field2name', '#compiler_res_field2value', 
   846             '#AutoIt3Wrapper_Tidy_Stop_OnError', '#AutoIt3Wrapper_UseAnsi', '#AutoIt3Wrapper_UseUpx',
   364             '#compiler_res_fileversion', 
   847             '#AutoIt3Wrapper_UseX64', '#AutoIt3Wrapper_Version', '#EndRegion',
   365             '#compiler_res_fileversion_autoincrement', 
   848             '#forceref', '#Obfuscator_Ignore_Funcs', '#Obfuscator_Ignore_Variables',
   366             '#compiler_res_legalcopyright', '#compiler_run_after', 
   849             '#Obfuscator_Parameters', '#Region', '#Tidy_Parameters'
   367             '#compiler_run_au3check', '#compiler_run_before', 
       
   368             '#compiler_run_cvswrapper', '#compiler_run_tidy', 
       
   369             '#compiler_tidy_stop_onerror', '#compiler_useupx', '#endregion', 
       
   370             '#region', '#run_debug_mode', '#tidy_parameters'
       
   371             )
   850             )
   372         ),
   851         ),
   373     'SYMBOLS' => array(
   852     'SYMBOLS' => array(
   374         '(', ')', '[', ']', '&', '*', '/', '<', '>', '+', '-', '^', '=', '.'
   853         '(', ')', '[', ']',
       
   854         '+', '-', '*', '/', '&', '^',
       
   855         '=', '+=', '-=', '*=', '/=', '&=',
       
   856         '==', '<', '<=', '>', '>=',
       
   857         ',', '.'
   375         ),
   858         ),
   376     'CASE_SENSITIVE' => array(
   859     'CASE_SENSITIVE' => array(
   377         GESHI_COMMENTS => false,
   860         GESHI_COMMENTS => false,
   378         1 => false,
   861         1 => false,
   379         2 => false,
   862         2 => false,
   415             ),
   898             ),
   416         'REGEXPS' => array(
   899         'REGEXPS' => array(
   417             0 => 'font-weight: bold; color: #AA0000;'
   900             0 => 'font-weight: bold; color: #AA0000;'
   418             ),
   901             ),
   419         'SCRIPT' => array(
   902         'SCRIPT' => array(
   420             0 => '',
       
   421             1 => '',
       
   422             2 => '',
       
   423             3 => '',
       
   424             4 => '',
       
   425             5 => '',
       
   426             6 => ''
       
   427             )
   903             )
   428             ),
   904         ),
   429     'URLS' => array(
   905     'URLS' => array(
   430         1 => 'http://www.autoitscript.com/autoit3/docs/keywords.htm',
   906         1 => 'http://www.autoitscript.com/autoit3/docs/keywords.htm',
   431         2 => 'http://www.autoitscript.com/autoit3/docs/macros.htm',
   907         2 => 'http://www.autoitscript.com/autoit3/docs/macros.htm',
   432         3 => 'http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm',
   908         3 => 'http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm',
   433         4 => ''
   909         4 => '',
       
   910         5 => '',
       
   911         6 => ''
   434         ),
   912         ),
   435     'OOLANG' => true,
   913     'OOLANG' => true,
   436     'OBJECT_SPLITTERS' => array(
   914     'OBJECT_SPLITTERS' => array(
   437         1 => '.'
   915         1 => '.'
   438         ),
   916         ),
   439     'REGEXPS' => array(
   917     'REGEXPS' => array(
       
   918         //Variables
   440         0 => '[\\$%@]+[a-zA-Z_][a-zA-Z0-9_]*'
   919         0 => '[\\$%@]+[a-zA-Z_][a-zA-Z0-9_]*'
   441         ),
   920         ),
   442     'STRICT_MODE_APPLIES' => GESHI_MAYBE,
   921     'STRICT_MODE_APPLIES' => GESHI_MAYBE,
   443     'SCRIPT_DELIMITERS' => array(
   922     'SCRIPT_DELIMITERS' => array(
   444         ),
   923         ),