Advertisement
Nologic

autoit.php

Sep 30th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 120.35 KB | None | 0 0
  1. <?php
  2. /*************************************************************************************
  3.  * autoit.php
  4.  * --------
  5.  * Author: big_daddy, guinness & Tlem
  6.  * Copyright: (c) 2006-2014
  7.  * Release Version: 1.0.8.11
  8.  * Date Started: 2006/01/26
  9.  *
  10.  * AutoIt: v3.3.12.0
  11.  * Updated: 2014/06/01
  12.  *
  13.  * AutoIt language file for GeSHi.
  14.  *
  15.  * CHANGES
  16.  * -------
  17.  * Release 1.0.8.11 (2014/01/03) by guinness
  18.  * - Added: Split directives so as to point to their specific URL.
  19.  * - Fixed: #EndRegion not highlighting correctly.
  20.  * - Fixed: AutoItWrapper directives and settings were incorrectly highlighting.
  21.  * - Fixed: Highlighting of hex values and complex math values.
  22.  * - Fixed: Include file name to the correct colour scheme.
  23.  * - Fixed: Incorrectly highlighting the _ (underscore).
  24.  * - Fixed: Upper case #include being incorrectly highlighted.
  25.  * - Fixed: Variables and macros were being incorrectly highlighted.
  26.  * - Fixed: Generation based on AutoIt_php.ini file to commit only on specific GeSHi change.
  27.  
  28.  * Release 1.0.8.1 (2008/09/15) by Tlem
  29.  * - Added: http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm
  30.  * - Fixed: The link on functions will now correctly re-direct to
  31.  
  32.  * Release 1.0.7.20 (2006/01/26)
  33.  * - Initial Release
  34.  *
  35.  * TODO:
  36.  * ----------
  37.  * - None
  38.  *
  39.  * Reference: http://www.autoitscript.com/autoit3/docs/
  40.  *
  41.  *************************************************************************************
  42.  *
  43.  *     This file is part of GeSHi.
  44.  *
  45.  *   GeSHi is free software; you can redistribute it and/or modify
  46.  *   it under the terms of the GNU General Public License as published by
  47.  *   the Free Software Foundation; either version 2 of the License, or
  48.  *   (at your option) any later version.
  49.  *
  50.  *   GeSHi is distributed in the hope that it will be useful,
  51.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  52.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  53.  *   GNU General Public License for more details.
  54.  *
  55.  *   You should have received a copy of the GNU General Public License
  56.  *   along with GeSHi; if not, write to the Free Software
  57.  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  58.  *
  59.  ************************************************************************************/
  60.  
  61. $language_data = array (
  62.     'LANG_NAME' => 'AutoIt',
  63.     'COMMENT_SINGLE' => array(
  64.         1 => ';',
  65.         2 => ';~'
  66.         ),
  67.     'COMMENT_MULTI' => array(
  68.         '#comments-start' => '#comments-end',
  69.         '#cs' => '#ce'),
  70.     'COMMENT_REGEXP' => array(
  71.         0 => '/(?<=(i|I)nclude)\s*<.*?>/'
  72.         ),
  73.     'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
  74.     'QUOTEMARKS' => array("'", '"'),
  75.     'ESCAPE_CHAR' => '',
  76.     'KEYWORDS' => array(
  77.         1 => array(
  78.             'And','ByRef','Case','Const','ContinueCase','ContinueLoop',
  79.             'Default','Dim','Do','Else','ElseIf','EndFunc','EndIf','EndSelect',
  80.             'EndSwitch','EndWith','Enum','Exit','ExitLoop','False','For','Func',
  81.             'Global','If','In','Local','Next','Not','Null','Or','ReDim',
  82.             'Return','Select','Static','Step','Switch','Then','To','True',
  83.             'Until','Volatile','WEnd','While','With'
  84.             ),
  85.         2 => array(
  86.             '@AppDataCommonDir','@AppDataDir','@AutoItExe','@AutoItPID',
  87.             '@AutoItVersion','@AutoItX64','@COM_EventObj','@CommonFilesDir',
  88.             '@Compiled','@ComputerName','@ComSpec','@CPUArch','@CR','@CRLF',
  89.             '@DesktopCommonDir','@DesktopDepth','@DesktopDir','@DesktopHeight',
  90.             '@DesktopRefresh','@DesktopWidth','@DocumentsCommonDir','@error',
  91.             '@exitCode','@exitMethod','@extended','@FavoritesCommonDir',
  92.             '@FavoritesDir','@GUI_CtrlHandle','@GUI_CtrlId','@GUI_DragFile',
  93.             '@GUI_DragId','@GUI_DropId','@GUI_WinHandle','@HomeDrive',
  94.             '@HomePath','@HomeShare','@HotKeyPressed','@HOUR','@IPAddress1',
  95.             '@IPAddress2','@IPAddress3','@IPAddress4','@KBLayout','@LF',
  96.             '@LocalAppDataDir','@LogonDNSDomain','@LogonDomain','@LogonServer',
  97.             '@MDAY','@MIN','@MON','@MSEC','@MUILang','@MyDocumentsDir',
  98.             '@NumParams','@OSArch','@OSBuild','@OSLang','@OSServicePack',
  99.             '@OSType','@OSVersion','@ProgramFilesDir','@ProgramsCommonDir',
  100.             '@ProgramsDir','@ScriptDir','@ScriptFullPath','@ScriptLineNumber',
  101.             '@ScriptName','@SEC','@StartMenuCommonDir','@StartMenuDir',
  102.             '@StartupCommonDir','@StartupDir','@SW_DISABLE','@SW_ENABLE',
  103.             '@SW_HIDE','@SW_LOCK','@SW_MAXIMIZE','@SW_MINIMIZE','@SW_RESTORE',
  104.             '@SW_SHOW','@SW_SHOWDEFAULT','@SW_SHOWMAXIMIZED',
  105.             '@SW_SHOWMINIMIZED','@SW_SHOWMINNOACTIVE','@SW_SHOWNA',
  106.             '@SW_SHOWNOACTIVATE','@SW_SHOWNORMAL','@SW_UNLOCK','@SystemDir',
  107.             '@TAB','@TempDir','@TRAY_ID','@TrayIconFlashing','@TrayIconVisible',
  108.             '@UserName','@UserProfileDir','@WDAY','@WindowsDir','@WorkingDir',
  109.             '@YDAY','@YEAR'
  110.             ),
  111.         3 => array(
  112.             'Abs','ACos','AdlibRegister','AdlibUnRegister','Asc','AscW','ASin',
  113.             'Assign','ATan','AutoItSetOption','AutoItWinGetTitle',
  114.             'AutoItWinSetTitle','Beep','Binary','BinaryLen','BinaryMid',
  115.             'BinaryToString','BitAND','BitNOT','BitOR','BitRotate','BitShift',
  116.             'BitXOR','BlockInput','Break','Call','CDTray','Ceiling','Chr',
  117.             'ChrW','ClipGet','ClipPut','ConsoleRead','ConsoleWrite',
  118.             'ConsoleWriteError','ControlClick','ControlCommand',
  119.             'ControlDisable','ControlEnable','ControlFocus','ControlGetFocus',
  120.             'ControlGetHandle','ControlGetPos','ControlGetText','ControlHide',
  121.             'ControlListView','ControlMove','ControlSend','ControlSetText',
  122.             'ControlShow','ControlTreeView','Cos','Dec','DirCopy','DirCreate',
  123.             'DirGetSize','DirMove','DirRemove','DllCall','DllCallAddress',
  124.             'DllCallbackFree','DllCallbackGetPtr','DllCallbackRegister',
  125.             'DllClose','DllOpen','DllStructCreate','DllStructGetData',
  126.             'DllStructGetPtr','DllStructGetSize','DllStructSetData',
  127.             'DriveGetDrive','DriveGetFileSystem','DriveGetLabel',
  128.             'DriveGetSerial','DriveGetType','DriveMapAdd','DriveMapDel',
  129.             'DriveMapGet','DriveSetLabel','DriveSpaceFree','DriveSpaceTotal',
  130.             'DriveStatus','EnvGet','EnvSet','EnvUpdate','Eval','Execute','Exp',
  131.             'FileChangeDir','FileClose','FileCopy','FileCreateNTFSLink',
  132.             'FileCreateShortcut','FileDelete','FileExists','FileFindFirstFile',
  133.             'FileFindNextFile','FileFlush','FileGetAttrib','FileGetEncoding',
  134.             'FileGetLongName','FileGetPos','FileGetShortcut','FileGetShortName',
  135.             'FileGetSize','FileGetTime','FileGetVersion','FileInstall',
  136.             'FileMove','FileOpen','FileOpenDialog','FileRead','FileReadLine',
  137.             'FileReadToArray','FileRecycle','FileRecycleEmpty','FileSaveDialog',
  138.             'FileSelectFolder','FileSetAttrib','FileSetPos','FileSetTime',
  139.             'FileWrite','FileWriteLine','Floor','FtpSetProxy','FuncName',
  140.             'GUICreate','GUICtrlCreateAvi','GUICtrlCreateButton',
  141.             'GUICtrlCreateCheckbox','GUICtrlCreateCombo',
  142.             'GUICtrlCreateContextMenu','GUICtrlCreateDate','GUICtrlCreateDummy',
  143.             'GUICtrlCreateEdit','GUICtrlCreateGraphic','GUICtrlCreateGroup',
  144.             'GUICtrlCreateIcon','GUICtrlCreateInput','GUICtrlCreateLabel',
  145.             'GUICtrlCreateList','GUICtrlCreateListView',
  146.             'GUICtrlCreateListViewItem','GUICtrlCreateMenu',
  147.             'GUICtrlCreateMenuItem','GUICtrlCreateMonthCal','GUICtrlCreateObj',
  148.             'GUICtrlCreatePic','GUICtrlCreateProgress','GUICtrlCreateRadio',
  149.             'GUICtrlCreateSlider','GUICtrlCreateTab','GUICtrlCreateTabItem',
  150.             'GUICtrlCreateTreeView','GUICtrlCreateTreeViewItem',
  151.             'GUICtrlCreateUpdown','GUICtrlDelete','GUICtrlGetHandle',
  152.             'GUICtrlGetState','GUICtrlRead','GUICtrlRecvMsg',
  153.             'GUICtrlRegisterListViewSort','GUICtrlSendMsg','GUICtrlSendToDummy',
  154.             'GUICtrlSetBkColor','GUICtrlSetColor','GUICtrlSetCursor',
  155.             'GUICtrlSetData','GUICtrlSetDefBkColor','GUICtrlSetDefColor',
  156.             'GUICtrlSetFont','GUICtrlSetGraphic','GUICtrlSetImage',
  157.             'GUICtrlSetLimit','GUICtrlSetOnEvent','GUICtrlSetPos',
  158.             'GUICtrlSetResizing','GUICtrlSetState','GUICtrlSetStyle',
  159.             'GUICtrlSetTip','GUIDelete','GUIGetCursorInfo','GUIGetMsg',
  160.             'GUIGetStyle','GUIRegisterMsg','GUISetAccelerators','GUISetBkColor',
  161.             'GUISetCoord','GUISetCursor','GUISetFont','GUISetHelp','GUISetIcon',
  162.             'GUISetOnEvent','GUISetState','GUISetStyle','GUIStartGroup',
  163.             'GUISwitch','Hex','HotKeySet','HttpSetProxy','HttpSetUserAgent',
  164.             'HWnd','InetClose','InetGet','InetGetInfo','InetGetSize','InetRead',
  165.             'IniDelete','IniRead','IniReadSection','IniReadSectionNames',
  166.             'IniRenameSection','IniWrite','IniWriteSection','InputBox','Int',
  167.             'IsAdmin','IsArray','IsBinary','IsBool','IsDeclared','IsDllStruct',
  168.             'IsFloat','IsFunc','IsHWnd','IsInt','IsKeyword','IsNumber','IsObj',
  169.             'IsPtr','IsString','Log','MemGetStats','Mod','MouseClick',
  170.             'MouseClickDrag','MouseDown','MouseGetCursor','MouseGetPos',
  171.             'MouseMove','MouseUp','MouseWheel','MsgBox','Number','ObjCreate',
  172.             'ObjCreateInterface','ObjEvent','ObjGet','ObjName',
  173.             'OnAutoItExitRegister','OnAutoItExitUnRegister','Opt','Ping',
  174.             'PixelChecksum','PixelGetColor','PixelSearch','ProcessClose',
  175.             'ProcessExists','ProcessGetStats','ProcessList',
  176.             'ProcessSetPriority','ProcessWait','ProcessWaitClose','ProgressOff',
  177.             'ProgressOn','ProgressSet','Ptr','Random','RegDelete','RegEnumKey',
  178.             'RegEnumVal','RegRead','RegWrite','Round','Run','RunAs','RunAsWait',
  179.             'RunWait','Send','SendKeepActive','SetError','SetExtended',
  180.             'ShellExecute','ShellExecuteWait','Shutdown','Sin','Sleep',
  181.             'SoundPlay','SoundSetWaveVolume','SplashImageOn','SplashOff',
  182.             'SplashTextOn','Sqrt','SRandom','StatusbarGetText','StderrRead',
  183.             'StdinWrite','StdioClose','StdoutRead','String','StringAddCR',
  184.             'StringCompare','StringFormat','StringFromASCIIArray','StringInStr',
  185.             'StringIsAlNum','StringIsAlpha','StringIsASCII','StringIsDigit',
  186.             'StringIsFloat','StringIsInt','StringIsLower','StringIsSpace',
  187.             'StringIsUpper','StringIsXDigit','StringLeft','StringLen',
  188.             'StringLower','StringMid','StringRegExp','StringRegExpReplace',
  189.             'StringReplace','StringReverse','StringRight','StringSplit',
  190.             'StringStripCR','StringStripWS','StringToASCIIArray',
  191.             'StringToBinary','StringTrimLeft','StringTrimRight','StringUpper',
  192.             'Tan','TCPAccept','TCPCloseSocket','TCPConnect','TCPListen',
  193.             'TCPNameToIP','TCPRecv','TCPSend','TCPShutdown','TCPStartup',
  194.             'TimerDiff','TimerInit','ToolTip','TrayCreateItem','TrayCreateMenu',
  195.             'TrayGetMsg','TrayItemDelete','TrayItemGetHandle',
  196.             'TrayItemGetState','TrayItemGetText','TrayItemSetOnEvent',
  197.             'TrayItemSetState','TrayItemSetText','TraySetClick','TraySetIcon',
  198.             'TraySetOnEvent','TraySetPauseIcon','TraySetState','TraySetToolTip',
  199.             'TrayTip','UBound','UDPBind','UDPCloseSocket','UDPOpen','UDPRecv',
  200.             'UDPSend','UDPShutdown','UDPStartup','VarGetType','WinActivate',
  201.             'WinActive','WinClose','WinExists','WinFlash','WinGetCaretPos',
  202.             'WinGetClassList','WinGetClientSize','WinGetHandle','WinGetPos',
  203.             'WinGetProcess','WinGetState','WinGetText','WinGetTitle','WinKill',
  204.             'WinList','WinMenuSelectItem','WinMinimizeAll','WinMinimizeAllUndo',
  205.             'WinMove','WinSetOnTop','WinSetState','WinSetTitle','WinSetTrans',
  206.             'WinWait','WinWaitActive','WinWaitClose','WinWaitNotActive'
  207.             ),
  208.         4 => array(
  209.             'Array1DToHistogram','ArrayAdd','ArrayBinarySearch',
  210.             'ArrayColDelete','ArrayColInsert','ArrayCombinations',
  211.             'ArrayConcatenate','ArrayDelete','ArrayDisplay','ArrayExtract',
  212.             'ArrayFindAll','ArrayInsert','ArrayMax','ArrayMaxIndex','ArrayMin',
  213.             'ArrayMinIndex','ArrayPermute','ArrayPop','ArrayPush',
  214.             'ArrayReverse','ArraySearch','ArrayShuffle','ArraySort','ArraySwap',
  215.             'ArrayToClip','ArrayToString','ArrayTranspose','ArrayTrim',
  216.             'ArrayUnique','Assert','ChooseColor','ChooseFont',
  217.             'ClipBoard_ChangeChain','ClipBoard_Close','ClipBoard_CountFormats',
  218.             'ClipBoard_Empty','ClipBoard_EnumFormats','ClipBoard_FormatStr',
  219.             'ClipBoard_GetData','ClipBoard_GetDataEx','ClipBoard_GetFormatName',
  220.             'ClipBoard_GetOpenWindow','ClipBoard_GetOwner',
  221.             'ClipBoard_GetPriorityFormat','ClipBoard_GetSequenceNumber',
  222.             'ClipBoard_GetViewer','ClipBoard_IsFormatAvailable',
  223.             'ClipBoard_Open','ClipBoard_RegisterFormat','ClipBoard_SetData',
  224.             'ClipBoard_SetDataEx','ClipBoard_SetViewer','ClipPutFile',
  225.             'ColorConvertHSLtoRGB','ColorConvertRGBtoHSL','ColorGetBlue',
  226.             'ColorGetCOLORREF','ColorGetGreen','ColorGetRed','ColorGetRGB',
  227.             'ColorSetCOLORREF','ColorSetRGB','Crypt_DecryptData',
  228.             'Crypt_DecryptFile','Crypt_DeriveKey','Crypt_DestroyKey',
  229.             'Crypt_EncryptData','Crypt_EncryptFile','Crypt_GenRandom',
  230.             'Crypt_HashData','Crypt_HashFile','Crypt_Shutdown','Crypt_Startup',
  231.             'Date_Time_CompareFileTime','Date_Time_DOSDateTimeToArray',
  232.             'Date_Time_DOSDateTimeToFileTime','Date_Time_DOSDateTimeToStr',
  233.             'Date_Time_DOSDateToArray','Date_Time_DOSDateToStr',
  234.             'Date_Time_DOSTimeToArray','Date_Time_DOSTimeToStr',
  235.             'Date_Time_EncodeFileTime','Date_Time_EncodeSystemTime',
  236.             'Date_Time_FileTimeToArray','Date_Time_FileTimeToDOSDateTime',
  237.             'Date_Time_FileTimeToLocalFileTime','Date_Time_FileTimeToStr',
  238.             'Date_Time_FileTimeToSystemTime','Date_Time_GetFileTime',
  239.             'Date_Time_GetLocalTime','Date_Time_GetSystemTime',
  240.             'Date_Time_GetSystemTimeAdjustment',
  241.             'Date_Time_GetSystemTimeAsFileTime','Date_Time_GetSystemTimes',
  242.             'Date_Time_GetTickCount','Date_Time_GetTimeZoneInformation',
  243.             'Date_Time_LocalFileTimeToFileTime','Date_Time_SetFileTime',
  244.             'Date_Time_SetLocalTime','Date_Time_SetSystemTime',
  245.             'Date_Time_SetSystemTimeAdjustment',
  246.             'Date_Time_SetTimeZoneInformation','Date_Time_SystemTimeToArray',
  247.             'Date_Time_SystemTimeToDateStr','Date_Time_SystemTimeToDateTimeStr',
  248.             'Date_Time_SystemTimeToFileTime','Date_Time_SystemTimeToTimeStr',
  249.             'Date_Time_SystemTimeToTzSpecificLocalTime',
  250.             'Date_Time_TzSpecificLocalTimeToSystemTime','DateAdd',
  251.             'DateDayOfWeek','DateDaysInMonth','DateDiff','DateIsLeapYear',
  252.             'DateIsValid','DateTimeFormat','DateTimeSplit','DateToDayOfWeek',
  253.             'DateToDayOfWeekISO','DateToDayValue','DateToMonth',
  254.             'DayValueToDate','DebugBugReportEnv','DebugCOMError','DebugOut',
  255.             'DebugReport','DebugReportEx','DebugReportVar','DebugSetup',
  256.             'Degree','EventLog__Backup','EventLog__Clear','EventLog__Close',
  257.             'EventLog__Count','EventLog__DeregisterSource','EventLog__Full',
  258.             'EventLog__Notify','EventLog__Oldest','EventLog__Open',
  259.             'EventLog__OpenBackup','EventLog__Read','EventLog__RegisterSource',
  260.             'EventLog__Report','Excel_BookAttach','Excel_BookClose',
  261.             'Excel_BookList','Excel_BookNew','Excel_BookOpen',
  262.             'Excel_BookOpenText','Excel_BookSave','Excel_BookSaveAs',
  263.             'Excel_Close','Excel_ColumnToLetter','Excel_ColumnToNumber',
  264.             'Excel_ConvertFormula','Excel_Export','Excel_FilterGet',
  265.             'Excel_FilterSet','Excel_Open','Excel_PictureAdd','Excel_Print',
  266.             'Excel_RangeCopyPaste','Excel_RangeDelete','Excel_RangeFind',
  267.             'Excel_RangeInsert','Excel_RangeLinkAddRemove','Excel_RangeRead',
  268.             'Excel_RangeReplace','Excel_RangeSort','Excel_RangeValidate',
  269.             'Excel_RangeWrite','Excel_SheetAdd','Excel_SheetCopyMove',
  270.             'Excel_SheetDelete','Excel_SheetList','FileCountLines','FileCreate',
  271.             'FileListToArray','FileListToArrayRec','FilePrint',
  272.             'FileReadToArray','FileWriteFromArray','FileWriteLog',
  273.             'FileWriteToLine','FTP_Close','FTP_Command','FTP_Connect',
  274.             'FTP_DecodeInternetStatus','FTP_DirCreate','FTP_DirDelete',
  275.             'FTP_DirGetCurrent','FTP_DirPutContents','FTP_DirSetCurrent',
  276.             'FTP_FileClose','FTP_FileDelete','FTP_FileGet','FTP_FileGetSize',
  277.             'FTP_FileOpen','FTP_FilePut','FTP_FileRead','FTP_FileRename',
  278.             'FTP_FileTimeLoHiToStr','FTP_FindFileClose','FTP_FindFileFirst',
  279.             'FTP_FindFileNext','FTP_GetLastResponseInfo','FTP_ListToArray',
  280.             'FTP_ListToArray2D','FTP_ListToArrayEx','FTP_Open',
  281.             'FTP_ProgressDownload','FTP_ProgressUpload','FTP_SetStatusCallback',
  282.             'GDIPlus_ArrowCapCreate','GDIPlus_ArrowCapDispose',
  283.             'GDIPlus_ArrowCapGetFillState','GDIPlus_ArrowCapGetHeight',
  284.             'GDIPlus_ArrowCapGetMiddleInset','GDIPlus_ArrowCapGetWidth',
  285.             'GDIPlus_ArrowCapSetFillState','GDIPlus_ArrowCapSetHeight',
  286.             'GDIPlus_ArrowCapSetMiddleInset','GDIPlus_ArrowCapSetWidth',
  287.             'GDIPlus_BitmapApplyEffect','GDIPlus_BitmapApplyEffectEx',
  288.             'GDIPlus_BitmapCloneArea','GDIPlus_BitmapConvertFormat',
  289.             'GDIPlus_BitmapCreateApplyEffect',
  290.             'GDIPlus_BitmapCreateApplyEffectEx','GDIPlus_BitmapCreateFromFile',
  291.             'GDIPlus_BitmapCreateFromGraphics',
  292.             'GDIPlus_BitmapCreateFromHBITMAP','GDIPlus_BitmapCreateFromHICON',
  293.             'GDIPlus_BitmapCreateFromHICON32','GDIPlus_BitmapCreateFromMemory',
  294.             'GDIPlus_BitmapCreateFromResource','GDIPlus_BitmapCreateFromScan0',
  295.             'GDIPlus_BitmapCreateFromStream',
  296.             'GDIPlus_BitmapCreateHBITMAPFromBitmap','GDIPlus_BitmapDispose',
  297.             'GDIPlus_BitmapGetHistogram','GDIPlus_BitmapGetHistogramEx',
  298.             'GDIPlus_BitmapGetHistogramSize','GDIPlus_BitmapGetPixel',
  299.             'GDIPlus_BitmapLockBits','GDIPlus_BitmapSetPixel',
  300.             'GDIPlus_BitmapUnlockBits','GDIPlus_BrushClone',
  301.             'GDIPlus_BrushCreateSolid','GDIPlus_BrushDispose',
  302.             'GDIPlus_BrushGetSolidColor','GDIPlus_BrushGetType',
  303.             'GDIPlus_BrushSetSolidColor','GDIPlus_ColorMatrixCreate',
  304.             'GDIPlus_ColorMatrixCreateGrayScale',
  305.             'GDIPlus_ColorMatrixCreateNegative',
  306.             'GDIPlus_ColorMatrixCreateSaturation',
  307.             'GDIPlus_ColorMatrixCreateScale',
  308.             'GDIPlus_ColorMatrixCreateTranslate','GDIPlus_CustomLineCapClone',
  309.             'GDIPlus_CustomLineCapCreate','GDIPlus_CustomLineCapDispose',
  310.             'GDIPlus_CustomLineCapGetStrokeCaps',
  311.             'GDIPlus_CustomLineCapSetStrokeCaps','GDIPlus_Decoders',
  312.             'GDIPlus_DecodersGetCount','GDIPlus_DecodersGetSize',
  313.             'GDIPlus_DrawImageFX','GDIPlus_DrawImageFXEx',
  314.             'GDIPlus_DrawImagePoints','GDIPlus_EffectCreate',
  315.             'GDIPlus_EffectCreateBlur','GDIPlus_EffectCreateBrightnessContrast',
  316.             'GDIPlus_EffectCreateColorBalance','GDIPlus_EffectCreateColorCurve',
  317.             'GDIPlus_EffectCreateColorLUT','GDIPlus_EffectCreateColorMatrix',
  318.             'GDIPlus_EffectCreateHueSaturationLightness',
  319.             'GDIPlus_EffectCreateLevels','GDIPlus_EffectCreateRedEyeCorrection',
  320.             'GDIPlus_EffectCreateSharpen','GDIPlus_EffectCreateTint',
  321.             'GDIPlus_EffectDispose','GDIPlus_EffectGetParameters',
  322.             'GDIPlus_EffectSetParameters','GDIPlus_Encoders',
  323.             'GDIPlus_EncodersGetCLSID','GDIPlus_EncodersGetCount',
  324.             'GDIPlus_EncodersGetParamList','GDIPlus_EncodersGetParamListSize',
  325.             'GDIPlus_EncodersGetSize','GDIPlus_FontCreate',
  326.             'GDIPlus_FontDispose','GDIPlus_FontFamilyCreate',
  327.             'GDIPlus_FontFamilyDispose','GDIPlus_FontFamilyGetCellAscent',
  328.             'GDIPlus_FontFamilyGetCellDescent','GDIPlus_FontFamilyGetEmHeight',
  329.             'GDIPlus_FontFamilyGetLineSpacing','GDIPlus_FontGetHeight',
  330.             'GDIPlus_GraphicsClear','GDIPlus_GraphicsCreateFromHDC',
  331.             'GDIPlus_GraphicsCreateFromHWND','GDIPlus_GraphicsDispose',
  332.             'GDIPlus_GraphicsDrawArc','GDIPlus_GraphicsDrawBezier',
  333.             'GDIPlus_GraphicsDrawClosedCurve',
  334.             'GDIPlus_GraphicsDrawClosedCurve2','GDIPlus_GraphicsDrawCurve',
  335.             'GDIPlus_GraphicsDrawCurve2','GDIPlus_GraphicsDrawEllipse',
  336.             'GDIPlus_GraphicsDrawImage','GDIPlus_GraphicsDrawImagePointsRect',
  337.             'GDIPlus_GraphicsDrawImageRect','GDIPlus_GraphicsDrawImageRectRect',
  338.             'GDIPlus_GraphicsDrawLine','GDIPlus_GraphicsDrawPath',
  339.             'GDIPlus_GraphicsDrawPie','GDIPlus_GraphicsDrawPolygon',
  340.             'GDIPlus_GraphicsDrawRect','GDIPlus_GraphicsDrawString',
  341.             'GDIPlus_GraphicsDrawStringEx','GDIPlus_GraphicsFillClosedCurve',
  342.             'GDIPlus_GraphicsFillClosedCurve2','GDIPlus_GraphicsFillEllipse',
  343.             'GDIPlus_GraphicsFillPath','GDIPlus_GraphicsFillPie',
  344.             'GDIPlus_GraphicsFillPolygon','GDIPlus_GraphicsFillRect',
  345.             'GDIPlus_GraphicsFillRegion','GDIPlus_GraphicsGetCompositingMode',
  346.             'GDIPlus_GraphicsGetCompositingQuality','GDIPlus_GraphicsGetDC',
  347.             'GDIPlus_GraphicsGetInterpolationMode',
  348.             'GDIPlus_GraphicsGetSmoothingMode','GDIPlus_GraphicsGetTransform',
  349.             'GDIPlus_GraphicsMeasureCharacterRanges',
  350.             'GDIPlus_GraphicsMeasureString','GDIPlus_GraphicsReleaseDC',
  351.             'GDIPlus_GraphicsResetClip','GDIPlus_GraphicsResetTransform',
  352.             'GDIPlus_GraphicsRestore','GDIPlus_GraphicsRotateTransform',
  353.             'GDIPlus_GraphicsSave','GDIPlus_GraphicsScaleTransform',
  354.             'GDIPlus_GraphicsSetClipPath','GDIPlus_GraphicsSetClipRect',
  355.             'GDIPlus_GraphicsSetClipRegion',
  356.             'GDIPlus_GraphicsSetCompositingMode',
  357.             'GDIPlus_GraphicsSetCompositingQuality',
  358.             'GDIPlus_GraphicsSetInterpolationMode',
  359.             'GDIPlus_GraphicsSetPixelOffsetMode',
  360.             'GDIPlus_GraphicsSetSmoothingMode',
  361.             'GDIPlus_GraphicsSetTextRenderingHint',
  362.             'GDIPlus_GraphicsSetTransform','GDIPlus_GraphicsTransformPoints',
  363.             'GDIPlus_GraphicsTranslateTransform','GDIPlus_HatchBrushCreate',
  364.             'GDIPlus_HICONCreateFromBitmap','GDIPlus_ImageAttributesCreate',
  365.             'GDIPlus_ImageAttributesDispose',
  366.             'GDIPlus_ImageAttributesSetColorKeys',
  367.             'GDIPlus_ImageAttributesSetColorMatrix','GDIPlus_ImageDispose',
  368.             'GDIPlus_ImageGetFlags','GDIPlus_ImageGetGraphicsContext',
  369.             'GDIPlus_ImageGetHeight','GDIPlus_ImageGetHorizontalResolution',
  370.             'GDIPlus_ImageGetPixelFormat','GDIPlus_ImageGetRawFormat',
  371.             'GDIPlus_ImageGetType','GDIPlus_ImageGetVerticalResolution',
  372.             'GDIPlus_ImageGetWidth','GDIPlus_ImageLoadFromFile',
  373.             'GDIPlus_ImageLoadFromStream','GDIPlus_ImageResize',
  374.             'GDIPlus_ImageRotateFlip','GDIPlus_ImageSaveToFile',
  375.             'GDIPlus_ImageSaveToFileEx','GDIPlus_ImageSaveToStream',
  376.             'GDIPlus_ImageScale','GDIPlus_LineBrushCreate',
  377.             'GDIPlus_LineBrushCreateFromRect',
  378.             'GDIPlus_LineBrushCreateFromRectWithAngle',
  379.             'GDIPlus_LineBrushGetColors','GDIPlus_LineBrushGetRect',
  380.             'GDIPlus_LineBrushMultiplyTransform',
  381.             'GDIPlus_LineBrushResetTransform','GDIPlus_LineBrushSetBlend',
  382.             'GDIPlus_LineBrushSetColors','GDIPlus_LineBrushSetGammaCorrection',
  383.             'GDIPlus_LineBrushSetLinearBlend','GDIPlus_LineBrushSetPresetBlend',
  384.             'GDIPlus_LineBrushSetSigmaBlend','GDIPlus_LineBrushSetTransform',
  385.             'GDIPlus_MatrixClone','GDIPlus_MatrixCreate',
  386.             'GDIPlus_MatrixDispose','GDIPlus_MatrixGetElements',
  387.             'GDIPlus_MatrixInvert','GDIPlus_MatrixMultiply',
  388.             'GDIPlus_MatrixRotate','GDIPlus_MatrixScale',
  389.             'GDIPlus_MatrixSetElements','GDIPlus_MatrixShear',
  390.             'GDIPlus_MatrixTransformPoints','GDIPlus_MatrixTranslate',
  391.             'GDIPlus_PaletteInitialize','GDIPlus_ParamAdd','GDIPlus_ParamInit',
  392.             'GDIPlus_ParamSize','GDIPlus_PathAddArc','GDIPlus_PathAddBezier',
  393.             'GDIPlus_PathAddClosedCurve','GDIPlus_PathAddClosedCurve2',
  394.             'GDIPlus_PathAddCurve','GDIPlus_PathAddCurve2',
  395.             'GDIPlus_PathAddCurve3','GDIPlus_PathAddEllipse',
  396.             'GDIPlus_PathAddLine','GDIPlus_PathAddLine2','GDIPlus_PathAddPath',
  397.             'GDIPlus_PathAddPie','GDIPlus_PathAddPolygon',
  398.             'GDIPlus_PathAddRectangle','GDIPlus_PathAddString',
  399.             'GDIPlus_PathBrushCreate','GDIPlus_PathBrushCreateFromPath',
  400.             'GDIPlus_PathBrushGetCenterPoint','GDIPlus_PathBrushGetFocusScales',
  401.             'GDIPlus_PathBrushGetPointCount','GDIPlus_PathBrushGetRect',
  402.             'GDIPlus_PathBrushGetWrapMode','GDIPlus_PathBrushMultiplyTransform',
  403.             'GDIPlus_PathBrushResetTransform','GDIPlus_PathBrushSetBlend',
  404.             'GDIPlus_PathBrushSetCenterColor','GDIPlus_PathBrushSetCenterPoint',
  405.             'GDIPlus_PathBrushSetFocusScales',
  406.             'GDIPlus_PathBrushSetGammaCorrection',
  407.             'GDIPlus_PathBrushSetLinearBlend','GDIPlus_PathBrushSetPresetBlend',
  408.             'GDIPlus_PathBrushSetSigmaBlend',
  409.             'GDIPlus_PathBrushSetSurroundColor',
  410.             'GDIPlus_PathBrushSetSurroundColorsWithCount',
  411.             'GDIPlus_PathBrushSetTransform','GDIPlus_PathBrushSetWrapMode',
  412.             'GDIPlus_PathClone','GDIPlus_PathCloseFigure','GDIPlus_PathCreate',
  413.             'GDIPlus_PathCreate2','GDIPlus_PathDispose','GDIPlus_PathFlatten',
  414.             'GDIPlus_PathGetData','GDIPlus_PathGetFillMode',
  415.             'GDIPlus_PathGetLastPoint','GDIPlus_PathGetPointCount',
  416.             'GDIPlus_PathGetPoints','GDIPlus_PathGetWorldBounds',
  417.             'GDIPlus_PathIsOutlineVisiblePoint','GDIPlus_PathIsVisiblePoint',
  418.             'GDIPlus_PathIterCreate','GDIPlus_PathIterDispose',
  419.             'GDIPlus_PathIterGetSubpathCount','GDIPlus_PathIterNextMarkerPath',
  420.             'GDIPlus_PathIterNextSubpathPath','GDIPlus_PathIterRewind',
  421.             'GDIPlus_PathReset','GDIPlus_PathReverse','GDIPlus_PathSetFillMode',
  422.             'GDIPlus_PathSetMarker','GDIPlus_PathStartFigure',
  423.             'GDIPlus_PathTransform','GDIPlus_PathWarp','GDIPlus_PathWiden',
  424.             'GDIPlus_PathWindingModeOutline','GDIPlus_PenCreate',
  425.             'GDIPlus_PenCreate2','GDIPlus_PenDispose','GDIPlus_PenGetAlignment',
  426.             'GDIPlus_PenGetColor','GDIPlus_PenGetCustomEndCap',
  427.             'GDIPlus_PenGetDashCap','GDIPlus_PenGetDashStyle',
  428.             'GDIPlus_PenGetEndCap','GDIPlus_PenGetMiterLimit',
  429.             'GDIPlus_PenGetWidth','GDIPlus_PenSetAlignment',
  430.             'GDIPlus_PenSetColor','GDIPlus_PenSetCustomEndCap',
  431.             'GDIPlus_PenSetDashCap','GDIPlus_PenSetDashStyle',
  432.             'GDIPlus_PenSetEndCap','GDIPlus_PenSetLineCap',
  433.             'GDIPlus_PenSetLineJoin','GDIPlus_PenSetMiterLimit',
  434.             'GDIPlus_PenSetStartCap','GDIPlus_PenSetWidth',
  435.             'GDIPlus_RectFCreate','GDIPlus_RegionClone',
  436.             'GDIPlus_RegionCombinePath','GDIPlus_RegionCombineRect',
  437.             'GDIPlus_RegionCombineRegion','GDIPlus_RegionCreate',
  438.             'GDIPlus_RegionCreateFromPath','GDIPlus_RegionCreateFromRect',
  439.             'GDIPlus_RegionDispose','GDIPlus_RegionGetBounds',
  440.             'GDIPlus_RegionGetHRgn','GDIPlus_RegionTransform',
  441.             'GDIPlus_RegionTranslate','GDIPlus_Shutdown','GDIPlus_Startup',
  442.             'GDIPlus_StringFormatCreate','GDIPlus_StringFormatDispose',
  443.             'GDIPlus_StringFormatGetMeasurableCharacterRangeCount',
  444.             'GDIPlus_StringFormatSetAlign','GDIPlus_StringFormatSetLineAlign',
  445.             'GDIPlus_StringFormatSetMeasurableCharacterRanges',
  446.             'GDIPlus_TextureCreate','GDIPlus_TextureCreate2',
  447.             'GDIPlus_TextureCreateIA','GetIP','GUICtrlAVI_Close',
  448.             'GUICtrlAVI_Create','GUICtrlAVI_Destroy','GUICtrlAVI_IsPlaying',
  449.             'GUICtrlAVI_Open','GUICtrlAVI_OpenEx','GUICtrlAVI_Play',
  450.             'GUICtrlAVI_Seek','GUICtrlAVI_Show','GUICtrlAVI_Stop',
  451.             'GUICtrlButton_Click','GUICtrlButton_Create',
  452.             'GUICtrlButton_Destroy','GUICtrlButton_Enable',
  453.             'GUICtrlButton_GetCheck','GUICtrlButton_GetFocus',
  454.             'GUICtrlButton_GetIdealSize','GUICtrlButton_GetImage',
  455.             'GUICtrlButton_GetImageList','GUICtrlButton_GetNote',
  456.             'GUICtrlButton_GetNoteLength','GUICtrlButton_GetSplitInfo',
  457.             'GUICtrlButton_GetState','GUICtrlButton_GetText',
  458.             'GUICtrlButton_GetTextMargin','GUICtrlButton_SetCheck',
  459.             'GUICtrlButton_SetDontClick','GUICtrlButton_SetFocus',
  460.             'GUICtrlButton_SetImage','GUICtrlButton_SetImageList',
  461.             'GUICtrlButton_SetNote','GUICtrlButton_SetShield',
  462.             'GUICtrlButton_SetSize','GUICtrlButton_SetSplitInfo',
  463.             'GUICtrlButton_SetState','GUICtrlButton_SetStyle',
  464.             'GUICtrlButton_SetText','GUICtrlButton_SetTextMargin',
  465.             'GUICtrlButton_Show','GUICtrlComboBox_AddDir',
  466.             'GUICtrlComboBox_AddString','GUICtrlComboBox_AutoComplete',
  467.             'GUICtrlComboBox_BeginUpdate','GUICtrlComboBox_Create',
  468.             'GUICtrlComboBox_DeleteString','GUICtrlComboBox_Destroy',
  469.             'GUICtrlComboBox_EndUpdate','GUICtrlComboBox_FindString',
  470.             'GUICtrlComboBox_FindStringExact','GUICtrlComboBox_GetComboBoxInfo',
  471.             'GUICtrlComboBox_GetCount','GUICtrlComboBox_GetCueBanner',
  472.             'GUICtrlComboBox_GetCurSel','GUICtrlComboBox_GetDroppedControlRect',
  473.             'GUICtrlComboBox_GetDroppedControlRectEx',
  474.             'GUICtrlComboBox_GetDroppedState','GUICtrlComboBox_GetDroppedWidth',
  475.             'GUICtrlComboBox_GetEditSel','GUICtrlComboBox_GetEditText',
  476.             'GUICtrlComboBox_GetExtendedUI',
  477.             'GUICtrlComboBox_GetHorizontalExtent',
  478.             'GUICtrlComboBox_GetItemHeight','GUICtrlComboBox_GetLBText',
  479.             'GUICtrlComboBox_GetLBTextLen','GUICtrlComboBox_GetList',
  480.             'GUICtrlComboBox_GetListArray','GUICtrlComboBox_GetLocale',
  481.             'GUICtrlComboBox_GetLocaleCountry','GUICtrlComboBox_GetLocaleLang',
  482.             'GUICtrlComboBox_GetLocalePrimLang',
  483.             'GUICtrlComboBox_GetLocaleSubLang','GUICtrlComboBox_GetMinVisible',
  484.             'GUICtrlComboBox_GetTopIndex','GUICtrlComboBox_InitStorage',
  485.             'GUICtrlComboBox_InsertString','GUICtrlComboBox_LimitText',
  486.             'GUICtrlComboBox_ReplaceEditSel','GUICtrlComboBox_ResetContent',
  487.             'GUICtrlComboBox_SelectString','GUICtrlComboBox_SetCueBanner',
  488.             'GUICtrlComboBox_SetCurSel','GUICtrlComboBox_SetDroppedWidth',
  489.             'GUICtrlComboBox_SetEditSel','GUICtrlComboBox_SetEditText',
  490.             'GUICtrlComboBox_SetExtendedUI',
  491.             'GUICtrlComboBox_SetHorizontalExtent',
  492.             'GUICtrlComboBox_SetItemHeight','GUICtrlComboBox_SetMinVisible',
  493.             'GUICtrlComboBox_SetTopIndex','GUICtrlComboBox_ShowDropDown',
  494.             'GUICtrlComboBoxEx_AddDir','GUICtrlComboBoxEx_AddString',
  495.             'GUICtrlComboBoxEx_BeginUpdate','GUICtrlComboBoxEx_Create',
  496.             'GUICtrlComboBoxEx_CreateSolidBitMap',
  497.             'GUICtrlComboBoxEx_DeleteString','GUICtrlComboBoxEx_Destroy',
  498.             'GUICtrlComboBoxEx_EndUpdate','GUICtrlComboBoxEx_FindStringExact',
  499.             'GUICtrlComboBoxEx_GetComboBoxInfo',
  500.             'GUICtrlComboBoxEx_GetComboControl','GUICtrlComboBoxEx_GetCount',
  501.             'GUICtrlComboBoxEx_GetCurSel',
  502.             'GUICtrlComboBoxEx_GetDroppedControlRect',
  503.             'GUICtrlComboBoxEx_GetDroppedControlRectEx',
  504.             'GUICtrlComboBoxEx_GetDroppedState',
  505.             'GUICtrlComboBoxEx_GetDroppedWidth',
  506.             'GUICtrlComboBoxEx_GetEditControl','GUICtrlComboBoxEx_GetEditSel',
  507.             'GUICtrlComboBoxEx_GetEditText',
  508.             'GUICtrlComboBoxEx_GetExtendedStyle',
  509.             'GUICtrlComboBoxEx_GetExtendedUI','GUICtrlComboBoxEx_GetImageList',
  510.             'GUICtrlComboBoxEx_GetItem','GUICtrlComboBoxEx_GetItemEx',
  511.             'GUICtrlComboBoxEx_GetItemHeight','GUICtrlComboBoxEx_GetItemImage',
  512.             'GUICtrlComboBoxEx_GetItemIndent',
  513.             'GUICtrlComboBoxEx_GetItemOverlayImage',
  514.             'GUICtrlComboBoxEx_GetItemParam',
  515.             'GUICtrlComboBoxEx_GetItemSelectedImage',
  516.             'GUICtrlComboBoxEx_GetItemText','GUICtrlComboBoxEx_GetItemTextLen',
  517.             'GUICtrlComboBoxEx_GetList','GUICtrlComboBoxEx_GetListArray',
  518.             'GUICtrlComboBoxEx_GetLocale','GUICtrlComboBoxEx_GetLocaleCountry',
  519.             'GUICtrlComboBoxEx_GetLocaleLang',
  520.             'GUICtrlComboBoxEx_GetLocalePrimLang',
  521.             'GUICtrlComboBoxEx_GetLocaleSubLang',
  522.             'GUICtrlComboBoxEx_GetMinVisible','GUICtrlComboBoxEx_GetTopIndex',
  523.             'GUICtrlComboBoxEx_GetUnicode','GUICtrlComboBoxEx_InitStorage',
  524.             'GUICtrlComboBoxEx_InsertString','GUICtrlComboBoxEx_LimitText',
  525.             'GUICtrlComboBoxEx_ReplaceEditSel','GUICtrlComboBoxEx_ResetContent',
  526.             'GUICtrlComboBoxEx_SetCurSel','GUICtrlComboBoxEx_SetDroppedWidth',
  527.             'GUICtrlComboBoxEx_SetEditSel','GUICtrlComboBoxEx_SetEditText',
  528.             'GUICtrlComboBoxEx_SetExtendedStyle',
  529.             'GUICtrlComboBoxEx_SetExtendedUI','GUICtrlComboBoxEx_SetImageList',
  530.             'GUICtrlComboBoxEx_SetItem','GUICtrlComboBoxEx_SetItemEx',
  531.             'GUICtrlComboBoxEx_SetItemHeight','GUICtrlComboBoxEx_SetItemImage',
  532.             'GUICtrlComboBoxEx_SetItemIndent',
  533.             'GUICtrlComboBoxEx_SetItemOverlayImage',
  534.             'GUICtrlComboBoxEx_SetItemParam',
  535.             'GUICtrlComboBoxEx_SetItemSelectedImage',
  536.             'GUICtrlComboBoxEx_SetMinVisible','GUICtrlComboBoxEx_SetTopIndex',
  537.             'GUICtrlComboBoxEx_SetUnicode','GUICtrlComboBoxEx_ShowDropDown',
  538.             'GUICtrlDTP_Create','GUICtrlDTP_Destroy','GUICtrlDTP_GetMCColor',
  539.             'GUICtrlDTP_GetMCFont','GUICtrlDTP_GetMonthCal',
  540.             'GUICtrlDTP_GetRange','GUICtrlDTP_GetRangeEx',
  541.             'GUICtrlDTP_GetSystemTime','GUICtrlDTP_GetSystemTimeEx',
  542.             'GUICtrlDTP_SetFormat','GUICtrlDTP_SetMCColor',
  543.             'GUICtrlDTP_SetMCFont','GUICtrlDTP_SetRange',
  544.             'GUICtrlDTP_SetRangeEx','GUICtrlDTP_SetSystemTime',
  545.             'GUICtrlDTP_SetSystemTimeEx','GUICtrlEdit_AppendText',
  546.             'GUICtrlEdit_BeginUpdate','GUICtrlEdit_CanUndo',
  547.             'GUICtrlEdit_CharFromPos','GUICtrlEdit_Create',
  548.             'GUICtrlEdit_Destroy','GUICtrlEdit_EmptyUndoBuffer',
  549.             'GUICtrlEdit_EndUpdate','GUICtrlEdit_Find','GUICtrlEdit_FmtLines',
  550.             'GUICtrlEdit_GetFirstVisibleLine','GUICtrlEdit_GetLimitText',
  551.             'GUICtrlEdit_GetLine','GUICtrlEdit_GetLineCount',
  552.             'GUICtrlEdit_GetMargins','GUICtrlEdit_GetModify',
  553.             'GUICtrlEdit_GetPasswordChar','GUICtrlEdit_GetRECT',
  554.             'GUICtrlEdit_GetRECTEx','GUICtrlEdit_GetSel','GUICtrlEdit_GetText',
  555.             'GUICtrlEdit_GetTextLen','GUICtrlEdit_HideBalloonTip',
  556.             'GUICtrlEdit_InsertText','GUICtrlEdit_LineFromChar',
  557.             'GUICtrlEdit_LineIndex','GUICtrlEdit_LineLength',
  558.             'GUICtrlEdit_LineScroll','GUICtrlEdit_PosFromChar',
  559.             'GUICtrlEdit_ReplaceSel','GUICtrlEdit_Scroll',
  560.             'GUICtrlEdit_SetLimitText','GUICtrlEdit_SetMargins',
  561.             'GUICtrlEdit_SetModify','GUICtrlEdit_SetPasswordChar',
  562.             'GUICtrlEdit_SetReadOnly','GUICtrlEdit_SetRECT',
  563.             'GUICtrlEdit_SetRECTEx','GUICtrlEdit_SetRECTNP',
  564.             'GUICtrlEdit_SetRectNPEx','GUICtrlEdit_SetSel',
  565.             'GUICtrlEdit_SetTabStops','GUICtrlEdit_SetText',
  566.             'GUICtrlEdit_ShowBalloonTip','GUICtrlEdit_Undo',
  567.             'GUICtrlHeader_AddItem','GUICtrlHeader_ClearFilter',
  568.             'GUICtrlHeader_ClearFilterAll','GUICtrlHeader_Create',
  569.             'GUICtrlHeader_CreateDragImage','GUICtrlHeader_DeleteItem',
  570.             'GUICtrlHeader_Destroy','GUICtrlHeader_EditFilter',
  571.             'GUICtrlHeader_GetBitmapMargin','GUICtrlHeader_GetImageList',
  572.             'GUICtrlHeader_GetItem','GUICtrlHeader_GetItemAlign',
  573.             'GUICtrlHeader_GetItemBitmap','GUICtrlHeader_GetItemCount',
  574.             'GUICtrlHeader_GetItemDisplay','GUICtrlHeader_GetItemFlags',
  575.             'GUICtrlHeader_GetItemFormat','GUICtrlHeader_GetItemImage',
  576.             'GUICtrlHeader_GetItemOrder','GUICtrlHeader_GetItemParam',
  577.             'GUICtrlHeader_GetItemRect','GUICtrlHeader_GetItemRectEx',
  578.             'GUICtrlHeader_GetItemText','GUICtrlHeader_GetItemWidth',
  579.             'GUICtrlHeader_GetOrderArray','GUICtrlHeader_GetUnicodeFormat',
  580.             'GUICtrlHeader_HitTest','GUICtrlHeader_InsertItem',
  581.             'GUICtrlHeader_Layout','GUICtrlHeader_OrderToIndex',
  582.             'GUICtrlHeader_SetBitmapMargin',
  583.             'GUICtrlHeader_SetFilterChangeTimeout',
  584.             'GUICtrlHeader_SetHotDivider','GUICtrlHeader_SetImageList',
  585.             'GUICtrlHeader_SetItem','GUICtrlHeader_SetItemAlign',
  586.             'GUICtrlHeader_SetItemBitmap','GUICtrlHeader_SetItemDisplay',
  587.             'GUICtrlHeader_SetItemFlags','GUICtrlHeader_SetItemFormat',
  588.             'GUICtrlHeader_SetItemImage','GUICtrlHeader_SetItemOrder',
  589.             'GUICtrlHeader_SetItemParam','GUICtrlHeader_SetItemText',
  590.             'GUICtrlHeader_SetItemWidth','GUICtrlHeader_SetOrderArray',
  591.             'GUICtrlHeader_SetUnicodeFormat','GUICtrlIpAddress_ClearAddress',
  592.             'GUICtrlIpAddress_Create','GUICtrlIpAddress_Destroy',
  593.             'GUICtrlIpAddress_Get','GUICtrlIpAddress_GetArray',
  594.             'GUICtrlIpAddress_GetEx','GUICtrlIpAddress_IsBlank',
  595.             'GUICtrlIpAddress_Set','GUICtrlIpAddress_SetArray',
  596.             'GUICtrlIpAddress_SetEx','GUICtrlIpAddress_SetFocus',
  597.             'GUICtrlIpAddress_SetFont','GUICtrlIpAddress_SetRange',
  598.             'GUICtrlIpAddress_ShowHide','GUICtrlListBox_AddFile',
  599.             'GUICtrlListBox_AddString','GUICtrlListBox_BeginUpdate',
  600.             'GUICtrlListBox_ClickItem','GUICtrlListBox_Create',
  601.             'GUICtrlListBox_DeleteString','GUICtrlListBox_Destroy',
  602.             'GUICtrlListBox_Dir','GUICtrlListBox_EndUpdate',
  603.             'GUICtrlListBox_FindInText','GUICtrlListBox_FindString',
  604.             'GUICtrlListBox_GetAnchorIndex','GUICtrlListBox_GetCaretIndex',
  605.             'GUICtrlListBox_GetCount','GUICtrlListBox_GetCurSel',
  606.             'GUICtrlListBox_GetHorizontalExtent','GUICtrlListBox_GetItemData',
  607.             'GUICtrlListBox_GetItemHeight','GUICtrlListBox_GetItemRect',
  608.             'GUICtrlListBox_GetItemRectEx','GUICtrlListBox_GetListBoxInfo',
  609.             'GUICtrlListBox_GetLocale','GUICtrlListBox_GetLocaleCountry',
  610.             'GUICtrlListBox_GetLocaleLang','GUICtrlListBox_GetLocalePrimLang',
  611.             'GUICtrlListBox_GetLocaleSubLang','GUICtrlListBox_GetSel',
  612.             'GUICtrlListBox_GetSelCount','GUICtrlListBox_GetSelItems',
  613.             'GUICtrlListBox_GetSelItemsText','GUICtrlListBox_GetText',
  614.             'GUICtrlListBox_GetTextLen','GUICtrlListBox_GetTopIndex',
  615.             'GUICtrlListBox_InitStorage','GUICtrlListBox_InsertString',
  616.             'GUICtrlListBox_ItemFromPoint','GUICtrlListBox_ReplaceString',
  617.             'GUICtrlListBox_ResetContent','GUICtrlListBox_SelectString',
  618.             'GUICtrlListBox_SelItemRange','GUICtrlListBox_SelItemRangeEx',
  619.             'GUICtrlListBox_SetAnchorIndex','GUICtrlListBox_SetCaretIndex',
  620.             'GUICtrlListBox_SetColumnWidth','GUICtrlListBox_SetCurSel',
  621.             'GUICtrlListBox_SetHorizontalExtent','GUICtrlListBox_SetItemData',
  622.             'GUICtrlListBox_SetItemHeight','GUICtrlListBox_SetLocale',
  623.             'GUICtrlListBox_SetSel','GUICtrlListBox_SetTabStops',
  624.             'GUICtrlListBox_SetTopIndex','GUICtrlListBox_Sort',
  625.             'GUICtrlListBox_SwapString','GUICtrlListBox_UpdateHScroll',
  626.             'GUICtrlListView_AddArray','GUICtrlListView_AddColumn',
  627.             'GUICtrlListView_AddItem','GUICtrlListView_AddSubItem',
  628.             'GUICtrlListView_ApproximateViewHeight',
  629.             'GUICtrlListView_ApproximateViewRect',
  630.             'GUICtrlListView_ApproximateViewWidth','GUICtrlListView_Arrange',
  631.             'GUICtrlListView_BeginUpdate','GUICtrlListView_CancelEditLabel',
  632.             'GUICtrlListView_ClickItem','GUICtrlListView_CopyItems',
  633.             'GUICtrlListView_Create','GUICtrlListView_CreateDragImage',
  634.             'GUICtrlListView_CreateSolidBitMap',
  635.             'GUICtrlListView_DeleteAllItems','GUICtrlListView_DeleteColumn',
  636.             'GUICtrlListView_DeleteItem','GUICtrlListView_DeleteItemsSelected',
  637.             'GUICtrlListView_Destroy','GUICtrlListView_DrawDragImage',
  638.             'GUICtrlListView_EditLabel','GUICtrlListView_EnableGroupView',
  639.             'GUICtrlListView_EndUpdate','GUICtrlListView_EnsureVisible',
  640.             'GUICtrlListView_FindInText','GUICtrlListView_FindItem',
  641.             'GUICtrlListView_FindNearest','GUICtrlListView_FindParam',
  642.             'GUICtrlListView_FindText','GUICtrlListView_GetBkColor',
  643.             'GUICtrlListView_GetBkImage','GUICtrlListView_GetCallbackMask',
  644.             'GUICtrlListView_GetColumn','GUICtrlListView_GetColumnCount',
  645.             'GUICtrlListView_GetColumnOrder',
  646.             'GUICtrlListView_GetColumnOrderArray',
  647.             'GUICtrlListView_GetColumnWidth','GUICtrlListView_GetCounterPage',
  648.             'GUICtrlListView_GetEditControl',
  649.             'GUICtrlListView_GetExtendedListViewStyle',
  650.             'GUICtrlListView_GetFocusedGroup','GUICtrlListView_GetGroupCount',
  651.             'GUICtrlListView_GetGroupInfo',
  652.             'GUICtrlListView_GetGroupInfoByIndex',
  653.             'GUICtrlListView_GetGroupRect',
  654.             'GUICtrlListView_GetGroupViewEnabled','GUICtrlListView_GetHeader',
  655.             'GUICtrlListView_GetHotCursor','GUICtrlListView_GetHotItem',
  656.             'GUICtrlListView_GetHoverTime','GUICtrlListView_GetImageList',
  657.             'GUICtrlListView_GetISearchString','GUICtrlListView_GetItem',
  658.             'GUICtrlListView_GetItemChecked','GUICtrlListView_GetItemCount',
  659.             'GUICtrlListView_GetItemCut','GUICtrlListView_GetItemDropHilited',
  660.             'GUICtrlListView_GetItemEx','GUICtrlListView_GetItemFocused',
  661.             'GUICtrlListView_GetItemGroupID','GUICtrlListView_GetItemImage',
  662.             'GUICtrlListView_GetItemIndent','GUICtrlListView_GetItemParam',
  663.             'GUICtrlListView_GetItemPosition',
  664.             'GUICtrlListView_GetItemPositionX',
  665.             'GUICtrlListView_GetItemPositionY','GUICtrlListView_GetItemRect',
  666.             'GUICtrlListView_GetItemRectEx','GUICtrlListView_GetItemSelected',
  667.             'GUICtrlListView_GetItemSpacing','GUICtrlListView_GetItemSpacingX',
  668.             'GUICtrlListView_GetItemSpacingY','GUICtrlListView_GetItemState',
  669.             'GUICtrlListView_GetItemStateImage','GUICtrlListView_GetItemText',
  670.             'GUICtrlListView_GetItemTextArray',
  671.             'GUICtrlListView_GetItemTextString','GUICtrlListView_GetNextItem',
  672.             'GUICtrlListView_GetNumberOfWorkAreas','GUICtrlListView_GetOrigin',
  673.             'GUICtrlListView_GetOriginX','GUICtrlListView_GetOriginY',
  674.             'GUICtrlListView_GetOutlineColor',
  675.             'GUICtrlListView_GetSelectedColumn',
  676.             'GUICtrlListView_GetSelectedCount',
  677.             'GUICtrlListView_GetSelectedIndices',
  678.             'GUICtrlListView_GetSelectionMark','GUICtrlListView_GetStringWidth',
  679.             'GUICtrlListView_GetSubItemRect','GUICtrlListView_GetTextBkColor',
  680.             'GUICtrlListView_GetTextColor','GUICtrlListView_GetToolTips',
  681.             'GUICtrlListView_GetTopIndex','GUICtrlListView_GetUnicodeFormat',
  682.             'GUICtrlListView_GetView','GUICtrlListView_GetViewDetails',
  683.             'GUICtrlListView_GetViewLarge','GUICtrlListView_GetViewList',
  684.             'GUICtrlListView_GetViewRect','GUICtrlListView_GetViewSmall',
  685.             'GUICtrlListView_GetViewTile','GUICtrlListView_HideColumn',
  686.             'GUICtrlListView_HitTest','GUICtrlListView_InsertColumn',
  687.             'GUICtrlListView_InsertGroup','GUICtrlListView_InsertItem',
  688.             'GUICtrlListView_JustifyColumn','GUICtrlListView_MapIDToIndex',
  689.             'GUICtrlListView_MapIndexToID','GUICtrlListView_RedrawItems',
  690.             'GUICtrlListView_RegisterSortCallBack',
  691.             'GUICtrlListView_RemoveAllGroups','GUICtrlListView_RemoveGroup',
  692.             'GUICtrlListView_Scroll','GUICtrlListView_SetBkColor',
  693.             'GUICtrlListView_SetBkImage','GUICtrlListView_SetCallBackMask',
  694.             'GUICtrlListView_SetColumn','GUICtrlListView_SetColumnOrder',
  695.             'GUICtrlListView_SetColumnOrderArray',
  696.             'GUICtrlListView_SetColumnWidth',
  697.             'GUICtrlListView_SetExtendedListViewStyle',
  698.             'GUICtrlListView_SetGroupInfo','GUICtrlListView_SetHotItem',
  699.             'GUICtrlListView_SetHoverTime','GUICtrlListView_SetIconSpacing',
  700.             'GUICtrlListView_SetImageList','GUICtrlListView_SetItem',
  701.             'GUICtrlListView_SetItemChecked','GUICtrlListView_SetItemCount',
  702.             'GUICtrlListView_SetItemCut','GUICtrlListView_SetItemDropHilited',
  703.             'GUICtrlListView_SetItemEx','GUICtrlListView_SetItemFocused',
  704.             'GUICtrlListView_SetItemGroupID','GUICtrlListView_SetItemImage',
  705.             'GUICtrlListView_SetItemIndent','GUICtrlListView_SetItemParam',
  706.             'GUICtrlListView_SetItemPosition',
  707.             'GUICtrlListView_SetItemPosition32',
  708.             'GUICtrlListView_SetItemSelected','GUICtrlListView_SetItemState',
  709.             'GUICtrlListView_SetItemStateImage','GUICtrlListView_SetItemText',
  710.             'GUICtrlListView_SetOutlineColor',
  711.             'GUICtrlListView_SetSelectedColumn',
  712.             'GUICtrlListView_SetSelectionMark','GUICtrlListView_SetTextBkColor',
  713.             'GUICtrlListView_SetTextColor','GUICtrlListView_SetToolTips',
  714.             'GUICtrlListView_SetUnicodeFormat','GUICtrlListView_SetView',
  715.             'GUICtrlListView_SetWorkAreas','GUICtrlListView_SimpleSort',
  716.             'GUICtrlListView_SortItems','GUICtrlListView_SubItemHitTest',
  717.             'GUICtrlListView_UnRegisterSortCallBack','GUICtrlMenu_AddMenuItem',
  718.             'GUICtrlMenu_AppendMenu','GUICtrlMenu_CalculatePopupWindowPosition',
  719.             'GUICtrlMenu_CheckMenuItem','GUICtrlMenu_CheckRadioItem',
  720.             'GUICtrlMenu_CreateMenu','GUICtrlMenu_CreatePopup',
  721.             'GUICtrlMenu_DeleteMenu','GUICtrlMenu_DestroyMenu',
  722.             'GUICtrlMenu_DrawMenuBar','GUICtrlMenu_EnableMenuItem',
  723.             'GUICtrlMenu_FindItem','GUICtrlMenu_FindParent',
  724.             'GUICtrlMenu_GetItemBmp','GUICtrlMenu_GetItemBmpChecked',
  725.             'GUICtrlMenu_GetItemBmpUnchecked','GUICtrlMenu_GetItemChecked',
  726.             'GUICtrlMenu_GetItemCount','GUICtrlMenu_GetItemData',
  727.             'GUICtrlMenu_GetItemDefault','GUICtrlMenu_GetItemDisabled',
  728.             'GUICtrlMenu_GetItemEnabled','GUICtrlMenu_GetItemGrayed',
  729.             'GUICtrlMenu_GetItemHighlighted','GUICtrlMenu_GetItemID',
  730.             'GUICtrlMenu_GetItemInfo','GUICtrlMenu_GetItemRect',
  731.             'GUICtrlMenu_GetItemRectEx','GUICtrlMenu_GetItemState',
  732.             'GUICtrlMenu_GetItemStateEx','GUICtrlMenu_GetItemSubMenu',
  733.             'GUICtrlMenu_GetItemText','GUICtrlMenu_GetItemType',
  734.             'GUICtrlMenu_GetMenu','GUICtrlMenu_GetMenuBackground',
  735.             'GUICtrlMenu_GetMenuBarInfo','GUICtrlMenu_GetMenuContextHelpID',
  736.             'GUICtrlMenu_GetMenuData','GUICtrlMenu_GetMenuDefaultItem',
  737.             'GUICtrlMenu_GetMenuHeight','GUICtrlMenu_GetMenuInfo',
  738.             'GUICtrlMenu_GetMenuStyle','GUICtrlMenu_GetSystemMenu',
  739.             'GUICtrlMenu_InsertMenuItem','GUICtrlMenu_InsertMenuItemEx',
  740.             'GUICtrlMenu_IsMenu','GUICtrlMenu_LoadMenu',
  741.             'GUICtrlMenu_MapAccelerator','GUICtrlMenu_MenuItemFromPoint',
  742.             'GUICtrlMenu_RemoveMenu','GUICtrlMenu_SetItemBitmaps',
  743.             'GUICtrlMenu_SetItemBmp','GUICtrlMenu_SetItemBmpChecked',
  744.             'GUICtrlMenu_SetItemBmpUnchecked','GUICtrlMenu_SetItemChecked',
  745.             'GUICtrlMenu_SetItemData','GUICtrlMenu_SetItemDefault',
  746.             'GUICtrlMenu_SetItemDisabled','GUICtrlMenu_SetItemEnabled',
  747.             'GUICtrlMenu_SetItemGrayed','GUICtrlMenu_SetItemHighlighted',
  748.             'GUICtrlMenu_SetItemID','GUICtrlMenu_SetItemInfo',
  749.             'GUICtrlMenu_SetItemState','GUICtrlMenu_SetItemSubMenu',
  750.             'GUICtrlMenu_SetItemText','GUICtrlMenu_SetItemType',
  751.             'GUICtrlMenu_SetMenu','GUICtrlMenu_SetMenuBackground',
  752.             'GUICtrlMenu_SetMenuContextHelpID','GUICtrlMenu_SetMenuData',
  753.             'GUICtrlMenu_SetMenuDefaultItem','GUICtrlMenu_SetMenuHeight',
  754.             'GUICtrlMenu_SetMenuInfo','GUICtrlMenu_SetMenuStyle',
  755.             'GUICtrlMenu_TrackPopupMenu','GUICtrlMonthCal_Create',
  756.             'GUICtrlMonthCal_Destroy','GUICtrlMonthCal_GetCalendarBorder',
  757.             'GUICtrlMonthCal_GetCalendarCount','GUICtrlMonthCal_GetColor',
  758.             'GUICtrlMonthCal_GetColorArray','GUICtrlMonthCal_GetCurSel',
  759.             'GUICtrlMonthCal_GetCurSelStr','GUICtrlMonthCal_GetFirstDOW',
  760.             'GUICtrlMonthCal_GetFirstDOWStr','GUICtrlMonthCal_GetMaxSelCount',
  761.             'GUICtrlMonthCal_GetMaxTodayWidth',
  762.             'GUICtrlMonthCal_GetMinReqHeight','GUICtrlMonthCal_GetMinReqRect',
  763.             'GUICtrlMonthCal_GetMinReqRectArray',
  764.             'GUICtrlMonthCal_GetMinReqWidth','GUICtrlMonthCal_GetMonthDelta',
  765.             'GUICtrlMonthCal_GetMonthRange','GUICtrlMonthCal_GetMonthRangeMax',
  766.             'GUICtrlMonthCal_GetMonthRangeMaxStr',
  767.             'GUICtrlMonthCal_GetMonthRangeMin',
  768.             'GUICtrlMonthCal_GetMonthRangeMinStr',
  769.             'GUICtrlMonthCal_GetMonthRangeSpan','GUICtrlMonthCal_GetRange',
  770.             'GUICtrlMonthCal_GetRangeMax','GUICtrlMonthCal_GetRangeMaxStr',
  771.             'GUICtrlMonthCal_GetRangeMin','GUICtrlMonthCal_GetRangeMinStr',
  772.             'GUICtrlMonthCal_GetSelRange','GUICtrlMonthCal_GetSelRangeMax',
  773.             'GUICtrlMonthCal_GetSelRangeMaxStr',
  774.             'GUICtrlMonthCal_GetSelRangeMin',
  775.             'GUICtrlMonthCal_GetSelRangeMinStr','GUICtrlMonthCal_GetToday',
  776.             'GUICtrlMonthCal_GetTodayStr','GUICtrlMonthCal_GetUnicodeFormat',
  777.             'GUICtrlMonthCal_HitTest','GUICtrlMonthCal_SetCalendarBorder',
  778.             'GUICtrlMonthCal_SetColor','GUICtrlMonthCal_SetCurSel',
  779.             'GUICtrlMonthCal_SetDayState','GUICtrlMonthCal_SetFirstDOW',
  780.             'GUICtrlMonthCal_SetMaxSelCount','GUICtrlMonthCal_SetMonthDelta',
  781.             'GUICtrlMonthCal_SetRange','GUICtrlMonthCal_SetSelRange',
  782.             'GUICtrlMonthCal_SetToday','GUICtrlMonthCal_SetUnicodeFormat',
  783.             'GUICtrlRebar_AddBand','GUICtrlRebar_AddToolBarBand',
  784.             'GUICtrlRebar_BeginDrag','GUICtrlRebar_Create',
  785.             'GUICtrlRebar_DeleteBand','GUICtrlRebar_Destroy',
  786.             'GUICtrlRebar_DragMove','GUICtrlRebar_EndDrag',
  787.             'GUICtrlRebar_GetBandBackColor','GUICtrlRebar_GetBandBorders',
  788.             'GUICtrlRebar_GetBandBordersEx','GUICtrlRebar_GetBandChildHandle',
  789.             'GUICtrlRebar_GetBandChildSize','GUICtrlRebar_GetBandCount',
  790.             'GUICtrlRebar_GetBandForeColor','GUICtrlRebar_GetBandHeaderSize',
  791.             'GUICtrlRebar_GetBandID','GUICtrlRebar_GetBandIdealSize',
  792.             'GUICtrlRebar_GetBandLength','GUICtrlRebar_GetBandLParam',
  793.             'GUICtrlRebar_GetBandMargins','GUICtrlRebar_GetBandMarginsEx',
  794.             'GUICtrlRebar_GetBandRect','GUICtrlRebar_GetBandRectEx',
  795.             'GUICtrlRebar_GetBandStyle','GUICtrlRebar_GetBandStyleBreak',
  796.             'GUICtrlRebar_GetBandStyleChildEdge',
  797.             'GUICtrlRebar_GetBandStyleFixedBMP',
  798.             'GUICtrlRebar_GetBandStyleFixedSize',
  799.             'GUICtrlRebar_GetBandStyleGripperAlways',
  800.             'GUICtrlRebar_GetBandStyleHidden',
  801.             'GUICtrlRebar_GetBandStyleHideTitle',
  802.             'GUICtrlRebar_GetBandStyleNoGripper',
  803.             'GUICtrlRebar_GetBandStyleTopAlign',
  804.             'GUICtrlRebar_GetBandStyleUseChevron',
  805.             'GUICtrlRebar_GetBandStyleVariableHeight',
  806.             'GUICtrlRebar_GetBandText','GUICtrlRebar_GetBarHeight',
  807.             'GUICtrlRebar_GetBarInfo','GUICtrlRebar_GetBKColor',
  808.             'GUICtrlRebar_GetColorScheme','GUICtrlRebar_GetRowCount',
  809.             'GUICtrlRebar_GetRowHeight','GUICtrlRebar_GetTextColor',
  810.             'GUICtrlRebar_GetToolTips','GUICtrlRebar_GetUnicodeFormat',
  811.             'GUICtrlRebar_HitTest','GUICtrlRebar_IDToIndex',
  812.             'GUICtrlRebar_MaximizeBand','GUICtrlRebar_MinimizeBand',
  813.             'GUICtrlRebar_MoveBand','GUICtrlRebar_SetBandBackColor',
  814.             'GUICtrlRebar_SetBandForeColor','GUICtrlRebar_SetBandHeaderSize',
  815.             'GUICtrlRebar_SetBandID','GUICtrlRebar_SetBandIdealSize',
  816.             'GUICtrlRebar_SetBandLength','GUICtrlRebar_SetBandLParam',
  817.             'GUICtrlRebar_SetBandStyle','GUICtrlRebar_SetBandStyleBreak',
  818.             'GUICtrlRebar_SetBandStyleChildEdge',
  819.             'GUICtrlRebar_SetBandStyleFixedBMP',
  820.             'GUICtrlRebar_SetBandStyleFixedSize',
  821.             'GUICtrlRebar_SetBandStyleGripperAlways',
  822.             'GUICtrlRebar_SetBandStyleHidden',
  823.             'GUICtrlRebar_SetBandStyleHideTitle',
  824.             'GUICtrlRebar_SetBandStyleNoGripper',
  825.             'GUICtrlRebar_SetBandStyleTopAlign',
  826.             'GUICtrlRebar_SetBandStyleUseChevron',
  827.             'GUICtrlRebar_SetBandStyleVariableHeight',
  828.             'GUICtrlRebar_SetBandText','GUICtrlRebar_SetBarInfo',
  829.             'GUICtrlRebar_SetBKColor','GUICtrlRebar_SetColorScheme',
  830.             'GUICtrlRebar_SetTextColor','GUICtrlRebar_SetToolTips',
  831.             'GUICtrlRebar_SetUnicodeFormat','GUICtrlRebar_ShowBand',
  832.             'GUICtrlRichEdit_AppendText','GUICtrlRichEdit_AutoDetectURL',
  833.             'GUICtrlRichEdit_CanPaste','GUICtrlRichEdit_CanPasteSpecial',
  834.             'GUICtrlRichEdit_CanRedo','GUICtrlRichEdit_CanUndo',
  835.             'GUICtrlRichEdit_ChangeFontSize','GUICtrlRichEdit_Copy',
  836.             'GUICtrlRichEdit_Create','GUICtrlRichEdit_Cut',
  837.             'GUICtrlRichEdit_Deselect','GUICtrlRichEdit_Destroy',
  838.             'GUICtrlRichEdit_EmptyUndoBuffer','GUICtrlRichEdit_FindText',
  839.             'GUICtrlRichEdit_FindTextInRange','GUICtrlRichEdit_GetBkColor',
  840.             'GUICtrlRichEdit_GetCharAttributes',
  841.             'GUICtrlRichEdit_GetCharBkColor','GUICtrlRichEdit_GetCharColor',
  842.             'GUICtrlRichEdit_GetCharPosFromXY',
  843.             'GUICtrlRichEdit_GetCharPosOfNextWord',
  844.             'GUICtrlRichEdit_GetCharPosOfPreviousWord',
  845.             'GUICtrlRichEdit_GetCharWordBreakInfo',
  846.             'GUICtrlRichEdit_GetFirstCharPosOnLine','GUICtrlRichEdit_GetFont',
  847.             'GUICtrlRichEdit_GetLineCount','GUICtrlRichEdit_GetLineLength',
  848.             'GUICtrlRichEdit_GetLineNumberFromCharPos',
  849.             'GUICtrlRichEdit_GetNextRedo','GUICtrlRichEdit_GetNextUndo',
  850.             'GUICtrlRichEdit_GetNumberOfFirstVisibleLine',
  851.             'GUICtrlRichEdit_GetParaAlignment',
  852.             'GUICtrlRichEdit_GetParaAttributes','GUICtrlRichEdit_GetParaBorder',
  853.             'GUICtrlRichEdit_GetParaIndents','GUICtrlRichEdit_GetParaNumbering',
  854.             'GUICtrlRichEdit_GetParaShading','GUICtrlRichEdit_GetParaSpacing',
  855.             'GUICtrlRichEdit_GetParaTabStops','GUICtrlRichEdit_GetPasswordChar',
  856.             'GUICtrlRichEdit_GetRECT','GUICtrlRichEdit_GetScrollPos',
  857.             'GUICtrlRichEdit_GetSel','GUICtrlRichEdit_GetSelAA',
  858.             'GUICtrlRichEdit_GetSelText','GUICtrlRichEdit_GetSpaceUnit',
  859.             'GUICtrlRichEdit_GetText','GUICtrlRichEdit_GetTextInLine',
  860.             'GUICtrlRichEdit_GetTextInRange','GUICtrlRichEdit_GetTextLength',
  861.             'GUICtrlRichEdit_GetVersion','GUICtrlRichEdit_GetXYFromCharPos',
  862.             'GUICtrlRichEdit_GetZoom','GUICtrlRichEdit_GotoCharPos',
  863.             'GUICtrlRichEdit_HideSelection','GUICtrlRichEdit_InsertText',
  864.             'GUICtrlRichEdit_IsModified','GUICtrlRichEdit_IsTextSelected',
  865.             'GUICtrlRichEdit_Paste','GUICtrlRichEdit_PasteSpecial',
  866.             'GUICtrlRichEdit_PauseRedraw','GUICtrlRichEdit_Redo',
  867.             'GUICtrlRichEdit_ReplaceText','GUICtrlRichEdit_ResumeRedraw',
  868.             'GUICtrlRichEdit_ScrollLineOrPage','GUICtrlRichEdit_ScrollLines',
  869.             'GUICtrlRichEdit_ScrollToCaret','GUICtrlRichEdit_SetBkColor',
  870.             'GUICtrlRichEdit_SetCharAttributes',
  871.             'GUICtrlRichEdit_SetCharBkColor','GUICtrlRichEdit_SetCharColor',
  872.             'GUICtrlRichEdit_SetEventMask','GUICtrlRichEdit_SetFont',
  873.             'GUICtrlRichEdit_SetLimitOnText','GUICtrlRichEdit_SetModified',
  874.             'GUICtrlRichEdit_SetParaAlignment',
  875.             'GUICtrlRichEdit_SetParaAttributes','GUICtrlRichEdit_SetParaBorder',
  876.             'GUICtrlRichEdit_SetParaIndents','GUICtrlRichEdit_SetParaNumbering',
  877.             'GUICtrlRichEdit_SetParaShading','GUICtrlRichEdit_SetParaSpacing',
  878.             'GUICtrlRichEdit_SetParaTabStops','GUICtrlRichEdit_SetPasswordChar',
  879.             'GUICtrlRichEdit_SetReadOnly','GUICtrlRichEdit_SetRECT',
  880.             'GUICtrlRichEdit_SetScrollPos','GUICtrlRichEdit_SetSel',
  881.             'GUICtrlRichEdit_SetSpaceUnit','GUICtrlRichEdit_SetTabStops',
  882.             'GUICtrlRichEdit_SetText','GUICtrlRichEdit_SetUndoLimit',
  883.             'GUICtrlRichEdit_SetZoom','GUICtrlRichEdit_StreamFromFile',
  884.             'GUICtrlRichEdit_StreamFromVar','GUICtrlRichEdit_StreamToFile',
  885.             'GUICtrlRichEdit_StreamToVar','GUICtrlRichEdit_Undo',
  886.             'GUICtrlSlider_ClearSel','GUICtrlSlider_ClearTics',
  887.             'GUICtrlSlider_Create','GUICtrlSlider_Destroy',
  888.             'GUICtrlSlider_GetBuddy','GUICtrlSlider_GetChannelRect',
  889.             'GUICtrlSlider_GetChannelRectEx','GUICtrlSlider_GetLineSize',
  890.             'GUICtrlSlider_GetLogicalTics','GUICtrlSlider_GetNumTics',
  891.             'GUICtrlSlider_GetPageSize','GUICtrlSlider_GetPos',
  892.             'GUICtrlSlider_GetRange','GUICtrlSlider_GetRangeMax',
  893.             'GUICtrlSlider_GetRangeMin','GUICtrlSlider_GetSel',
  894.             'GUICtrlSlider_GetSelEnd','GUICtrlSlider_GetSelStart',
  895.             'GUICtrlSlider_GetThumbLength','GUICtrlSlider_GetThumbRect',
  896.             'GUICtrlSlider_GetThumbRectEx','GUICtrlSlider_GetTic',
  897.             'GUICtrlSlider_GetTicPos','GUICtrlSlider_GetToolTips',
  898.             'GUICtrlSlider_GetUnicodeFormat','GUICtrlSlider_SetBuddy',
  899.             'GUICtrlSlider_SetLineSize','GUICtrlSlider_SetPageSize',
  900.             'GUICtrlSlider_SetPos','GUICtrlSlider_SetRange',
  901.             'GUICtrlSlider_SetRangeMax','GUICtrlSlider_SetRangeMin',
  902.             'GUICtrlSlider_SetSel','GUICtrlSlider_SetSelEnd',
  903.             'GUICtrlSlider_SetSelStart','GUICtrlSlider_SetThumbLength',
  904.             'GUICtrlSlider_SetTic','GUICtrlSlider_SetTicFreq',
  905.             'GUICtrlSlider_SetTipSide','GUICtrlSlider_SetToolTips',
  906.             'GUICtrlSlider_SetUnicodeFormat','GUICtrlStatusBar_Create',
  907.             'GUICtrlStatusBar_Destroy','GUICtrlStatusBar_EmbedControl',
  908.             'GUICtrlStatusBar_GetBorders','GUICtrlStatusBar_GetBordersHorz',
  909.             'GUICtrlStatusBar_GetBordersRect','GUICtrlStatusBar_GetBordersVert',
  910.             'GUICtrlStatusBar_GetCount','GUICtrlStatusBar_GetHeight',
  911.             'GUICtrlStatusBar_GetIcon','GUICtrlStatusBar_GetParts',
  912.             'GUICtrlStatusBar_GetRect','GUICtrlStatusBar_GetRectEx',
  913.             'GUICtrlStatusBar_GetText','GUICtrlStatusBar_GetTextFlags',
  914.             'GUICtrlStatusBar_GetTextLength','GUICtrlStatusBar_GetTextLengthEx',
  915.             'GUICtrlStatusBar_GetTipText','GUICtrlStatusBar_GetUnicodeFormat',
  916.             'GUICtrlStatusBar_GetWidth','GUICtrlStatusBar_IsSimple',
  917.             'GUICtrlStatusBar_Resize','GUICtrlStatusBar_SetBkColor',
  918.             'GUICtrlStatusBar_SetIcon','GUICtrlStatusBar_SetMinHeight',
  919.             'GUICtrlStatusBar_SetParts','GUICtrlStatusBar_SetSimple',
  920.             'GUICtrlStatusBar_SetText','GUICtrlStatusBar_SetTipText',
  921.             'GUICtrlStatusBar_SetUnicodeFormat','GUICtrlStatusBar_ShowHide',
  922.             'GUICtrlTab_ActivateTab','GUICtrlTab_ClickTab','GUICtrlTab_Create',
  923.             'GUICtrlTab_DeleteAllItems','GUICtrlTab_DeleteItem',
  924.             'GUICtrlTab_DeselectAll','GUICtrlTab_Destroy','GUICtrlTab_FindTab',
  925.             'GUICtrlTab_GetCurFocus','GUICtrlTab_GetCurSel',
  926.             'GUICtrlTab_GetDisplayRect','GUICtrlTab_GetDisplayRectEx',
  927.             'GUICtrlTab_GetExtendedStyle','GUICtrlTab_GetImageList',
  928.             'GUICtrlTab_GetItem','GUICtrlTab_GetItemCount',
  929.             'GUICtrlTab_GetItemImage','GUICtrlTab_GetItemParam',
  930.             'GUICtrlTab_GetItemRect','GUICtrlTab_GetItemRectEx',
  931.             'GUICtrlTab_GetItemState','GUICtrlTab_GetItemText',
  932.             'GUICtrlTab_GetRowCount','GUICtrlTab_GetToolTips',
  933.             'GUICtrlTab_GetUnicodeFormat','GUICtrlTab_HighlightItem',
  934.             'GUICtrlTab_HitTest','GUICtrlTab_InsertItem',
  935.             'GUICtrlTab_RemoveImage','GUICtrlTab_SetCurFocus',
  936.             'GUICtrlTab_SetCurSel','GUICtrlTab_SetExtendedStyle',
  937.             'GUICtrlTab_SetImageList','GUICtrlTab_SetItem',
  938.             'GUICtrlTab_SetItemImage','GUICtrlTab_SetItemParam',
  939.             'GUICtrlTab_SetItemSize','GUICtrlTab_SetItemState',
  940.             'GUICtrlTab_SetItemText','GUICtrlTab_SetMinTabWidth',
  941.             'GUICtrlTab_SetPadding','GUICtrlTab_SetToolTips',
  942.             'GUICtrlTab_SetUnicodeFormat','GUICtrlToolbar_AddBitmap',
  943.             'GUICtrlToolbar_AddButton','GUICtrlToolbar_AddButtonSep',
  944.             'GUICtrlToolbar_AddString','GUICtrlToolbar_ButtonCount',
  945.             'GUICtrlToolbar_CheckButton','GUICtrlToolbar_ClickAccel',
  946.             'GUICtrlToolbar_ClickButton','GUICtrlToolbar_ClickIndex',
  947.             'GUICtrlToolbar_CommandToIndex','GUICtrlToolbar_Create',
  948.             'GUICtrlToolbar_Customize','GUICtrlToolbar_DeleteButton',
  949.             'GUICtrlToolbar_Destroy','GUICtrlToolbar_EnableButton',
  950.             'GUICtrlToolbar_FindToolbar','GUICtrlToolbar_GetAnchorHighlight',
  951.             'GUICtrlToolbar_GetBitmapFlags','GUICtrlToolbar_GetButtonBitmap',
  952.             'GUICtrlToolbar_GetButtonInfo','GUICtrlToolbar_GetButtonInfoEx',
  953.             'GUICtrlToolbar_GetButtonParam','GUICtrlToolbar_GetButtonRect',
  954.             'GUICtrlToolbar_GetButtonRectEx','GUICtrlToolbar_GetButtonSize',
  955.             'GUICtrlToolbar_GetButtonState','GUICtrlToolbar_GetButtonStyle',
  956.             'GUICtrlToolbar_GetButtonText','GUICtrlToolbar_GetColorScheme',
  957.             'GUICtrlToolbar_GetDisabledImageList',
  958.             'GUICtrlToolbar_GetExtendedStyle','GUICtrlToolbar_GetHotImageList',
  959.             'GUICtrlToolbar_GetHotItem','GUICtrlToolbar_GetImageList',
  960.             'GUICtrlToolbar_GetInsertMark','GUICtrlToolbar_GetInsertMarkColor',
  961.             'GUICtrlToolbar_GetMaxSize','GUICtrlToolbar_GetMetrics',
  962.             'GUICtrlToolbar_GetPadding','GUICtrlToolbar_GetRows',
  963.             'GUICtrlToolbar_GetString','GUICtrlToolbar_GetStyle',
  964.             'GUICtrlToolbar_GetStyleAltDrag',
  965.             'GUICtrlToolbar_GetStyleCustomErase','GUICtrlToolbar_GetStyleFlat',
  966.             'GUICtrlToolbar_GetStyleList','GUICtrlToolbar_GetStyleRegisterDrop',
  967.             'GUICtrlToolbar_GetStyleToolTips',
  968.             'GUICtrlToolbar_GetStyleTransparent',
  969.             'GUICtrlToolbar_GetStyleWrapable','GUICtrlToolbar_GetTextRows',
  970.             'GUICtrlToolbar_GetToolTips','GUICtrlToolbar_GetUnicodeFormat',
  971.             'GUICtrlToolbar_HideButton','GUICtrlToolbar_HighlightButton',
  972.             'GUICtrlToolbar_HitTest','GUICtrlToolbar_IndexToCommand',
  973.             'GUICtrlToolbar_InsertButton','GUICtrlToolbar_InsertMarkHitTest',
  974.             'GUICtrlToolbar_IsButtonChecked','GUICtrlToolbar_IsButtonEnabled',
  975.             'GUICtrlToolbar_IsButtonHidden',
  976.             'GUICtrlToolbar_IsButtonHighlighted',
  977.             'GUICtrlToolbar_IsButtonIndeterminate',
  978.             'GUICtrlToolbar_IsButtonPressed','GUICtrlToolbar_LoadBitmap',
  979.             'GUICtrlToolbar_LoadImages','GUICtrlToolbar_MapAccelerator',
  980.             'GUICtrlToolbar_MoveButton','GUICtrlToolbar_PressButton',
  981.             'GUICtrlToolbar_SetAnchorHighlight','GUICtrlToolbar_SetBitmapSize',
  982.             'GUICtrlToolbar_SetButtonBitMap','GUICtrlToolbar_SetButtonInfo',
  983.             'GUICtrlToolbar_SetButtonInfoEx','GUICtrlToolbar_SetButtonParam',
  984.             'GUICtrlToolbar_SetButtonSize','GUICtrlToolbar_SetButtonState',
  985.             'GUICtrlToolbar_SetButtonStyle','GUICtrlToolbar_SetButtonText',
  986.             'GUICtrlToolbar_SetButtonWidth','GUICtrlToolbar_SetCmdID',
  987.             'GUICtrlToolbar_SetColorScheme',
  988.             'GUICtrlToolbar_SetDisabledImageList',
  989.             'GUICtrlToolbar_SetDrawTextFlags','GUICtrlToolbar_SetExtendedStyle',
  990.             'GUICtrlToolbar_SetHotImageList','GUICtrlToolbar_SetHotItem',
  991.             'GUICtrlToolbar_SetImageList','GUICtrlToolbar_SetIndent',
  992.             'GUICtrlToolbar_SetIndeterminate','GUICtrlToolbar_SetInsertMark',
  993.             'GUICtrlToolbar_SetInsertMarkColor','GUICtrlToolbar_SetMaxTextRows',
  994.             'GUICtrlToolbar_SetMetrics','GUICtrlToolbar_SetPadding',
  995.             'GUICtrlToolbar_SetParent','GUICtrlToolbar_SetRows',
  996.             'GUICtrlToolbar_SetStyle','GUICtrlToolbar_SetStyleAltDrag',
  997.             'GUICtrlToolbar_SetStyleCustomErase','GUICtrlToolbar_SetStyleFlat',
  998.             'GUICtrlToolbar_SetStyleList','GUICtrlToolbar_SetStyleRegisterDrop',
  999.             'GUICtrlToolbar_SetStyleToolTips',
  1000.             'GUICtrlToolbar_SetStyleTransparent',
  1001.             'GUICtrlToolbar_SetStyleWrapable','GUICtrlToolbar_SetToolTips',
  1002.             'GUICtrlToolbar_SetUnicodeFormat','GUICtrlToolbar_SetWindowTheme',
  1003.             'GUICtrlTreeView_Add','GUICtrlTreeView_AddChild',
  1004.             'GUICtrlTreeView_AddChildFirst','GUICtrlTreeView_AddFirst',
  1005.             'GUICtrlTreeView_BeginUpdate','GUICtrlTreeView_ClickItem',
  1006.             'GUICtrlTreeView_Create','GUICtrlTreeView_CreateDragImage',
  1007.             'GUICtrlTreeView_CreateSolidBitMap','GUICtrlTreeView_Delete',
  1008.             'GUICtrlTreeView_DeleteAll','GUICtrlTreeView_DeleteChildren',
  1009.             'GUICtrlTreeView_Destroy','GUICtrlTreeView_DisplayRect',
  1010.             'GUICtrlTreeView_DisplayRectEx','GUICtrlTreeView_EditText',
  1011.             'GUICtrlTreeView_EndEdit','GUICtrlTreeView_EndUpdate',
  1012.             'GUICtrlTreeView_EnsureVisible','GUICtrlTreeView_Expand',
  1013.             'GUICtrlTreeView_ExpandedOnce','GUICtrlTreeView_FindItem',
  1014.             'GUICtrlTreeView_FindItemEx','GUICtrlTreeView_GetBkColor',
  1015.             'GUICtrlTreeView_GetBold','GUICtrlTreeView_GetChecked',
  1016.             'GUICtrlTreeView_GetChildCount','GUICtrlTreeView_GetChildren',
  1017.             'GUICtrlTreeView_GetCount','GUICtrlTreeView_GetCut',
  1018.             'GUICtrlTreeView_GetDropTarget','GUICtrlTreeView_GetEditControl',
  1019.             'GUICtrlTreeView_GetExpanded','GUICtrlTreeView_GetFirstChild',
  1020.             'GUICtrlTreeView_GetFirstItem','GUICtrlTreeView_GetFirstVisible',
  1021.             'GUICtrlTreeView_GetFocused','GUICtrlTreeView_GetHeight',
  1022.             'GUICtrlTreeView_GetImageIndex',
  1023.             'GUICtrlTreeView_GetImageListIconHandle',
  1024.             'GUICtrlTreeView_GetIndent','GUICtrlTreeView_GetInsertMarkColor',
  1025.             'GUICtrlTreeView_GetISearchString','GUICtrlTreeView_GetItemByIndex',
  1026.             'GUICtrlTreeView_GetItemHandle','GUICtrlTreeView_GetItemParam',
  1027.             'GUICtrlTreeView_GetLastChild','GUICtrlTreeView_GetLineColor',
  1028.             'GUICtrlTreeView_GetNext','GUICtrlTreeView_GetNextChild',
  1029.             'GUICtrlTreeView_GetNextSibling','GUICtrlTreeView_GetNextVisible',
  1030.             'GUICtrlTreeView_GetNormalImageList',
  1031.             'GUICtrlTreeView_GetParentHandle','GUICtrlTreeView_GetParentParam',
  1032.             'GUICtrlTreeView_GetPrev','GUICtrlTreeView_GetPrevChild',
  1033.             'GUICtrlTreeView_GetPrevSibling','GUICtrlTreeView_GetPrevVisible',
  1034.             'GUICtrlTreeView_GetScrollTime','GUICtrlTreeView_GetSelected',
  1035.             'GUICtrlTreeView_GetSelectedImageIndex',
  1036.             'GUICtrlTreeView_GetSelection','GUICtrlTreeView_GetSiblingCount',
  1037.             'GUICtrlTreeView_GetState','GUICtrlTreeView_GetStateImageIndex',
  1038.             'GUICtrlTreeView_GetStateImageList','GUICtrlTreeView_GetText',
  1039.             'GUICtrlTreeView_GetTextColor','GUICtrlTreeView_GetToolTips',
  1040.             'GUICtrlTreeView_GetTree','GUICtrlTreeView_GetUnicodeFormat',
  1041.             'GUICtrlTreeView_GetVisible','GUICtrlTreeView_GetVisibleCount',
  1042.             'GUICtrlTreeView_HitTest','GUICtrlTreeView_HitTestEx',
  1043.             'GUICtrlTreeView_HitTestItem','GUICtrlTreeView_Index',
  1044.             'GUICtrlTreeView_InsertItem','GUICtrlTreeView_IsFirstItem',
  1045.             'GUICtrlTreeView_IsParent','GUICtrlTreeView_Level',
  1046.             'GUICtrlTreeView_SelectItem','GUICtrlTreeView_SelectItemByIndex',
  1047.             'GUICtrlTreeView_SetBkColor','GUICtrlTreeView_SetBold',
  1048.             'GUICtrlTreeView_SetChecked','GUICtrlTreeView_SetCheckedByIndex',
  1049.             'GUICtrlTreeView_SetChildren','GUICtrlTreeView_SetCut',
  1050.             'GUICtrlTreeView_SetDropTarget','GUICtrlTreeView_SetFocused',
  1051.             'GUICtrlTreeView_SetHeight','GUICtrlTreeView_SetIcon',
  1052.             'GUICtrlTreeView_SetImageIndex','GUICtrlTreeView_SetIndent',
  1053.             'GUICtrlTreeView_SetInsertMark',
  1054.             'GUICtrlTreeView_SetInsertMarkColor',
  1055.             'GUICtrlTreeView_SetItemHeight','GUICtrlTreeView_SetItemParam',
  1056.             'GUICtrlTreeView_SetLineColor','GUICtrlTreeView_SetNormalImageList',
  1057.             'GUICtrlTreeView_SetScrollTime','GUICtrlTreeView_SetSelected',
  1058.             'GUICtrlTreeView_SetSelectedImageIndex','GUICtrlTreeView_SetState',
  1059.             'GUICtrlTreeView_SetStateImageIndex',
  1060.             'GUICtrlTreeView_SetStateImageList','GUICtrlTreeView_SetText',
  1061.             'GUICtrlTreeView_SetTextColor','GUICtrlTreeView_SetToolTips',
  1062.             'GUICtrlTreeView_SetUnicodeFormat','GUICtrlTreeView_Sort',
  1063.             'GUIImageList_Add','GUIImageList_AddBitmap','GUIImageList_AddIcon',
  1064.             'GUIImageList_AddMasked','GUIImageList_BeginDrag',
  1065.             'GUIImageList_Copy','GUIImageList_Create','GUIImageList_Destroy',
  1066.             'GUIImageList_DestroyIcon','GUIImageList_DragEnter',
  1067.             'GUIImageList_DragLeave','GUIImageList_DragMove',
  1068.             'GUIImageList_Draw','GUIImageList_DrawEx','GUIImageList_Duplicate',
  1069.             'GUIImageList_EndDrag','GUIImageList_GetBkColor',
  1070.             'GUIImageList_GetIcon','GUIImageList_GetIconHeight',
  1071.             'GUIImageList_GetIconSize','GUIImageList_GetIconSizeEx',
  1072.             'GUIImageList_GetIconWidth','GUIImageList_GetImageCount',
  1073.             'GUIImageList_GetImageInfoEx','GUIImageList_Remove',
  1074.             'GUIImageList_ReplaceIcon','GUIImageList_SetBkColor',
  1075.             'GUIImageList_SetIconSize','GUIImageList_SetImageCount',
  1076.             'GUIImageList_Swap','GUIScrollBars_EnableScrollBar',
  1077.             'GUIScrollBars_GetScrollBarInfoEx','GUIScrollBars_GetScrollBarRect',
  1078.             'GUIScrollBars_GetScrollBarRGState',
  1079.             'GUIScrollBars_GetScrollBarXYLineButton',
  1080.             'GUIScrollBars_GetScrollBarXYThumbBottom',
  1081.             'GUIScrollBars_GetScrollBarXYThumbTop',
  1082.             'GUIScrollBars_GetScrollInfo','GUIScrollBars_GetScrollInfoEx',
  1083.             'GUIScrollBars_GetScrollInfoMax','GUIScrollBars_GetScrollInfoMin',
  1084.             'GUIScrollBars_GetScrollInfoPage','GUIScrollBars_GetScrollInfoPos',
  1085.             'GUIScrollBars_GetScrollInfoTrackPos','GUIScrollBars_GetScrollPos',
  1086.             'GUIScrollBars_GetScrollRange','GUIScrollBars_Init',
  1087.             'GUIScrollBars_ScrollWindow','GUIScrollBars_SetScrollInfo',
  1088.             'GUIScrollBars_SetScrollInfoMax','GUIScrollBars_SetScrollInfoMin',
  1089.             'GUIScrollBars_SetScrollInfoPage','GUIScrollBars_SetScrollInfoPos',
  1090.             'GUIScrollBars_SetScrollRange','GUIScrollBars_ShowScrollBar',
  1091.             'GUIToolTip_Activate','GUIToolTip_AddTool','GUIToolTip_AdjustRect',
  1092.             'GUIToolTip_BitsToTTF','GUIToolTip_Create','GUIToolTip_Deactivate',
  1093.             'GUIToolTip_DelTool','GUIToolTip_Destroy','GUIToolTip_EnumTools',
  1094.             'GUIToolTip_GetBubbleHeight','GUIToolTip_GetBubbleSize',
  1095.             'GUIToolTip_GetBubbleWidth','GUIToolTip_GetCurrentTool',
  1096.             'GUIToolTip_GetDelayTime','GUIToolTip_GetMargin',
  1097.             'GUIToolTip_GetMarginEx','GUIToolTip_GetMaxTipWidth',
  1098.             'GUIToolTip_GetText','GUIToolTip_GetTipBkColor',
  1099.             'GUIToolTip_GetTipTextColor','GUIToolTip_GetTitleBitMap',
  1100.             'GUIToolTip_GetTitleText','GUIToolTip_GetToolCount',
  1101.             'GUIToolTip_GetToolInfo','GUIToolTip_HitTest',
  1102.             'GUIToolTip_NewToolRect','GUIToolTip_Pop','GUIToolTip_PopUp',
  1103.             'GUIToolTip_SetDelayTime','GUIToolTip_SetMargin',
  1104.             'GUIToolTip_SetMaxTipWidth','GUIToolTip_SetTipBkColor',
  1105.             'GUIToolTip_SetTipTextColor','GUIToolTip_SetTitle',
  1106.             'GUIToolTip_SetToolInfo','GUIToolTip_SetWindowTheme',
  1107.             'GUIToolTip_ToolExists','GUIToolTip_ToolToArray',
  1108.             'GUIToolTip_TrackActivate','GUIToolTip_TrackPosition',
  1109.             'GUIToolTip_Update','GUIToolTip_UpdateTipText','HexToString',
  1110.             'IE_Example','IE_Introduction','IE_VersionInfo','IEAction',
  1111.             'IEAttach','IEBodyReadHTML','IEBodyReadText','IEBodyWriteHTML',
  1112.             'IECreate','IECreateEmbedded','IEDocGetObj','IEDocInsertHTML',
  1113.             'IEDocInsertText','IEDocReadHTML','IEDocWriteHTML','IEErrorNotify',
  1114.             'IEFormElementCheckBoxSelect','IEFormElementGetCollection',
  1115.             'IEFormElementGetObjByName','IEFormElementGetValue',
  1116.             'IEFormElementOptionSelect','IEFormElementRadioSelect',
  1117.             'IEFormElementSetValue','IEFormGetCollection','IEFormGetObjByName',
  1118.             'IEFormImageClick','IEFormReset','IEFormSubmit',
  1119.             'IEFrameGetCollection','IEFrameGetObjByName','IEGetObjById',
  1120.             'IEGetObjByName','IEHeadInsertEventScript','IEImgClick',
  1121.             'IEImgGetCollection','IEIsFrameSet','IELinkClickByIndex',
  1122.             'IELinkClickByText','IELinkGetCollection','IELoadWait',
  1123.             'IELoadWaitTimeout','IENavigate','IEPropertyGet','IEPropertySet',
  1124.             'IEQuit','IETableGetCollection','IETableWriteToArray',
  1125.             'IETagNameAllGetCollection','IETagNameGetCollection',
  1126.             'INetExplorerCapable','INetGetSource','INetMail','INetSmtpMail',
  1127.             'IsPressed','MathCheckDiv','Max','MemGlobalAlloc','MemGlobalFree',
  1128.             'MemGlobalLock','MemGlobalSize','MemGlobalUnlock','MemMoveMemory',
  1129.             'MemVirtualAlloc','MemVirtualAllocEx','MemVirtualFree',
  1130.             'MemVirtualFreeEx','Min','MouseTrap','NamedPipes_CallNamedPipe',
  1131.             'NamedPipes_ConnectNamedPipe','NamedPipes_CreateNamedPipe',
  1132.             'NamedPipes_CreatePipe','NamedPipes_DisconnectNamedPipe',
  1133.             'NamedPipes_GetNamedPipeHandleState','NamedPipes_GetNamedPipeInfo',
  1134.             'NamedPipes_PeekNamedPipe','NamedPipes_SetNamedPipeHandleState',
  1135.             'NamedPipes_TransactNamedPipe','NamedPipes_WaitNamedPipe',
  1136.             'Net_Share_ConnectionEnum','Net_Share_FileClose',
  1137.             'Net_Share_FileEnum','Net_Share_FileGetInfo','Net_Share_PermStr',
  1138.             'Net_Share_ResourceStr','Net_Share_SessionDel',
  1139.             'Net_Share_SessionEnum','Net_Share_SessionGetInfo',
  1140.             'Net_Share_ShareAdd','Net_Share_ShareCheck','Net_Share_ShareDel',
  1141.             'Net_Share_ShareEnum','Net_Share_ShareGetInfo',
  1142.             'Net_Share_ShareSetInfo','Net_Share_StatisticsGetSvr',
  1143.             'Net_Share_StatisticsGetWrk','Now','NowCalc','NowCalcDate',
  1144.             'NowDate','NowTime','PathFull','PathGetRelative','PathMake',
  1145.             'PathSplit','ProcessGetName','ProcessGetPriority','Radian',
  1146.             'ReplaceStringInFile','RunDos','ScreenCapture_Capture',
  1147.             'ScreenCapture_CaptureWnd','ScreenCapture_SaveImage',
  1148.             'ScreenCapture_SetBMPFormat','ScreenCapture_SetJPGQuality',
  1149.             'ScreenCapture_SetTIFColorDepth','ScreenCapture_SetTIFCompression',
  1150.             'Security__AdjustTokenPrivileges',
  1151.             'Security__CreateProcessWithToken','Security__DuplicateTokenEx',
  1152.             'Security__GetAccountSid','Security__GetLengthSid',
  1153.             'Security__GetTokenInformation','Security__ImpersonateSelf',
  1154.             'Security__IsValidSid','Security__LookupAccountName',
  1155.             'Security__LookupAccountSid','Security__LookupPrivilegeValue',
  1156.             'Security__OpenProcessToken','Security__OpenThreadToken',
  1157.             'Security__OpenThreadTokenEx','Security__SetPrivilege',
  1158.             'Security__SetTokenInformation','Security__SidToStringSid',
  1159.             'Security__SidTypeStr','Security__StringSidToSid','SendMessage',
  1160.             'SendMessageA','SetDate','SetTime','Singleton','SoundClose',
  1161.             'SoundLength','SoundOpen','SoundPause','SoundPlay','SoundPos',
  1162.             'SoundResume','SoundSeek','SoundStatus','SoundStop',
  1163.             'SQLite_Changes','SQLite_Close','SQLite_Display2DResult',
  1164.             'SQLite_Encode','SQLite_ErrCode','SQLite_ErrMsg','SQLite_Escape',
  1165.             'SQLite_Exec','SQLite_FastEncode','SQLite_FastEscape',
  1166.             'SQLite_FetchData','SQLite_FetchNames','SQLite_GetTable',
  1167.             'SQLite_GetTable2d','SQLite_LastInsertRowID','SQLite_LibVersion',
  1168.             'SQLite_Open','SQLite_Query','SQLite_QueryFinalize',
  1169.             'SQLite_QueryReset','SQLite_QuerySingleRow','SQLite_SafeMode',
  1170.             'SQLite_SetTimeout','SQLite_Shutdown','SQLite_SQLiteExe',
  1171.             'SQLite_Startup','SQLite_TotalChanges','StringBetween',
  1172.             'StringExplode','StringInsert','StringProper','StringRepeat',
  1173.             'StringTitleCase','StringToHex','TCPIpToName','TempFile',
  1174.             'TicksToTime','Timer_Diff','Timer_GetIdleTime','Timer_GetTimerID',
  1175.             'Timer_Init','Timer_KillAllTimers','Timer_KillTimer',
  1176.             'Timer_SetTimer','TimeToTicks','VersionCompare','viClose',
  1177.             'viExecCommand','viFindGpib','viGpibBusReset','viGTL',
  1178.             'viInteractiveControl','viOpen','viSetAttribute','viSetTimeout',
  1179.             'WeekNumberISO','WinAPI_AbortPath','WinAPI_ActivateKeyboardLayout',
  1180.             'WinAPI_AddClipboardFormatListener','WinAPI_AddFontMemResourceEx',
  1181.             'WinAPI_AddFontResourceEx','WinAPI_AddIconOverlay',
  1182.             'WinAPI_AddIconTransparency','WinAPI_AddMRUString',
  1183.             'WinAPI_AdjustBitmap','WinAPI_AdjustTokenPrivileges',
  1184.             'WinAPI_AdjustWindowRectEx','WinAPI_AlphaBlend','WinAPI_AngleArc',
  1185.             'WinAPI_AnimateWindow','WinAPI_Arc','WinAPI_ArcTo',
  1186.             'WinAPI_ArrayToStruct','WinAPI_AssignProcessToJobObject',
  1187.             'WinAPI_AssocGetPerceivedType','WinAPI_AssocQueryString',
  1188.             'WinAPI_AttachConsole','WinAPI_AttachThreadInput',
  1189.             'WinAPI_BackupRead','WinAPI_BackupReadAbort','WinAPI_BackupSeek',
  1190.             'WinAPI_BackupWrite','WinAPI_BackupWriteAbort','WinAPI_Beep',
  1191.             'WinAPI_BeginBufferedPaint','WinAPI_BeginDeferWindowPos',
  1192.             'WinAPI_BeginPaint','WinAPI_BeginPath','WinAPI_BeginUpdateResource',
  1193.             'WinAPI_BitBlt','WinAPI_BringWindowToTop',
  1194.             'WinAPI_BroadcastSystemMessage','WinAPI_BrowseForFolderDlg',
  1195.             'WinAPI_BufferedPaintClear','WinAPI_BufferedPaintInit',
  1196.             'WinAPI_BufferedPaintSetAlpha','WinAPI_BufferedPaintUnInit',
  1197.             'WinAPI_CallNextHookEx','WinAPI_CallWindowProc',
  1198.             'WinAPI_CallWindowProcW','WinAPI_CascadeWindows',
  1199.             'WinAPI_ChangeWindowMessageFilterEx','WinAPI_CharToOem',
  1200.             'WinAPI_ChildWindowFromPointEx','WinAPI_ClientToScreen',
  1201.             'WinAPI_ClipCursor','WinAPI_CloseDesktop','WinAPI_CloseEnhMetaFile',
  1202.             'WinAPI_CloseFigure','WinAPI_CloseHandle','WinAPI_CloseThemeData',
  1203.             'WinAPI_CloseWindow','WinAPI_CloseWindowStation',
  1204.             'WinAPI_CLSIDFromProgID','WinAPI_CoInitialize',
  1205.             'WinAPI_ColorAdjustLuma','WinAPI_ColorHLSToRGB',
  1206.             'WinAPI_ColorRGBToHLS','WinAPI_CombineRgn',
  1207.             'WinAPI_CombineTransform','WinAPI_CommandLineToArgv',
  1208.             'WinAPI_CommDlgExtendedError','WinAPI_CommDlgExtendedErrorEx',
  1209.             'WinAPI_CompareString','WinAPI_CompressBitmapBits',
  1210.             'WinAPI_CompressBuffer','WinAPI_ComputeCrc32',
  1211.             'WinAPI_ConfirmCredentials','WinAPI_CopyBitmap','WinAPI_CopyCursor',
  1212.             'WinAPI_CopyEnhMetaFile','WinAPI_CopyFileEx','WinAPI_CopyIcon',
  1213.             'WinAPI_CopyImage','WinAPI_CopyRect','WinAPI_CopyStruct',
  1214.             'WinAPI_CoTaskMemAlloc','WinAPI_CoTaskMemFree',
  1215.             'WinAPI_CoTaskMemRealloc','WinAPI_CoUninitialize',
  1216.             'WinAPI_Create32BitHBITMAP','WinAPI_Create32BitHICON',
  1217.             'WinAPI_CreateANDBitmap','WinAPI_CreateBitmap',
  1218.             'WinAPI_CreateBitmapIndirect','WinAPI_CreateBrushIndirect',
  1219.             'WinAPI_CreateBuffer','WinAPI_CreateBufferFromStruct',
  1220.             'WinAPI_CreateCaret','WinAPI_CreateColorAdjustment',
  1221.             'WinAPI_CreateCompatibleBitmap','WinAPI_CreateCompatibleBitmapEx',
  1222.             'WinAPI_CreateCompatibleDC','WinAPI_CreateDesktop',
  1223.             'WinAPI_CreateDIB','WinAPI_CreateDIBColorTable',
  1224.             'WinAPI_CreateDIBitmap','WinAPI_CreateDIBSection',
  1225.             'WinAPI_CreateDirectory','WinAPI_CreateDirectoryEx',
  1226.             'WinAPI_CreateEllipticRgn','WinAPI_CreateEmptyIcon',
  1227.             'WinAPI_CreateEnhMetaFile','WinAPI_CreateEvent','WinAPI_CreateFile',
  1228.             'WinAPI_CreateFileEx','WinAPI_CreateFileMapping',
  1229.             'WinAPI_CreateFont','WinAPI_CreateFontEx',
  1230.             'WinAPI_CreateFontIndirect','WinAPI_CreateGUID',
  1231.             'WinAPI_CreateHardLink','WinAPI_CreateIcon',
  1232.             'WinAPI_CreateIconFromResourceEx','WinAPI_CreateIconIndirect',
  1233.             'WinAPI_CreateJobObject','WinAPI_CreateMargins',
  1234.             'WinAPI_CreateMRUList','WinAPI_CreateMutex','WinAPI_CreateNullRgn',
  1235.             'WinAPI_CreateNumberFormatInfo','WinAPI_CreateObjectID',
  1236.             'WinAPI_CreatePen','WinAPI_CreatePoint','WinAPI_CreatePolygonRgn',
  1237.             'WinAPI_CreateProcess','WinAPI_CreateProcessWithToken',
  1238.             'WinAPI_CreateRect','WinAPI_CreateRectEx','WinAPI_CreateRectRgn',
  1239.             'WinAPI_CreateRectRgnIndirect','WinAPI_CreateRoundRectRgn',
  1240.             'WinAPI_CreateSemaphore','WinAPI_CreateSize',
  1241.             'WinAPI_CreateSolidBitmap','WinAPI_CreateSolidBrush',
  1242.             'WinAPI_CreateStreamOnHGlobal','WinAPI_CreateString',
  1243.             'WinAPI_CreateSymbolicLink','WinAPI_CreateTransform',
  1244.             'WinAPI_CreateWindowEx','WinAPI_CreateWindowStation',
  1245.             'WinAPI_DecompressBuffer','WinAPI_DecryptFile',
  1246.             'WinAPI_DeferWindowPos','WinAPI_DefineDosDevice',
  1247.             'WinAPI_DefRawInputProc','WinAPI_DefSubclassProc',
  1248.             'WinAPI_DefWindowProc','WinAPI_DefWindowProcW','WinAPI_DeleteDC',
  1249.             'WinAPI_DeleteEnhMetaFile','WinAPI_DeleteFile',
  1250.             'WinAPI_DeleteObject','WinAPI_DeleteObjectID',
  1251.             'WinAPI_DeleteVolumeMountPoint','WinAPI_DeregisterShellHookWindow',
  1252.             'WinAPI_DestroyCaret','WinAPI_DestroyCursor','WinAPI_DestroyIcon',
  1253.             'WinAPI_DestroyWindow','WinAPI_DeviceIoControl',
  1254.             'WinAPI_DisplayStruct','WinAPI_DllGetVersion','WinAPI_DllInstall',
  1255.             'WinAPI_DllUninstall','WinAPI_DPtoLP','WinAPI_DragAcceptFiles',
  1256.             'WinAPI_DragFinish','WinAPI_DragQueryFileEx',
  1257.             'WinAPI_DragQueryPoint','WinAPI_DrawAnimatedRects',
  1258.             'WinAPI_DrawBitmap','WinAPI_DrawEdge','WinAPI_DrawFocusRect',
  1259.             'WinAPI_DrawFrameControl','WinAPI_DrawIcon','WinAPI_DrawIconEx',
  1260.             'WinAPI_DrawLine','WinAPI_DrawShadowText','WinAPI_DrawText',
  1261.             'WinAPI_DrawThemeBackground','WinAPI_DrawThemeEdge',
  1262.             'WinAPI_DrawThemeIcon','WinAPI_DrawThemeParentBackground',
  1263.             'WinAPI_DrawThemeText','WinAPI_DrawThemeTextEx',
  1264.             'WinAPI_DuplicateEncryptionInfoFile','WinAPI_DuplicateHandle',
  1265.             'WinAPI_DuplicateTokenEx','WinAPI_DwmDefWindowProc',
  1266.             'WinAPI_DwmEnableBlurBehindWindow','WinAPI_DwmEnableComposition',
  1267.             'WinAPI_DwmExtendFrameIntoClientArea',
  1268.             'WinAPI_DwmGetColorizationColor',
  1269.             'WinAPI_DwmGetColorizationParameters',
  1270.             'WinAPI_DwmGetWindowAttribute','WinAPI_DwmInvalidateIconicBitmaps',
  1271.             'WinAPI_DwmIsCompositionEnabled',
  1272.             'WinAPI_DwmQueryThumbnailSourceSize','WinAPI_DwmRegisterThumbnail',
  1273.             'WinAPI_DwmSetColorizationParameters',
  1274.             'WinAPI_DwmSetIconicLivePreviewBitmap',
  1275.             'WinAPI_DwmSetIconicThumbnail','WinAPI_DwmSetWindowAttribute',
  1276.             'WinAPI_DwmUnregisterThumbnail',
  1277.             'WinAPI_DwmUpdateThumbnailProperties','WinAPI_DWordToFloat',
  1278.             'WinAPI_DWordToInt','WinAPI_EjectMedia','WinAPI_Ellipse',
  1279.             'WinAPI_EmptyWorkingSet','WinAPI_EnableWindow','WinAPI_EncryptFile',
  1280.             'WinAPI_EncryptionDisable','WinAPI_EndBufferedPaint',
  1281.             'WinAPI_EndDeferWindowPos','WinAPI_EndPaint','WinAPI_EndPath',
  1282.             'WinAPI_EndUpdateResource','WinAPI_EnumChildProcess',
  1283.             'WinAPI_EnumChildWindows','WinAPI_EnumDesktops',
  1284.             'WinAPI_EnumDesktopWindows','WinAPI_EnumDeviceDrivers',
  1285.             'WinAPI_EnumDisplayDevices','WinAPI_EnumDisplayMonitors',
  1286.             'WinAPI_EnumDisplaySettings','WinAPI_EnumDllProc',
  1287.             'WinAPI_EnumFiles','WinAPI_EnumFileStreams',
  1288.             'WinAPI_EnumFontFamilies','WinAPI_EnumHardLinks',
  1289.             'WinAPI_EnumMRUList','WinAPI_EnumPageFiles',
  1290.             'WinAPI_EnumProcessHandles','WinAPI_EnumProcessModules',
  1291.             'WinAPI_EnumProcessThreads','WinAPI_EnumProcessWindows',
  1292.             'WinAPI_EnumRawInputDevices','WinAPI_EnumResourceLanguages',
  1293.             'WinAPI_EnumResourceNames','WinAPI_EnumResourceTypes',
  1294.             'WinAPI_EnumSystemGeoID','WinAPI_EnumSystemLocales',
  1295.             'WinAPI_EnumUILanguages','WinAPI_EnumWindows',
  1296.             'WinAPI_EnumWindowsPopup','WinAPI_EnumWindowStations',
  1297.             'WinAPI_EnumWindowsTop','WinAPI_EqualMemory','WinAPI_EqualRect',
  1298.             'WinAPI_EqualRgn','WinAPI_ExcludeClipRect',
  1299.             'WinAPI_ExpandEnvironmentStrings','WinAPI_ExtCreatePen',
  1300.             'WinAPI_ExtCreateRegion','WinAPI_ExtFloodFill','WinAPI_ExtractIcon',
  1301.             'WinAPI_ExtractIconEx','WinAPI_ExtSelectClipRgn',
  1302.             'WinAPI_FatalAppExit','WinAPI_FatalExit',
  1303.             'WinAPI_FileEncryptionStatus','WinAPI_FileExists',
  1304.             'WinAPI_FileIconInit','WinAPI_FileInUse','WinAPI_FillMemory',
  1305.             'WinAPI_FillPath','WinAPI_FillRect','WinAPI_FillRgn',
  1306.             'WinAPI_FindClose','WinAPI_FindCloseChangeNotification',
  1307.             'WinAPI_FindExecutable','WinAPI_FindFirstChangeNotification',
  1308.             'WinAPI_FindFirstFile','WinAPI_FindFirstFileName',
  1309.             'WinAPI_FindFirstStream','WinAPI_FindNextChangeNotification',
  1310.             'WinAPI_FindNextFile','WinAPI_FindNextFileName',
  1311.             'WinAPI_FindNextStream','WinAPI_FindResource',
  1312.             'WinAPI_FindResourceEx','WinAPI_FindTextDlg','WinAPI_FindWindow',
  1313.             'WinAPI_FlashWindow','WinAPI_FlashWindowEx','WinAPI_FlattenPath',
  1314.             'WinAPI_FloatToDWord','WinAPI_FloatToInt','WinAPI_FlushFileBuffers',
  1315.             'WinAPI_FlushFRBuffer','WinAPI_FlushViewOfFile',
  1316.             'WinAPI_FormatDriveDlg','WinAPI_FormatMessage','WinAPI_FrameRect',
  1317.             'WinAPI_FrameRgn','WinAPI_FreeLibrary','WinAPI_FreeMemory',
  1318.             'WinAPI_FreeMRUList','WinAPI_FreeResource','WinAPI_GdiComment',
  1319.             'WinAPI_GetActiveWindow','WinAPI_GetAllUsersProfileDirectory',
  1320.             'WinAPI_GetAncestor','WinAPI_GetApplicationRestartSettings',
  1321.             'WinAPI_GetArcDirection','WinAPI_GetAsyncKeyState',
  1322.             'WinAPI_GetBinaryType','WinAPI_GetBitmapBits',
  1323.             'WinAPI_GetBitmapDimension','WinAPI_GetBitmapDimensionEx',
  1324.             'WinAPI_GetBkColor','WinAPI_GetBkMode','WinAPI_GetBoundsRect',
  1325.             'WinAPI_GetBrushOrg','WinAPI_GetBufferedPaintBits',
  1326.             'WinAPI_GetBufferedPaintDC','WinAPI_GetBufferedPaintTargetDC',
  1327.             'WinAPI_GetBufferedPaintTargetRect','WinAPI_GetBValue',
  1328.             'WinAPI_GetCaretBlinkTime','WinAPI_GetCaretPos','WinAPI_GetCDType',
  1329.             'WinAPI_GetClassInfoEx','WinAPI_GetClassLongEx',
  1330.             'WinAPI_GetClassName','WinAPI_GetClientHeight',
  1331.             'WinAPI_GetClientRect','WinAPI_GetClientWidth',
  1332.             'WinAPI_GetClipboardSequenceNumber','WinAPI_GetClipBox',
  1333.             'WinAPI_GetClipCursor','WinAPI_GetClipRgn',
  1334.             'WinAPI_GetColorAdjustment','WinAPI_GetCompressedFileSize',
  1335.             'WinAPI_GetCompression','WinAPI_GetConnectedDlg',
  1336.             'WinAPI_GetCurrentDirectory','WinAPI_GetCurrentHwProfile',
  1337.             'WinAPI_GetCurrentObject','WinAPI_GetCurrentPosition',
  1338.             'WinAPI_GetCurrentProcess',
  1339.             'WinAPI_GetCurrentProcessExplicitAppUserModelID',
  1340.             'WinAPI_GetCurrentProcessID','WinAPI_GetCurrentThemeName',
  1341.             'WinAPI_GetCurrentThread','WinAPI_GetCurrentThreadId',
  1342.             'WinAPI_GetCursor','WinAPI_GetCursorInfo','WinAPI_GetDateFormat',
  1343.             'WinAPI_GetDC','WinAPI_GetDCEx','WinAPI_GetDefaultPrinter',
  1344.             'WinAPI_GetDefaultUserProfileDirectory','WinAPI_GetDesktopWindow',
  1345.             'WinAPI_GetDeviceCaps','WinAPI_GetDeviceDriverBaseName',
  1346.             'WinAPI_GetDeviceDriverFileName','WinAPI_GetDeviceGammaRamp',
  1347.             'WinAPI_GetDIBColorTable','WinAPI_GetDIBits',
  1348.             'WinAPI_GetDiskFreeSpaceEx','WinAPI_GetDlgCtrlID',
  1349.             'WinAPI_GetDlgItem','WinAPI_GetDllDirectory',
  1350.             'WinAPI_GetDriveBusType','WinAPI_GetDriveGeometryEx',
  1351.             'WinAPI_GetDriveNumber','WinAPI_GetDriveType',
  1352.             'WinAPI_GetDurationFormat','WinAPI_GetEffectiveClientRect',
  1353.             'WinAPI_GetEnhMetaFile','WinAPI_GetEnhMetaFileBits',
  1354.             'WinAPI_GetEnhMetaFileDescription','WinAPI_GetEnhMetaFileDimension',
  1355.             'WinAPI_GetEnhMetaFileHeader','WinAPI_GetErrorMessage',
  1356.             'WinAPI_GetErrorMode','WinAPI_GetExitCodeProcess',
  1357.             'WinAPI_GetExtended','WinAPI_GetFileAttributes','WinAPI_GetFileID',
  1358.             'WinAPI_GetFileInformationByHandle',
  1359.             'WinAPI_GetFileInformationByHandleEx','WinAPI_GetFilePointerEx',
  1360.             'WinAPI_GetFileSizeEx','WinAPI_GetFileSizeOnDisk',
  1361.             'WinAPI_GetFileTitle','WinAPI_GetFileType',
  1362.             'WinAPI_GetFileVersionInfo','WinAPI_GetFinalPathNameByHandle',
  1363.             'WinAPI_GetFinalPathNameByHandleEx','WinAPI_GetFocus',
  1364.             'WinAPI_GetFontName','WinAPI_GetFontResourceInfo',
  1365.             'WinAPI_GetForegroundWindow','WinAPI_GetFRBuffer',
  1366.             'WinAPI_GetFullPathName','WinAPI_GetGeoInfo',
  1367.             'WinAPI_GetGlyphOutline','WinAPI_GetGraphicsMode',
  1368.             'WinAPI_GetGuiResources','WinAPI_GetGUIThreadInfo',
  1369.             'WinAPI_GetGValue','WinAPI_GetHandleInformation',
  1370.             'WinAPI_GetHGlobalFromStream','WinAPI_GetIconDimension',
  1371.             'WinAPI_GetIconInfo','WinAPI_GetIconInfoEx','WinAPI_GetIdleTime',
  1372.             'WinAPI_GetKeyboardLayout','WinAPI_GetKeyboardLayoutList',
  1373.             'WinAPI_GetKeyboardState','WinAPI_GetKeyboardType',
  1374.             'WinAPI_GetKeyNameText','WinAPI_GetKeyState',
  1375.             'WinAPI_GetLastActivePopup','WinAPI_GetLastError',
  1376.             'WinAPI_GetLastErrorMessage','WinAPI_GetLayeredWindowAttributes',
  1377.             'WinAPI_GetLocaleInfo','WinAPI_GetLogicalDrives',
  1378.             'WinAPI_GetMapMode','WinAPI_GetMemorySize',
  1379.             'WinAPI_GetMessageExtraInfo','WinAPI_GetModuleFileNameEx',
  1380.             'WinAPI_GetModuleHandle','WinAPI_GetModuleHandleEx',
  1381.             'WinAPI_GetModuleInformation','WinAPI_GetMonitorInfo',
  1382.             'WinAPI_GetMousePos','WinAPI_GetMousePosX','WinAPI_GetMousePosY',
  1383.             'WinAPI_GetMUILanguage','WinAPI_GetNumberFormat','WinAPI_GetObject',
  1384.             'WinAPI_GetObjectID','WinAPI_GetObjectInfoByHandle',
  1385.             'WinAPI_GetObjectNameByHandle','WinAPI_GetObjectType',
  1386.             'WinAPI_GetOpenFileName','WinAPI_GetOutlineTextMetrics',
  1387.             'WinAPI_GetOverlappedResult','WinAPI_GetParent',
  1388.             'WinAPI_GetParentProcess','WinAPI_GetPerformanceInfo',
  1389.             'WinAPI_GetPEType','WinAPI_GetPhysicallyInstalledSystemMemory',
  1390.             'WinAPI_GetPixel','WinAPI_GetPolyFillMode','WinAPI_GetPosFromRect',
  1391.             'WinAPI_GetPriorityClass','WinAPI_GetProcAddress',
  1392.             'WinAPI_GetProcessAffinityMask','WinAPI_GetProcessCommandLine',
  1393.             'WinAPI_GetProcessFileName','WinAPI_GetProcessHandleCount',
  1394.             'WinAPI_GetProcessID','WinAPI_GetProcessIoCounters',
  1395.             'WinAPI_GetProcessMemoryInfo','WinAPI_GetProcessName',
  1396.             'WinAPI_GetProcessShutdownParameters','WinAPI_GetProcessTimes',
  1397.             'WinAPI_GetProcessUser','WinAPI_GetProcessWindowStation',
  1398.             'WinAPI_GetProcessWorkingDirectory','WinAPI_GetProfilesDirectory',
  1399.             'WinAPI_GetPwrCapabilities','WinAPI_GetRawInputBuffer',
  1400.             'WinAPI_GetRawInputBufferLength','WinAPI_GetRawInputData',
  1401.             'WinAPI_GetRawInputDeviceInfo','WinAPI_GetRegionData',
  1402.             'WinAPI_GetRegisteredRawInputDevices',
  1403.             'WinAPI_GetRegKeyNameByHandle','WinAPI_GetRgnBox','WinAPI_GetROP2',
  1404.             'WinAPI_GetRValue','WinAPI_GetSaveFileName','WinAPI_GetShellWindow',
  1405.             'WinAPI_GetStartupInfo','WinAPI_GetStdHandle',
  1406.             'WinAPI_GetStockObject','WinAPI_GetStretchBltMode',
  1407.             'WinAPI_GetString','WinAPI_GetSysColor','WinAPI_GetSysColorBrush',
  1408.             'WinAPI_GetSystemDefaultLangID','WinAPI_GetSystemDefaultLCID',
  1409.             'WinAPI_GetSystemDefaultUILanguage','WinAPI_GetSystemDEPPolicy',
  1410.             'WinAPI_GetSystemInfo','WinAPI_GetSystemMetrics',
  1411.             'WinAPI_GetSystemPowerStatus','WinAPI_GetSystemTimes',
  1412.             'WinAPI_GetSystemWow64Directory','WinAPI_GetTabbedTextExtent',
  1413.             'WinAPI_GetTempFileName','WinAPI_GetTextAlign',
  1414.             'WinAPI_GetTextCharacterExtra','WinAPI_GetTextColor',
  1415.             'WinAPI_GetTextExtentPoint32','WinAPI_GetTextFace',
  1416.             'WinAPI_GetTextMetrics','WinAPI_GetThemeAppProperties',
  1417.             'WinAPI_GetThemeBackgroundContentRect',
  1418.             'WinAPI_GetThemeBackgroundExtent','WinAPI_GetThemeBackgroundRegion',
  1419.             'WinAPI_GetThemeBitmap','WinAPI_GetThemeBool',
  1420.             'WinAPI_GetThemeColor','WinAPI_GetThemeDocumentationProperty',
  1421.             'WinAPI_GetThemeEnumValue','WinAPI_GetThemeFilename',
  1422.             'WinAPI_GetThemeFont','WinAPI_GetThemeInt','WinAPI_GetThemeMargins',
  1423.             'WinAPI_GetThemeMetric','WinAPI_GetThemePartSize',
  1424.             'WinAPI_GetThemePosition','WinAPI_GetThemePropertyOrigin',
  1425.             'WinAPI_GetThemeRect','WinAPI_GetThemeString',
  1426.             'WinAPI_GetThemeSysBool','WinAPI_GetThemeSysColor',
  1427.             'WinAPI_GetThemeSysColorBrush','WinAPI_GetThemeSysFont',
  1428.             'WinAPI_GetThemeSysInt','WinAPI_GetThemeSysSize',
  1429.             'WinAPI_GetThemeSysString','WinAPI_GetThemeTextExtent',
  1430.             'WinAPI_GetThemeTextMetrics','WinAPI_GetThemeTransitionDuration',
  1431.             'WinAPI_GetThreadDesktop','WinAPI_GetThreadErrorMode',
  1432.             'WinAPI_GetThreadLocale','WinAPI_GetThreadUILanguage',
  1433.             'WinAPI_GetTickCount','WinAPI_GetTickCount64',
  1434.             'WinAPI_GetTimeFormat','WinAPI_GetTopWindow',
  1435.             'WinAPI_GetUDFColorMode','WinAPI_GetUpdateRect',
  1436.             'WinAPI_GetUpdateRgn','WinAPI_GetUserDefaultLangID',
  1437.             'WinAPI_GetUserDefaultLCID','WinAPI_GetUserDefaultUILanguage',
  1438.             'WinAPI_GetUserGeoID','WinAPI_GetUserObjectInformation',
  1439.             'WinAPI_GetVersion','WinAPI_GetVersionEx',
  1440.             'WinAPI_GetVolumeInformation','WinAPI_GetVolumeInformationByHandle',
  1441.             'WinAPI_GetVolumeNameForVolumeMountPoint','WinAPI_GetWindow',
  1442.             'WinAPI_GetWindowDC','WinAPI_GetWindowDisplayAffinity',
  1443.             'WinAPI_GetWindowExt','WinAPI_GetWindowFileName',
  1444.             'WinAPI_GetWindowHeight','WinAPI_GetWindowInfo',
  1445.             'WinAPI_GetWindowLong','WinAPI_GetWindowOrg',
  1446.             'WinAPI_GetWindowPlacement','WinAPI_GetWindowRect',
  1447.             'WinAPI_GetWindowRgn','WinAPI_GetWindowRgnBox',
  1448.             'WinAPI_GetWindowSubclass','WinAPI_GetWindowText',
  1449.             'WinAPI_GetWindowTheme','WinAPI_GetWindowThreadProcessId',
  1450.             'WinAPI_GetWindowWidth','WinAPI_GetWorkArea',
  1451.             'WinAPI_GetWorldTransform','WinAPI_GetXYFromPoint',
  1452.             'WinAPI_GlobalMemoryStatus','WinAPI_GradientFill',
  1453.             'WinAPI_GUIDFromString','WinAPI_GUIDFromStringEx','WinAPI_HashData',
  1454.             'WinAPI_HashString','WinAPI_HiByte','WinAPI_HideCaret',
  1455.             'WinAPI_HiDWord','WinAPI_HiWord','WinAPI_InflateRect',
  1456.             'WinAPI_InitMUILanguage','WinAPI_InProcess',
  1457.             'WinAPI_IntersectClipRect','WinAPI_IntersectRect',
  1458.             'WinAPI_IntToDWord','WinAPI_IntToFloat','WinAPI_InvalidateRect',
  1459.             'WinAPI_InvalidateRgn','WinAPI_InvertANDBitmap',
  1460.             'WinAPI_InvertColor','WinAPI_InvertRect','WinAPI_InvertRgn',
  1461.             'WinAPI_IOCTL','WinAPI_IsAlphaBitmap','WinAPI_IsBadCodePtr',
  1462.             'WinAPI_IsBadReadPtr','WinAPI_IsBadStringPtr',
  1463.             'WinAPI_IsBadWritePtr','WinAPI_IsChild','WinAPI_IsClassName',
  1464.             'WinAPI_IsDoorOpen','WinAPI_IsElevated','WinAPI_IsHungAppWindow',
  1465.             'WinAPI_IsIconic','WinAPI_IsInternetConnected',
  1466.             'WinAPI_IsLoadKBLayout','WinAPI_IsMemory',
  1467.             'WinAPI_IsNameInExpression','WinAPI_IsNetworkAlive',
  1468.             'WinAPI_IsPathShared','WinAPI_IsProcessInJob',
  1469.             'WinAPI_IsProcessorFeaturePresent','WinAPI_IsRectEmpty',
  1470.             'WinAPI_IsThemeActive',
  1471.             'WinAPI_IsThemeBackgroundPartiallyTransparent',
  1472.             'WinAPI_IsThemePartDefined','WinAPI_IsValidLocale',
  1473.             'WinAPI_IsWindow','WinAPI_IsWindowEnabled','WinAPI_IsWindowUnicode',
  1474.             'WinAPI_IsWindowVisible','WinAPI_IsWow64Process',
  1475.             'WinAPI_IsWritable','WinAPI_IsZoomed','WinAPI_Keybd_Event',
  1476.             'WinAPI_KillTimer','WinAPI_LineDDA','WinAPI_LineTo',
  1477.             'WinAPI_LoadBitmap','WinAPI_LoadCursor','WinAPI_LoadCursorFromFile',
  1478.             'WinAPI_LoadIcon','WinAPI_LoadIconMetric',
  1479.             'WinAPI_LoadIconWithScaleDown','WinAPI_LoadImage',
  1480.             'WinAPI_LoadIndirectString','WinAPI_LoadKeyboardLayout',
  1481.             'WinAPI_LoadLibrary','WinAPI_LoadLibraryEx','WinAPI_LoadMedia',
  1482.             'WinAPI_LoadResource','WinAPI_LoadShell32Icon','WinAPI_LoadString',
  1483.             'WinAPI_LoadStringEx','WinAPI_LoByte','WinAPI_LocalFree',
  1484.             'WinAPI_LockDevice','WinAPI_LockFile','WinAPI_LockResource',
  1485.             'WinAPI_LockWindowUpdate','WinAPI_LockWorkStation','WinAPI_LoDWord',
  1486.             'WinAPI_LongMid','WinAPI_LookupIconIdFromDirectoryEx',
  1487.             'WinAPI_LoWord','WinAPI_LPtoDP','WinAPI_MAKELANGID',
  1488.             'WinAPI_MAKELCID','WinAPI_MakeLong','WinAPI_MakeQWord',
  1489.             'WinAPI_MakeWord','WinAPI_MapViewOfFile','WinAPI_MapVirtualKey',
  1490.             'WinAPI_MaskBlt','WinAPI_MessageBeep','WinAPI_MessageBoxCheck',
  1491.             'WinAPI_MessageBoxIndirect','WinAPI_MirrorIcon',
  1492.             'WinAPI_ModifyWorldTransform','WinAPI_MonitorFromPoint',
  1493.             'WinAPI_MonitorFromRect','WinAPI_MonitorFromWindow',
  1494.             'WinAPI_Mouse_Event','WinAPI_MoveFileEx','WinAPI_MoveMemory',
  1495.             'WinAPI_MoveTo','WinAPI_MoveToEx','WinAPI_MoveWindow',
  1496.             'WinAPI_MsgBox','WinAPI_MulDiv','WinAPI_MultiByteToWideChar',
  1497.             'WinAPI_MultiByteToWideCharEx','WinAPI_NtStatusToDosError',
  1498.             'WinAPI_OemToChar','WinAPI_OffsetClipRgn','WinAPI_OffsetPoints',
  1499.             'WinAPI_OffsetRect','WinAPI_OffsetRgn','WinAPI_OffsetWindowOrg',
  1500.             'WinAPI_OpenDesktop','WinAPI_OpenFileById','WinAPI_OpenFileDlg',
  1501.             'WinAPI_OpenFileMapping','WinAPI_OpenIcon',
  1502.             'WinAPI_OpenInputDesktop','WinAPI_OpenJobObject','WinAPI_OpenMutex',
  1503.             'WinAPI_OpenProcess','WinAPI_OpenProcessToken',
  1504.             'WinAPI_OpenSemaphore','WinAPI_OpenThemeData',
  1505.             'WinAPI_OpenWindowStation','WinAPI_PageSetupDlg',
  1506.             'WinAPI_PaintDesktop','WinAPI_PaintRgn','WinAPI_ParseURL',
  1507.             'WinAPI_ParseUserName','WinAPI_PatBlt','WinAPI_PathAddBackslash',
  1508.             'WinAPI_PathAddExtension','WinAPI_PathAppend',
  1509.             'WinAPI_PathBuildRoot','WinAPI_PathCanonicalize',
  1510.             'WinAPI_PathCommonPrefix','WinAPI_PathCompactPath',
  1511.             'WinAPI_PathCompactPathEx','WinAPI_PathCreateFromUrl',
  1512.             'WinAPI_PathFindExtension','WinAPI_PathFindFileName',
  1513.             'WinAPI_PathFindNextComponent','WinAPI_PathFindOnPath',
  1514.             'WinAPI_PathGetArgs','WinAPI_PathGetCharType',
  1515.             'WinAPI_PathGetDriveNumber','WinAPI_PathIsContentType',
  1516.             'WinAPI_PathIsDirectory','WinAPI_PathIsDirectoryEmpty',
  1517.             'WinAPI_PathIsExe','WinAPI_PathIsFileSpec',
  1518.             'WinAPI_PathIsLFNFileSpec','WinAPI_PathIsRelative',
  1519.             'WinAPI_PathIsRoot','WinAPI_PathIsSameRoot',
  1520.             'WinAPI_PathIsSystemFolder','WinAPI_PathIsUNC',
  1521.             'WinAPI_PathIsUNCServer','WinAPI_PathIsUNCServerShare',
  1522.             'WinAPI_PathMakeSystemFolder','WinAPI_PathMatchSpec',
  1523.             'WinAPI_PathParseIconLocation','WinAPI_PathRelativePathTo',
  1524.             'WinAPI_PathRemoveArgs','WinAPI_PathRemoveBackslash',
  1525.             'WinAPI_PathRemoveExtension','WinAPI_PathRemoveFileSpec',
  1526.             'WinAPI_PathRenameExtension','WinAPI_PathSearchAndQualify',
  1527.             'WinAPI_PathSkipRoot','WinAPI_PathStripPath',
  1528.             'WinAPI_PathStripToRoot','WinAPI_PathToRegion',
  1529.             'WinAPI_PathUndecorate','WinAPI_PathUnExpandEnvStrings',
  1530.             'WinAPI_PathUnmakeSystemFolder','WinAPI_PathUnquoteSpaces',
  1531.             'WinAPI_PathYetAnotherMakeUniqueName','WinAPI_PickIconDlg',
  1532.             'WinAPI_PlayEnhMetaFile','WinAPI_PlaySound','WinAPI_PlgBlt',
  1533.             'WinAPI_PointFromRect','WinAPI_PolyBezier','WinAPI_PolyBezierTo',
  1534.             'WinAPI_PolyDraw','WinAPI_Polygon','WinAPI_PostMessage',
  1535.             'WinAPI_PrimaryLangId','WinAPI_PrintDlg','WinAPI_PrintDlgEx',
  1536.             'WinAPI_PrintWindow','WinAPI_ProgIDFromCLSID','WinAPI_PtInRect',
  1537.             'WinAPI_PtInRectEx','WinAPI_PtInRegion','WinAPI_PtVisible',
  1538.             'WinAPI_QueryDosDevice','WinAPI_QueryInformationJobObject',
  1539.             'WinAPI_QueryPerformanceCounter','WinAPI_QueryPerformanceFrequency',
  1540.             'WinAPI_RadialGradientFill','WinAPI_ReadDirectoryChanges',
  1541.             'WinAPI_ReadFile','WinAPI_ReadProcessMemory','WinAPI_Rectangle',
  1542.             'WinAPI_RectInRegion','WinAPI_RectIsEmpty','WinAPI_RectVisible',
  1543.             'WinAPI_RedrawWindow','WinAPI_RegCloseKey',
  1544.             'WinAPI_RegConnectRegistry','WinAPI_RegCopyTree',
  1545.             'WinAPI_RegCopyTreeEx','WinAPI_RegCreateKey',
  1546.             'WinAPI_RegDeleteEmptyKey','WinAPI_RegDeleteKey',
  1547.             'WinAPI_RegDeleteKeyValue','WinAPI_RegDeleteTree',
  1548.             'WinAPI_RegDeleteTreeEx','WinAPI_RegDeleteValue',
  1549.             'WinAPI_RegDisableReflectionKey','WinAPI_RegDuplicateHKey',
  1550.             'WinAPI_RegEnableReflectionKey','WinAPI_RegEnumKey',
  1551.             'WinAPI_RegEnumValue','WinAPI_RegFlushKey',
  1552.             'WinAPI_RegisterApplicationRestart','WinAPI_RegisterClass',
  1553.             'WinAPI_RegisterClassEx','WinAPI_RegisterHotKey',
  1554.             'WinAPI_RegisterPowerSettingNotification',
  1555.             'WinAPI_RegisterRawInputDevices','WinAPI_RegisterShellHookWindow',
  1556.             'WinAPI_RegisterWindowMessage','WinAPI_RegLoadMUIString',
  1557.             'WinAPI_RegNotifyChangeKeyValue','WinAPI_RegOpenKey',
  1558.             'WinAPI_RegQueryInfoKey','WinAPI_RegQueryLastWriteTime',
  1559.             'WinAPI_RegQueryMultipleValues','WinAPI_RegQueryReflectionKey',
  1560.             'WinAPI_RegQueryValue','WinAPI_RegRestoreKey','WinAPI_RegSaveKey',
  1561.             'WinAPI_RegSetValue','WinAPI_ReleaseCapture','WinAPI_ReleaseDC',
  1562.             'WinAPI_ReleaseMutex','WinAPI_ReleaseSemaphore',
  1563.             'WinAPI_ReleaseStream','WinAPI_RemoveClipboardFormatListener',
  1564.             'WinAPI_RemoveDirectory','WinAPI_RemoveFontMemResourceEx',
  1565.             'WinAPI_RemoveFontResourceEx','WinAPI_RemoveWindowSubclass',
  1566.             'WinAPI_ReOpenFile','WinAPI_ReplaceFile','WinAPI_ReplaceTextDlg',
  1567.             'WinAPI_ResetEvent','WinAPI_RestartDlg','WinAPI_RestoreDC',
  1568.             'WinAPI_RGB','WinAPI_RotatePoints','WinAPI_RoundRect',
  1569.             'WinAPI_SaveDC','WinAPI_SaveFileDlg','WinAPI_SaveHBITMAPToFile',
  1570.             'WinAPI_SaveHICONToFile','WinAPI_ScaleWindowExt',
  1571.             'WinAPI_ScreenToClient','WinAPI_SearchPath','WinAPI_SelectClipPath',
  1572.             'WinAPI_SelectClipRgn','WinAPI_SelectObject',
  1573.             'WinAPI_SendMessageTimeout','WinAPI_SetActiveWindow',
  1574.             'WinAPI_SetArcDirection','WinAPI_SetBitmapBits',
  1575.             'WinAPI_SetBitmapDimensionEx','WinAPI_SetBkColor',
  1576.             'WinAPI_SetBkMode','WinAPI_SetBoundsRect','WinAPI_SetBrushOrg',
  1577.             'WinAPI_SetCapture','WinAPI_SetCaretBlinkTime','WinAPI_SetCaretPos',
  1578.             'WinAPI_SetClassLongEx','WinAPI_SetColorAdjustment',
  1579.             'WinAPI_SetCompression','WinAPI_SetCurrentDirectory',
  1580.             'WinAPI_SetCurrentProcessExplicitAppUserModelID','WinAPI_SetCursor',
  1581.             'WinAPI_SetDCBrushColor','WinAPI_SetDCPenColor',
  1582.             'WinAPI_SetDefaultPrinter','WinAPI_SetDeviceGammaRamp',
  1583.             'WinAPI_SetDIBColorTable','WinAPI_SetDIBits',
  1584.             'WinAPI_SetDIBitsToDevice','WinAPI_SetDllDirectory',
  1585.             'WinAPI_SetEndOfFile','WinAPI_SetEnhMetaFileBits',
  1586.             'WinAPI_SetErrorMode','WinAPI_SetEvent','WinAPI_SetFileAttributes',
  1587.             'WinAPI_SetFileInformationByHandleEx','WinAPI_SetFilePointer',
  1588.             'WinAPI_SetFilePointerEx','WinAPI_SetFileShortName',
  1589.             'WinAPI_SetFileValidData','WinAPI_SetFocus','WinAPI_SetFont',
  1590.             'WinAPI_SetForegroundWindow','WinAPI_SetFRBuffer',
  1591.             'WinAPI_SetGraphicsMode','WinAPI_SetHandleInformation',
  1592.             'WinAPI_SetInformationJobObject','WinAPI_SetKeyboardLayout',
  1593.             'WinAPI_SetKeyboardState','WinAPI_SetLastError',
  1594.             'WinAPI_SetLayeredWindowAttributes','WinAPI_SetLocaleInfo',
  1595.             'WinAPI_SetMapMode','WinAPI_SetMessageExtraInfo','WinAPI_SetParent',
  1596.             'WinAPI_SetPixel','WinAPI_SetPolyFillMode',
  1597.             'WinAPI_SetPriorityClass','WinAPI_SetProcessAffinityMask',
  1598.             'WinAPI_SetProcessShutdownParameters',
  1599.             'WinAPI_SetProcessWindowStation','WinAPI_SetRectRgn',
  1600.             'WinAPI_SetROP2','WinAPI_SetSearchPathMode',
  1601.             'WinAPI_SetStretchBltMode','WinAPI_SetSysColors',
  1602.             'WinAPI_SetSystemCursor','WinAPI_SetTextAlign',
  1603.             'WinAPI_SetTextCharacterExtra','WinAPI_SetTextColor',
  1604.             'WinAPI_SetTextJustification','WinAPI_SetThemeAppProperties',
  1605.             'WinAPI_SetThreadDesktop','WinAPI_SetThreadErrorMode',
  1606.             'WinAPI_SetThreadExecutionState','WinAPI_SetThreadLocale',
  1607.             'WinAPI_SetThreadUILanguage','WinAPI_SetTimer',
  1608.             'WinAPI_SetUDFColorMode','WinAPI_SetUserGeoID',
  1609.             'WinAPI_SetUserObjectInformation','WinAPI_SetVolumeMountPoint',
  1610.             'WinAPI_SetWindowDisplayAffinity','WinAPI_SetWindowExt',
  1611.             'WinAPI_SetWindowLong','WinAPI_SetWindowOrg',
  1612.             'WinAPI_SetWindowPlacement','WinAPI_SetWindowPos',
  1613.             'WinAPI_SetWindowRgn','WinAPI_SetWindowsHookEx',
  1614.             'WinAPI_SetWindowSubclass','WinAPI_SetWindowText',
  1615.             'WinAPI_SetWindowTheme','WinAPI_SetWinEventHook',
  1616.             'WinAPI_SetWorldTransform','WinAPI_SfcIsFileProtected',
  1617.             'WinAPI_SfcIsKeyProtected','WinAPI_ShellAboutDlg',
  1618.             'WinAPI_ShellAddToRecentDocs','WinAPI_ShellChangeNotify',
  1619.             'WinAPI_ShellChangeNotifyDeregister',
  1620.             'WinAPI_ShellChangeNotifyRegister','WinAPI_ShellCreateDirectory',
  1621.             'WinAPI_ShellEmptyRecycleBin','WinAPI_ShellExecute',
  1622.             'WinAPI_ShellExecuteEx','WinAPI_ShellExtractAssociatedIcon',
  1623.             'WinAPI_ShellExtractIcon','WinAPI_ShellFileOperation',
  1624.             'WinAPI_ShellFlushSFCache','WinAPI_ShellGetFileInfo',
  1625.             'WinAPI_ShellGetIconOverlayIndex','WinAPI_ShellGetImageList',
  1626.             'WinAPI_ShellGetKnownFolderIDList','WinAPI_ShellGetKnownFolderPath',
  1627.             'WinAPI_ShellGetLocalizedName','WinAPI_ShellGetPathFromIDList',
  1628.             'WinAPI_ShellGetSetFolderCustomSettings','WinAPI_ShellGetSettings',
  1629.             'WinAPI_ShellGetSpecialFolderLocation',
  1630.             'WinAPI_ShellGetSpecialFolderPath','WinAPI_ShellGetStockIconInfo',
  1631.             'WinAPI_ShellILCreateFromPath','WinAPI_ShellNotifyIcon',
  1632.             'WinAPI_ShellNotifyIconGetRect','WinAPI_ShellObjectProperties',
  1633.             'WinAPI_ShellOpenFolderAndSelectItems','WinAPI_ShellOpenWithDlg',
  1634.             'WinAPI_ShellQueryRecycleBin',
  1635.             'WinAPI_ShellQueryUserNotificationState',
  1636.             'WinAPI_ShellRemoveLocalizedName','WinAPI_ShellRestricted',
  1637.             'WinAPI_ShellSetKnownFolderPath','WinAPI_ShellSetLocalizedName',
  1638.             'WinAPI_ShellSetSettings','WinAPI_ShellStartNetConnectionDlg',
  1639.             'WinAPI_ShellUpdateImage','WinAPI_ShellUserAuthenticationDlg',
  1640.             'WinAPI_ShellUserAuthenticationDlgEx','WinAPI_ShortToWord',
  1641.             'WinAPI_ShowCaret','WinAPI_ShowCursor','WinAPI_ShowError',
  1642.             'WinAPI_ShowLastError','WinAPI_ShowMsg','WinAPI_ShowOwnedPopups',
  1643.             'WinAPI_ShowWindow','WinAPI_ShutdownBlockReasonCreate',
  1644.             'WinAPI_ShutdownBlockReasonDestroy',
  1645.             'WinAPI_ShutdownBlockReasonQuery','WinAPI_SizeOfResource',
  1646.             'WinAPI_StretchBlt','WinAPI_StretchDIBits',
  1647.             'WinAPI_StrFormatByteSize','WinAPI_StrFormatByteSizeEx',
  1648.             'WinAPI_StrFormatKBSize','WinAPI_StrFromTimeInterval',
  1649.             'WinAPI_StringFromGUID','WinAPI_StringLenA','WinAPI_StringLenW',
  1650.             'WinAPI_StrLen','WinAPI_StrokeAndFillPath','WinAPI_StrokePath',
  1651.             'WinAPI_StructToArray','WinAPI_SubLangId','WinAPI_SubtractRect',
  1652.             'WinAPI_SwapDWord','WinAPI_SwapQWord','WinAPI_SwapWord',
  1653.             'WinAPI_SwitchColor','WinAPI_SwitchDesktop',
  1654.             'WinAPI_SwitchToThisWindow','WinAPI_SystemParametersInfo',
  1655.             'WinAPI_TabbedTextOut','WinAPI_TerminateJobObject',
  1656.             'WinAPI_TerminateProcess','WinAPI_TextOut','WinAPI_TileWindows',
  1657.             'WinAPI_TrackMouseEvent','WinAPI_TransparentBlt',
  1658.             'WinAPI_TwipsPerPixelX','WinAPI_TwipsPerPixelY',
  1659.             'WinAPI_UnhookWindowsHookEx','WinAPI_UnhookWinEvent',
  1660.             'WinAPI_UnionRect','WinAPI_UnionStruct','WinAPI_UniqueHardwareID',
  1661.             'WinAPI_UnloadKeyboardLayout','WinAPI_UnlockFile',
  1662.             'WinAPI_UnmapViewOfFile','WinAPI_UnregisterApplicationRestart',
  1663.             'WinAPI_UnregisterClass','WinAPI_UnregisterHotKey',
  1664.             'WinAPI_UnregisterPowerSettingNotification',
  1665.             'WinAPI_UpdateLayeredWindow','WinAPI_UpdateLayeredWindowEx',
  1666.             'WinAPI_UpdateLayeredWindowIndirect','WinAPI_UpdateResource',
  1667.             'WinAPI_UpdateWindow','WinAPI_UrlApplyScheme',
  1668.             'WinAPI_UrlCanonicalize','WinAPI_UrlCombine','WinAPI_UrlCompare',
  1669.             'WinAPI_UrlCreateFromPath','WinAPI_UrlFixup','WinAPI_UrlGetPart',
  1670.             'WinAPI_UrlHash','WinAPI_UrlIs','WinAPI_UserHandleGrantAccess',
  1671.             'WinAPI_ValidateRect','WinAPI_ValidateRgn','WinAPI_VerQueryRoot',
  1672.             'WinAPI_VerQueryValue','WinAPI_VerQueryValueEx',
  1673.             'WinAPI_WaitForInputIdle','WinAPI_WaitForMultipleObjects',
  1674.             'WinAPI_WaitForSingleObject','WinAPI_WideCharToMultiByte',
  1675.             'WinAPI_WidenPath','WinAPI_WindowFromDC','WinAPI_WindowFromPoint',
  1676.             'WinAPI_WordToShort','WinAPI_Wow64EnableWow64FsRedirection',
  1677.             'WinAPI_WriteConsole','WinAPI_WriteFile',
  1678.             'WinAPI_WriteProcessMemory','WinAPI_ZeroMemory',
  1679.             'WinNet_AddConnection','WinNet_AddConnection2',
  1680.             'WinNet_AddConnection3','WinNet_CancelConnection',
  1681.             'WinNet_CancelConnection2','WinNet_CloseEnum',
  1682.             'WinNet_ConnectionDialog','WinNet_ConnectionDialog1',
  1683.             'WinNet_DisconnectDialog','WinNet_DisconnectDialog1',
  1684.             'WinNet_EnumResource','WinNet_GetConnection',
  1685.             'WinNet_GetConnectionPerformance','WinNet_GetLastError',
  1686.             'WinNet_GetNetworkInformation','WinNet_GetProviderName',
  1687.             'WinNet_GetResourceInformation','WinNet_GetResourceParent',
  1688.             'WinNet_GetUniversalName','WinNet_GetUser','WinNet_OpenEnum',
  1689.             'WinNet_RestoreConnection','WinNet_UseConnection','Word_Create',
  1690.             'Word_DocAdd','Word_DocAttach','Word_DocClose','Word_DocExport',
  1691.             'Word_DocFind','Word_DocFindReplace','Word_DocGet',
  1692.             'Word_DocLinkAdd','Word_DocLinkGet','Word_DocOpen',
  1693.             'Word_DocPictureAdd','Word_DocPrint','Word_DocRangeSet',
  1694.             'Word_DocSave','Word_DocSaveAs','Word_DocTableRead',
  1695.             'Word_DocTableWrite','Word_Quit'
  1696.             ),
  1697.         5 => array(
  1698.             'ce','comments-end','comments-start','cs'
  1699.             ),
  1700.         6 => array(
  1701.             'Au3Stripper_Ignore_Funcs','Au3Stripper_Ignore_Variables',
  1702.             'Au3Stripper_Off','Au3Stripper_On','Au3Stripper_Parameters',
  1703.             'AutoIt3Wrapper_Add_Constants','AutoIt3Wrapper_Au3Check_Parameters',
  1704.             'AutoIt3Wrapper_Au3Check_Stop_OnWarning','AutoIt3Wrapper_Aut2Exe',
  1705.             'AutoIt3Wrapper_AutoIt3','AutoIt3Wrapper_AutoIt3Dir',
  1706.             'AutoIt3Wrapper_Change2CUI','AutoIt3Wrapper_Compile_Both',
  1707.             'AutoIt3Wrapper_Compression','AutoIt3Wrapper_EndIf',
  1708.             'AutoIt3Wrapper_Icon','AutoIt3Wrapper_If_Compile',
  1709.             'AutoIt3Wrapper_If_Run','AutoIt3Wrapper_Jump_To_First_Error',
  1710.             'AutoIt3Wrapper_OutFile','AutoIt3Wrapper_OutFile_Type',
  1711.             'AutoIt3Wrapper_OutFile_X64','AutoIt3Wrapper_PlugIn_Funcs',
  1712.             'AutoIt3Wrapper_Res_Comment','Autoit3Wrapper_Res_Compatibility',
  1713.             'AutoIt3Wrapper_Res_Description','AutoIt3Wrapper_Res_Field',
  1714.             'AutoIt3Wrapper_Res_File_Add','AutoIt3Wrapper_Res_FileVersion',
  1715.             'AutoIt3Wrapper_Res_FileVersion_AutoIncrement',
  1716.             'AutoIt3Wrapper_Res_Icon_Add','AutoIt3Wrapper_Res_Language',
  1717.             'AutoIt3Wrapper_Res_LegalCopyright',
  1718.             'AutoIt3Wrapper_Res_ProductVersion',
  1719.             'AutoIt3Wrapper_Res_requestedExecutionLevel',
  1720.             'AutoIt3Wrapper_Res_SaveSource','AutoIt3Wrapper_Run_After',
  1721.             'AutoIt3Wrapper_Run_Au3Check','AutoIt3Wrapper_Run_Au3Stripper',
  1722.             'AutoIt3Wrapper_Run_Before','AutoIt3Wrapper_Run_Debug_Mode',
  1723.             'AutoIt3Wrapper_Run_SciTE_Minimized',
  1724.             'AutoIt3Wrapper_Run_SciTE_OutputPane_Minimized',
  1725.             'AutoIt3Wrapper_Run_Tidy','AutoIt3Wrapper_Testing',
  1726.             'AutoIt3Wrapper_Tidy_Stop_OnError','AutoIt3Wrapper_UPX_Parameters',
  1727.             'AutoIt3Wrapper_UseUPX','AutoIt3Wrapper_UseX64',
  1728.             'AutoIt3Wrapper_Version','AutoIt3Wrapper_Versioning',
  1729.             'AutoIt3Wrapper_Versioning_Parameters','Tidy_Off','Tidy_On',
  1730.             'Tidy_Parameters','EndRegion','Region'
  1731.             ),
  1732.         7 => array(
  1733.             'APPSKEY','BACKSPACE','BROWSER_BACK','BROWSER_FAVORITES',
  1734.             'BROWSER_FORWARD','BROWSER_HOME','BROWSER_REFRESH','BROWSER_SEARCH',
  1735.             'BROWSER_STOP','BS','CAPSLOCK','DEL','DELETE','DOWN','END','ENTER',
  1736.             'ESC','ESCAPE','F1','F10','F11','F12','F2','F3','F4','F5','F6','F7',
  1737.             'F8','F9','HOME','INS','INSERT','LAUNCH_APP1','LAUNCH_APP2',
  1738.             'LAUNCH_MAIL','LAUNCH_MEDIA','LEFT','MEDIA_NEXT','MEDIA_PLAY_PAUSE',
  1739.             'MEDIA_PREV','MEDIA_STOP','NUMLOCK','NUMPAD0','NUMPAD1','NUMPAD2',
  1740.             'NUMPAD3','NUMPAD4','NUMPAD5','NUMPAD6','NUMPAD7','NUMPAD8',
  1741.             'NUMPAD9','NUMPADADD','NUMPADDIV','NUMPADDOT','NUMPADENTER',
  1742.             'NUMPADMULT','NUMPADSUB','PAUSE','PGDN','PGUP','PRINTSCREEN',
  1743.             'RIGHT','SCROLLLOCK','SLEEP','SPACE','TAB','UP','VOLUME_DOWN',
  1744.             'VOLUME_MUTE','VOLUME_UP'
  1745.             ),
  1746.         8 => array(
  1747.             'include','include-once','NoTrayIcon','OnAutoItStartRegister',
  1748.             'RequireAdmin'
  1749.             ),
  1750.         9 => array(
  1751.             'pragma'
  1752.             ),
  1753.         10 => array(
  1754.             'forcedef','forceref','ignorefunc'
  1755.             ),
  1756.         ),
  1757.     'SYMBOLS' => array(
  1758.         0 => array( '(',')','[',']',
  1759.             '+','-','*','/','&','^',':','?',
  1760.             '=', '==', '+=','-=','*=','/=','&=',
  1761.             '<','<=','>','>=',
  1762.             ',','.'
  1763.             ),
  1764.         1 => array('_' // Undersore for continuation of strings.
  1765.             ),
  1766.         ),
  1767.     'CASE_SENSITIVE' => array(
  1768.         GESHI_COMMENTS => false,
  1769.         1 => false,
  1770.         2 => false,
  1771.         3 => false,
  1772.         4 => false,
  1773.         5 => false,
  1774.         6 => false,
  1775.         7 => false
  1776.         ),
  1777.     'STYLES' => array(
  1778.         'KEYWORDS' => array(
  1779.             1 => 'color: #0000FF;', // Keywords
  1780.             2 => 'color: #808000;', // Macros
  1781.             3 => 'color: #000090;', // Native Functions
  1782.             4 => 'color: #0080FF;', // UDF Functions
  1783.             5 => 'color: #808000;', // Comments
  1784.             6 => 'color: #DC143C;', // Directives
  1785.             7 => 'color: #5A5A5A;', // Keylist
  1786.             8 => 'color: #808000;', // PreProcessor
  1787.             9 => 'color: #DC143C;', // Pragma
  1788.             10 => 'color: #DC143C;' // Au3Check
  1789.             ),
  1790.         'COMMENTS' => array(
  1791.             1 => 'color: #008000; font-style: italic;',
  1792.             2 => 'color: #008000; font-style: italic;',
  1793.             'MULTI' => 'color: #008000; font-style: italic;',
  1794.             0 => 'color: #008000; font-style: italic;',
  1795.             1 => 'color: #008000; font-style: italic;',
  1796.             'REGEXP' => 'color: #008000; font-style: italic;',
  1797.             0 => 'color: #FF0000; font-style: italic',
  1798.             ),
  1799.         'ESCAPE_CHAR' => array(
  1800.             0 => ''
  1801.             ),
  1802.         'BRACKETS' => array(
  1803.             0 => 'color: #FF8000;'
  1804.             ),
  1805.         'STRINGS' => array(
  1806.             0 => 'color: #FF0000;'
  1807.             ),
  1808.         'NUMBERS' => array(
  1809.             0 => 'color: #0000FF;'
  1810.             ),
  1811.         'METHODS' => array(
  1812.             1 => 'color: #FF0000;'
  1813.             ),
  1814.         'SYMBOLS' => array(
  1815.             0 => 'color: #FF8000;',
  1816.             1 => 'color: #000000;'
  1817.             ),
  1818.         'REGEXPS' => array(
  1819.             0 => 'color: #5A5A5A;', // Variables
  1820.             1 => 'color: #5A5A5A;' // Keylist
  1821.             ),
  1822.         'SCRIPT' => array(
  1823.             )
  1824.         ),
  1825.     'URLS' => array(
  1826.         1 => 'http://www.autoitscript.com/autoit3/docs/keywords.htm', // Keywords
  1827.         2 => 'http://www.autoitscript.com/autoit3/docs/macros.htm#{FNAME}', // Macros
  1828.         3 => 'http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm', // Native Functions
  1829.         4 => 'http://www.autoitscript.com/autoit3/docs/libfunctions/_{FNAME}.htm', // UDF Functions
  1830.         5 => 'http://www.autoitscript.com/autoit3/docs/keywords/comments-start.htm', // Comments
  1831.         6 => 'http://www.autoitscript.com/autoit3/scite/docs/AutoIt3Wrapper.html', // Directives
  1832.         7 => 'http://www.autoitscript.com/autoit3/docs/appendix/SendKeys.htm#KeysList', // Keylist
  1833.         8 => 'http://www.autoitscript.com/autoit3/docs/keywords/{FNAME}.htm', // PreProcessor
  1834.         9 => 'http://www.autoitscript.com/autoit3/docs/keywords/{FNAME}.htm', // Pragma
  1835.         10 => 'http://www.autoitscript.com/autoit3/docs/intro/au3check.htm' // Au3Check
  1836.         ),
  1837.     'NUMBERS' =>
  1838.         GESHI_NUMBER_INT_BASIC | GESHI_NUMBER_INT_CSTYLE | GESHI_NUMBER_BIN_PREFIX_0B |
  1839.         GESHI_NUMBER_OCT_PREFIX | GESHI_NUMBER_HEX_PREFIX | GESHI_NUMBER_FLT_NONSCI |
  1840.         GESHI_NUMBER_FLT_NONSCI_F | GESHI_NUMBER_FLT_SCI_SHORT | GESHI_NUMBER_FLT_SCI_ZERO,
  1841.     'OOLANG' => true,
  1842.     'OBJECT_SPLITTERS' => array(
  1843.         1 => '.'
  1844.         ),
  1845.     'REGEXPS' => array(
  1846.         0 => '\$[a-zA-Z0-9_]*', // Variables
  1847.         1 => '\\{[a-zA-Z0-9_]+\\}' // Keylist
  1848.         ),
  1849.     'STRICT_MODE_APPLIES' => GESHI_MAYBE,
  1850.     'SCRIPT_DELIMITERS' => array(
  1851.         ),
  1852.     'HIGHLIGHT_STRICT_BLOCK' => array(
  1853.         0 => true,
  1854.         1 => true,
  1855.         2 => true,
  1856.         3 => true
  1857.         ),
  1858.     'PARSER_CONTROL' => array(
  1859.         'KEYWORDS' => array(
  1860.             4 => array(
  1861.                 'DISALLOWED_BEFORE' => '(?<!\w)\_'
  1862.             ),
  1863.             5 => array(
  1864.                 'DISALLOWED_BEFORE' => '(?<!\w)\#'
  1865.             ),
  1866.             6 => array(
  1867.                 'DISALLOWED_BEFORE' => '(?<!\w)\#',
  1868.                 'DISALLOWED_AFTER' => '(?<!=)[^\r\n]*'
  1869.             ),
  1870.             8 => array(
  1871.                 'DISALLOWED_BEFORE' => '(?<!\w)\#',
  1872.                 'DISALLOWED_AFTER' => '(?<!=)[^\r\n]*'
  1873.             ),
  1874.             9 => array(
  1875.                 'DISALLOWED_BEFORE' => '(?<!\w)\#',
  1876.                 'DISALLOWED_AFTER' => '(?<!=)[^\r\n]*'
  1877.             ),
  1878.             10 => array(
  1879.                 'DISALLOWED_BEFORE' => '(?<!\w)\#',
  1880.                 'DISALLOWED_AFTER' => '(?<!=)[^\r\n]*'
  1881.             )
  1882.         )
  1883.     )
  1884. );
  1885.  
  1886. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement