Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; au3.coder для AutoIt3 (интерпретируемый язык программирования с псевдокомпиляцией)
- ; Автор AZJIO (используя наработки оригинала из AkelPad в основном в Folds:, остальное изменено)
- ; Собственные регулярные выражения, особенно оптимизация поиска функций.
- ; Собственный экспорт списка функций автозавершения (3741 шт) собственным форматирующим скриптом из файла "AutoIt\SciTe\api\au3.api" дистрибутива AutoIt3.
- ;-----------------------------------------------;
- ; Синтаксический файл Coder плагина ;
- ;-----------------------------------------------;
- ;Цвета
- ; Цвета должны быть представлены в формате #RRGGBB.
- ; Если цвет равен нулю, то цвет игнорируется.
- ;
- ;Стили шрифта
- ; 0 игнорировать.
- ; 1 обычный.
- ; 2 жирный.
- ; 3 курсив.
- ; 4 жирный курсив.
- ;
- ;Для комфортного просмотра/редактирования файла установите размер табуляции 8.
- Files:
- ;===========
- ;Типы файлов
- ;===========
- *.au3
- ;----------------------------------------------;
- ; HighLight - Подсветка ;
- ;----------------------------------------------;
- ;Флаги (сумма членов)
- ; 1 учитывать регистр.
- ; 2 словом является любая комбинация указанных символов (только для секции "Words:"). Пример: "0123456789" - подсвечивать числа.
- ; 4 нахождение конца диапазона обязательно (только для секции "Quotes:").
- ; 8 параметр начала диапазона игнорируется и последний встретившийся разделитель используется как начало диапазона (только для секции "Quotes:").
- ; 16 параметр конца диапазона игнорируется и первый встретившийся разделитель используется как конец диапазона (только для секции "Quotes:").
- ; 32 не подсвечивать начало диапазона (только для секции "Quotes:").
- ; 64 не подсвечивать конец диапазона (только для секции "Quotes:").
- ; 128 не захватывать и не подсвечивать начало диапазона (только для секции "Quotes:").
- ; 256 не захватывать и не подсвечивать конец диапазона (только для секции "Quotes:").
- ; 512 начало диапазона, разделителя или слова находится в начале строки.
- ; 1024 конец диапазона, разделителя или слова находится в конце строки.
- ; 2048 начало диапазона находится между разделителями (только для секции "Quotes:").
- ; 4096 конец диапазона находится между разделителями (только для секции "Quotes:").
- ; 8192 диапазон не содержит разделителей (только для секции "Quotes:").
- ; 16384 захватывать только начало диапазона (только для секции "Quotes:").
- ; 32768 диапазон не содержит каких-либо символов (только для секции "Quotes:").
- Font:
- ;=================================================================
- ;FontStyle FontSize FaceName
- ;=================================================================
- ${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName}
- Colors:
- ;====================================================================================
- ;BasicTextColor BasicBkColor SelTextColor SelBkColor LineTextColor LineBkColor LineBorderColor AltTextColor AltBkColor AltBorderColor ColumnColor MarkerColor CaretColor UrlColor ActiveUrlColor VisitUrlColor
- ;====================================================================================
- ${HighLight_BasicTextColor} ${HighLight_BasicBkColor} ${HighLight_SelTextColor} ${HighLight_SelBkColor} ${HighLight_LineTextColor} ${HighLight_LineBkColor} ${HighLight_LineBorderColor} ${HighLight_AltTextColor} ${HighLight_AltBkColor} ${HighLight_AltBorderColor} ${HighLight_ColumnColor} ${HighLight_MarkerColor} ${HighLight_CaretColor} ${HighLight_UrlColor} ${HighLight_ActiveUrlColor} ${HighLight_VisitUrlColor}
- BkImage:
- ;==================================================
- ;BkImageFile BkImageAlpha
- ;==================================================
- ${HighLight_BkImageFile} ${HighLight_BkImageAlpha}
- AutoMark:
- ;=====================================
- ;AutoMarkFlags AutoMarkFontStyle AutoMarkTextColor AutoMarkBkColor
- ;=====================================
- ${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor}
- Quotes:
- ;=====================================
- ;Flags Font Color Color Quote Quote Escape Quote Quote Parent Rule
- ; style text bkgrnd start end char include exclude ID ID
- ;=====================================
- ;5=1+4 Для кавычки включено обязательное пристуствие закрывающего тега
- 5 0 ${STR} 0 `"` `"` "" "" "" 0 0
- ;5=1+4
- 5 0 ${STR} 0 "'" "'" "" "" "" 0 0
- ;1=1
- 1 0 ${COMM} 0 ";" "" "" "" "" 0 0
- QuotesRE:
- ;=============================================
- ;Flags Pattern \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=... ParentID RuleID
- ;=============================================
- ; Переменные, объекты
- ;1 "(\.\w{4,})" "\1=(0,#D9DD22,0) "
- 1 "(\$\w++)(\.\w++)+" "\1=(0,${VAR},0) \2=(0,#D9DD22,0)"
- ; Переменные
- 1 "(\$\w++)" "\1=(0,${VAR},0) "
- ; Макро
- 1 "(@\w++)" "\1=(0,#FF66FF,0) "
- ; Шестнадцатеричные числа
- 1 "(0x[\dA-Fa-f]++)" "\1=(0,#FF46FF,0) "
- ; Директивы автовраппера и обфускатора
- 1 "(#(?:AutoIt3Wrapper|Obfuscator)_\w++)([^\r\n]+)" "\1=(0,#0080C0,0) \2=(0,${STR},0)"
- 1 "(#pragma compile)" "\1=(0,#D997DE,0)"
- ; Операторы, но с удалением Delimiters не работает окраска функций
- ;1 "([\&\(\)\*\/\\\:\+\<\=\>\,\.\?\[\]\^\-]+)" "\1=(0,${DEL1},0) "
- ; Функции UDF с проверкой открывающей скобки
- 1 "\b(_\w++)(?=\s*\()" "\1=(0,#7D8AE6,0) "
- ; Функции собсвенные с проверкой открывающей скобки, но захватывает и AutoIt3-функции поэтому убрал поимённый список функций AutoIt3
- 1 "\b([a-zA-Z]\w*)(?=\s*\()" "\1=(0,#AAA6DB,0) "
- ;1 "(\h_\v)" "\1=(0,${DEL1},0) "
- Delimiters:
- ;===================================================
- ;Флаги Стиль Цвет Цвет Символ(ы) №родителя
- ; шрифта текста фона
- ;===================================================
- 1 0 0 0 " "
- 1 0 0 0 " "
- 1 0 ${DEL1} 0 (
- ;1 0 ${DEL1} 0 _
- 1 0 ${DEL1} 0 )
- ; 1 0 ${DEL1} 0 $
- ; 1 0 ${DEL1} 0 @
- 1 0 ${DEL2} 0 &
- 1 0 ${DEL2} 0 [
- 1 0 ${DEL2} 0 ]
- 1 0 ${DEL2} 0 ^
- 1 0 ${DEL2} 0 :
- 1 0 ${DEL2} 0 ?
- 1 0 ${DEL2} 0 =
- 1 0 ${DEL2} 0 .
- 1 0 ${DEL2} 0 ,
- 1 0 ${DEL2} 0 ;
- 1 0 ${DEL2} 0 *
- 1 0 ${DEL2} 0 /
- 1 0 ${DEL2} 0 -
- 1 0 ${DEL2} 0 +
- 1 0 ${DEL2} 0 >
- 1 0 ${DEL2} 0 <
- 1 0 ${DEL2} 0 "'"
- 1 0 ${DEL2} 0 '"'
- Words:
- ;===============================================
- ;Флаги Стиль Цвет Цвет Слова №родителя
- ; шрифта текста фона
- ;===============================================
- 0 0 #D997DE 0 #include-once
- 0 0 #D997DE 0 #include
- 0 0 #D997DE 0 #NoAutoIt3Execute
- 0 0 #D997DE 0 #NoTrayIcon
- 0 0 #D997DE 0 #OnAutoItStartRegister
- 0 0 #D997DE 0 #RequireAdmin
- ;-- Ключевые слова --
- 2 0 #FF46FF 0 0123456789
- 0 0 ${IF} 0 Func
- 0 0 ${IF} 0 EndFunc
- 0 0 ${IF} 0 AND
- 0 0 ${IF} 0 OR
- 0 0 ${IF} 0 NOT
- 0 0 ${IF} 0 Dim
- 0 0 ${IF} 0 ReDim
- 0 0 ${IF} 0 Local
- 0 0 ${IF} 0 Global
- 0 0 ${IF} 0 Static
- 0 0 ${IF} 0 Enum
- 0 0 ${IF} 0 Const
- 0 0 ${IF} 0 False
- 0 0 ${IF} 0 True
- 0 0 ${IF} 0 ByRef
- 0 0 ${IF} 0 If
- 0 0 ${IF} 0 Then
- 0 0 ${IF} 0 ElseIf
- 0 0 ${IF} 0 Else
- 0 0 ${IF} 0 EndIf
- 0 0 ${IF} 0 Case
- 0 0 ${IF} 0 Select
- 0 0 ${IF} 0 EndSelect
- 0 0 ${IF} 0 Switch
- 0 0 ${IF} 0 EndSwitch
- 0 0 ${IF} 0 For
- 0 0 ${IF} 0 To
- 0 0 ${IF} 0 Step
- 0 0 ${IF} 0 Next
- 0 0 ${IF} 0 While
- 0 0 ${IF} 0 WEnd
- 0 0 ${IF} 0 Do
- 0 0 ${IF} 0 Until
- 0 0 ${IF} 0 For
- 0 0 ${IF} 0 In
- 0 0 ${IF} 0 With
- 0 0 ${IF} 0 EndWith
- 0 0 ${IF} 0 Return
- 0 0 ${IF} 0 Exit
- 0 0 ${IF} 0 ContinueCase
- 0 0 ${IF} 0 ContinueLoop
- 0 0 ${IF} 0 ExitLoop
- 0 0 ${IF} 0 Default
- ;----------------------------------------------;
- ; CodeFold - Свёртка ;
- ;----------------------------------------------;
- ;Флаги (сумма членов)
- ; 1 учитывать регистр.
- ; 2 форсировать получение имени для списка слева от начала блока (только для секции "Folds:").
- ; 4 форсировать получение имени для списка справа от начала блока, включая начало блока (только для секции "Folds:").
- ; 8 начало блока (секция "Folds:") или начало пропуска (секция "Skips:") находится в начале строки.
- ; 16 начало блока (секция "Folds:") или начало пропуска (секция "Skips:") находится в конце строки.
- ; 32 конец блока (секция "Folds:") или конец пропуска (секция "Skips:") находится в начале строки.
- ; 64 конец блока (секция "Folds:") или конец пропуска (секция "Skips:") находится в конце строки.
- ; 128 не захватывать конец блока (секция "Folds:") или конец пропуска (секция "Skips:").
- ; 256 добавочный для 128 флаг - больший приоритет отдается блокам находящимся на одном уровне вместо родительского (только для секции "Folds:").
- ; 512 блок с комментариями - все вложенные блоки игнорируются (только для секции "Folds:").
- ; 1024 зарезервирован.
- ; 2048 блок запрещен - найденный блок будет проигнорирован (только для секции "Folds:").
- ; 4096 xml блок - "<tag" и "</tag>", "<single" и "/>", "<single" и ">" (только для секции "Folds:").
- ; 8192 не проверять разделители слева от начала блока (только для секции "Folds:").
- ; 16384 не проверять разделители справа от начала блока (только для секции "Folds:").
- ; 32768 не проверять разделители слева от конца блока (только для секции "Folds:").
- ; 65536 не проверять разделители справа от конца блока (только для секции "Folds:").
- ; 131072 разделители запрещены (только для секции "Folds:").
- ; 262144 не отображать блок в списке (только для секции "Folds:").
- ; 1048576 регулярное выражение в начале блока (секция "Folds:") или начале пропуска (секция "Skips:").
- ; 2097152 регулярное выражение в конце блока (секция "Folds:") или конце пропуска (секция "Skips:").
- FoldPanel:
- ;=============================
- ;PanelFirstBkColor PanelSecondBkColor PanelNormalFoldColor PanelActiveFoldColor PanelNormalNodeOpenBkColor PanelNormalNodeCloseBkColor PanelActiveNodeOpenBkColor PanelActiveNodeCloseBkColor PanelNormalNodeOpenSignColor PanelNormalNodeCloseSignColor PanelActiveNodeOpenSignColor PanelActiveNodeCloseSignColor
- ;=============================
- ${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor}
- FoldList:
- ;================================================
- ;ListTextColor ListBkColor
- ;================================================
- ${CodeFold_ListTextColor} ${CodeFold_ListBkColor}
- TagMark:
- ;=============================
- ;TagMarkFlags TagMarkFontStyle TagMarkTextColor TagMarkBkColor
- ;=============================
- ${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor}
- Skips:
- ;=============================
- ;Flags Skip Skip Escape
- ; start end char
- ;=============================
- 1 `"` `"` ""
- 1 "'" "'" ""
- 1 ";" "" ""
- Folds:
- ;=====================================================
- ;Flags Font Color Color Fold Fold Deli Parent Rule Rule
- ; style text bkgrnd start end miters ID ID file
- ;=====================================================
- ;513=1+512
- 513 3 ${COMM} 0 "#comments-start" "#comments-end" " " 0 0
- ;513=1+512
- 513 3 ${COMM} 0 "#cs" "#ce" " " 0 0
- ;40=8+32
- 40 0 0 0 "Func" "EndFunc" " " 0 0
- ; 1048576 0 0 0 "(?<=Func[ \t])\w+" "EndFunc" " " 0 0
- ;40=8+32
- 40 0 0 0 "While" "WEnd" " " 0 0
- ;40=8+32
- 40 0 0 0 "For" "Next" " " 0 0
- ;40=8+32
- 40 0 0 0 "Do" "Until" " " 0 0
- ;40=8+32
- 40 0 0 0 "With" "EndWith" " " 0 0
- ;--Switch...Case...EndSwitch--, --Select...Case...EndSelect--
- ;40=8+32
- 40 0 0 0 "Switch" "EndSwitch" " " 0 0
- ;40=8+32
- 40 0 0 0 "Select" "EndSelect" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "Case" "Case" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "Case" "EndSwitch" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "Case" "EndSelect" " " 0 0
- ;--If...Else...EndIf--
- ;2120=8+64+2048
- 2120 0 0 0 "If" "Then" " " 0 0
- ;8=8
- 8 0 0 0 "If" "Then" " " 0 0
- ;40=8+32
- 40 0 0 0 "If" "EndIf" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "If" "ElseIf" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "If" "Else" " " 0 0
- ;40=8+32
- 40 0 0 0 "ElseIf" "EndIf" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "ElseIf" "ElseIf" " " 0 0
- ;424=8+32+128+256
- 424 0 0 0 "ElseIf" "Else" " " 0 0
- ;40=8+32
- 40 0 0 0 "Else" "EndIf" " " 0 0
- ;----------------------------------------------;
- ; AutoComplete - Автозавершение ;
- ;----------------------------------------------;
- ;Флаги (сумма членов)
- ; 1 форсировать учёт регистра.
- ; 2 форсировать без учёта регистра.
- ; 4 регулярное выражение (только для "$="). Сканирование начинается с первого символа строки каретки, а метасимвол \a или \z указывает позицию каретки.
- ; 8 не отображать в списке.
- CompleteList:
- ;=============================
- ;ListFontStyle ListFontSize ListFaceName ListLineGap ListBlockIcon `"C:\1.dll", 0` ListBlockIconMargins "left;right" ListHlBaseIcon `"C:\1.dll", 0` ListHlBaseIconMargins "left;right" ListDocWordIcon `"C:\1.dll", 0` ListDocWordIconMargins "left;right" ListBasicTextColor ListBasicBkColor ListSelTextColor ListSelBkColor
- ;=============================
- ${AutoComplete_ListFontStyle} ${AutoComplete_ListFontSize} ${AutoComplete_ListFaceName} ${AutoComplete_ListLineGap} ${AutoComplete_ListBlockIcon} ${AutoComplete_ListBlockIconMargins} ${AutoComplete_ListHlBaseIcon} ${AutoComplete_ListHlBaseIconMargins} ${AutoComplete_ListDocWordIcon} ${AutoComplete_ListDocWordIconMargins} ${AutoComplete_ListBasicTextColor} ${AutoComplete_ListBasicBkColor} ${AutoComplete_ListSelTextColor} ${AutoComplete_ListSelBkColor}
- Blocks:
- ;=============================================================================
- ;Аббревиатуры и содержимое аббревиатур
- ;
- ; $~аббр обычная аббревиатура.
- ; $(флаги)~аббр обычная аббревиатура с флагами.
- ; $=аббр точная аббревиатура. Может содержать разделители.
- ; $(флаги)=аббр точная аббревиатура с флагами. Может содержать разделители.
- ; $[] установить каретку на эту позицию. Может быть несколько позиций (горячий переход).
- ; $[текст] выделить текст. Может быть несколько выделений (горячий переход).
- ; $$ символ $.
- ; $\] экранированный символ ]. Например: $[Один [1$\] ].
- ; ${VAR} переменная, назначенная из Coder::Settings.
- ; $; закомментированная строка.
- ;=============================================================================
- $;=== МАКРО ===
- $(2)~@AppDataCommonDir
- @AppDataCommonDir
- $(2)~@AppDataDir
- @AppDataDir
- $(2)~@AutoItExe
- @AutoItExe
- $(2)~@AutoItPID
- @AutoItPID
- $(2)~@AutoItVersion
- @AutoItVersion
- $(2)~@AutoItX64
- @AutoItX64
- $(2)~@COM_EventObj
- @COM_EventObj
- $(2)~@CommonFilesDir
- @CommonFilesDir
- $(2)~@Compiled
- @Compiled
- $(2)~@ComputerName
- @ComputerName
- $(2)~@ComSpec
- @ComSpec
- $(2)~@CPUArch
- @CPUArch
- $=@CRLF
- @CRLF
- $(2)~@CR
- @CR
- $(2)~@DesktopCommonDir
- @DesktopCommonDir
- $(2)~@DesktopDepth
- @DesktopDepth
- $(2)~@DesktopDir
- @DesktopDir
- $(2)~@DesktopHeight
- @DesktopHeight
- $(2)~@DesktopRefresh
- @DesktopRefresh
- $(2)~@DesktopWidth
- @DesktopWidth
- $(2)~@DocumentsCommonDir
- @DocumentsCommonDir
- $(2)~@error
- @error
- $(2)~@exitCode
- @exitCode
- $(2)~@exitMethod
- @exitMethod
- $(2)~@extended
- @extended
- $(2)~@FavoritesCommonDir
- @FavoritesCommonDir
- $(2)~@FavoritesDir
- @FavoritesDir
- $(2)~@GUI_CtrlHandle
- @GUI_CtrlHandle
- $(2)~@GUI_CtrlId
- @GUI_CtrlId
- $(2)~@GUI_DragFile
- @GUI_DragFile
- $(2)~@GUI_DragId
- @GUI_DragId
- $(2)~@GUI_DropId
- @GUI_DropId
- $(2)~@GUI_WinHandle
- @GUI_WinHandle
- $(2)~@HomeDrive
- @HomeDrive
- $(2)~@HomePath
- @HomePath
- $(2)~@HomeShare
- @HomeShare
- $(2)~@HotKeyPressed
- @HotKeyPressed
- $(2)~@HOUR
- @HOUR
- $(2)~@IPAddress1
- @IPAddress1
- $(2)~@IPAddress2
- @IPAddress2
- $(2)~@IPAddress3
- @IPAddress3
- $(2)~@IPAddress4
- @IPAddress4
- $(2)~@KBLayout
- @KBLayout
- $(2)~@LF
- @LF
- $(2)~@LocalAppDataDir
- @LocalAppDataDir
- $(2)~@LogonDNSDomain
- @LogonDNSDomain
- $(2)~@LogonDomain
- @LogonDomain
- $(2)~@LogonServer
- @LogonServer
- $(2)~@MDAY
- @MDAY
- $(2)~@MIN
- @MIN
- $(2)~@MON
- @MON
- $(2)~@MSEC
- @MSEC
- $(2)~@MUILang
- @MUILang
- $(2)~@MyDocumentsDir
- @MyDocumentsDir
- $(2)~@NumParams
- @NumParams
- $(2)~@OSArch
- @OSArch
- $(2)~@OSBuild
- @OSBuild
- $(2)~@OSLang
- @OSLang
- $(2)~@OSServicePack
- @OSServicePack
- $(2)~@OSType
- @OSType
- $(2)~@OSVersion
- @OSVersion
- $(2)~@ProgramFilesDir
- @ProgramFilesDir
- $(2)~@ProgramsCommonDir
- @ProgramsCommonDir
- $(2)~@ProgramsDir
- @ProgramsDir
- $(2)~@ScriptDir
- @ScriptDir
- $(2)~@ScriptFullPath
- @ScriptFullPath
- $(2)~@ScriptLineNumber
- @ScriptLineNumber
- $(2)~@ScriptName
- @ScriptName
- $(2)~@SEC
- @SEC
- $(2)~@StartMenuCommonDir
- @StartMenuCommonDir
- $(2)~@StartMenuDir
- @StartMenuDir
- $(2)~@StartupCommonDir
- @StartupCommonDir
- $(2)~@StartupDir
- @StartupDir
- $(2)~@SW_DISABLE
- @SW_DISABLE
- $(2)~@SW_ENABLE
- @SW_ENABLE
- $(2)~@SW_HIDE
- @SW_HIDE
- $(2)~@SW_LOCK
- @SW_LOCK
- $(2)~@SW_MAXIMIZE
- @SW_MAXIMIZE
- $(2)~@SW_MINIMIZE
- @SW_MINIMIZE
- $(2)~@SW_RESTORE
- @SW_RESTORE
- $(2)~@SW_SHOW
- @SW_SHOW
- $(2)~@SW_SHOWDEFAULT
- @SW_SHOWDEFAULT
- $(2)~@SW_SHOWMAXIMIZED
- @SW_SHOWMAXIMIZED
- $(2)~@SW_SHOWMINIMIZED
- @SW_SHOWMINIMIZED
- $(2)~@SW_SHOWMINNOACTIVE
- @SW_SHOWMINNOACTIVE
- $(2)~@SW_SHOWNA
- @SW_SHOWNA
- $(2)~@SW_SHOWNOACTIVATE
- @SW_SHOWNOACTIVATE
- $(2)~@SW_SHOWNORMAL
- @SW_SHOWNORMAL
- $(2)~@SW_UNLOCK
- @SW_UNLOCK
- $(2)~@SystemDir
- @SystemDir
- $(2)~@TAB
- @TAB
- $(2)~@TempDir
- @TempDir
- $(2)~@TRAY_ID
- @TRAY_ID
- $(2)~@TrayIconFlashing
- @TrayIconFlashing
- $(2)~@TrayIconVisible
- @TrayIconVisible
- $(2)~@UserName
- @UserName
- $(2)~@UserProfileDir
- @UserProfileDir
- $(2)~@WDAY
- @WDAY
- $(2)~@WindowsDir
- @WindowsDir
- $(2)~@WorkingDir
- @WorkingDir
- $(2)~@YDAY
- @YDAY
- $(2)~@YEAR
- @YEAR
- $;=== ДИРЕКТИВЫ ===
- $(2)~#ce
- #ce
- $(2)~#comments-end
- #comments-end
- $(2)~#comments-start
- #comments-start
- $(2)~#cs
- #cs
- $(2)~#include
- #include
- $(2)~#include-once
- #include-once
- $(2)~#NoTrayIcon
- #NoTrayIcon
- $(2)~#OnAutoItStartRegister
- #OnAutoItStartRegister
- $(2)~#RequireAdmin
- #RequireAdmin
- $(2)~#EndRegion
- #EndRegion
- $(2)~#forcedef
- #forcedef
- $(2)~#forceref
- #forceref
- $(2)~#ignorefunc
- #ignorefunc
- $(2)~#pragma
- #pragma
- $(2)~#Region
- #Region
- $;=== ЛОГИЧЕСКИЕ КОНСТРУКЦИИ ===
- $(2)~отладчик
- MsgBox(0, 'Сообщение', "$[text]")
- $(2)~If
- If $[] Then
- ${AutoComplete_Indent}$[]
- EndIf
- $(2)~If_error
- If @error Then
- ${AutoComplete_Indent}$[]
- EndIf
- $(2)~If_Not_error
- If Not @error Then
- ${AutoComplete_Indent}$[]
- EndIf
- $(2)~If_Not_FileExists
- If Not FileExists($[$$sPath]) Then
- ${AutoComplete_Indent}$[]
- EndIf
- $(2)~While
- While $[]
- ${AutoComplete_Indent}$[]
- WEnd
- $(2)~For
- For $$i=$[1] To $[]
- ${AutoComplete_Indent}$[]
- Next
- $(2)~ForStep
- For $$i=$[1] To $[] Step $[]
- ${AutoComplete_Indent}$[]
- Next
- $(2)~ForUBound
- For $$i=$[0] To UBound($[$$a]) - 1
- ${AutoComplete_Indent}$[]
- Next
- $(2)~Do
- Do
- ${AutoComplete_Indent}$[]
- Until $[]
- $(2)~Switch
- Switch $[]
- ${AutoComplete_Indent}Case $[]
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- ${AutoComplete_Indent}Case Else
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- EndSwitch
- $(2)~Select
- Select $[]
- ${AutoComplete_Indent}Case $[]
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- ${AutoComplete_Indent}Case Else
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- EndSelect
- $(2)~With
- With $[]
- ${AutoComplete_Indent}$[]
- EndWith
- $(2)~FuncFill
- Func $[]()
- ${AutoComplete_Indent}Local $[]
- ${AutoComplete_Indent}$[]
- EndFunc
- $(2)~Func
- Func $[]()
- ${AutoComplete_Indent}$[]
- EndFunc
- $;=== ФУНКЦИИ ===
- $(2)~Abs
- Abs($[expression])
- $(2)~ACos
- ACos($[expression])
- $(2)~AdlibRegister
- AdlibRegister($["function"], $[time = 250])
- $(2)~AdlibUnRegister
- AdlibUnRegister($["function"])
- $(2)~Asc
- Asc($["char"])
- $(2)~AscW
- AscW($["char"])
- $(2)~ASin
- ASin($[expression])
- $(2)~Assign
- Assign($["varname"], $["data"], $[flag = 0])
- $(2)~ATan
- ATan($[expression])
- $(2)~AutoItSetOption
- AutoItSetOption($["CaretCoordMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["ExpandEnvStrings"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["ExpandVarStrings"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["GUICloseOnESC"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["GUICoordMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["GUIDataSeparatorChar"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["GUIOnEventMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["GUIResizeMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["GUIEventOptions"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["MouseClickDelay"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["MouseClickDownDelay"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["MouseClickDragDelay"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["MouseCoordMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["MustDeclareVars"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["PixelCoordMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["SendAttachMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["SendCapslockMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["SendKeyDelay"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["SendKeyDownDelay"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["TCPTimeout"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["TrayAutoPause"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["TrayIconDebug"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["TrayIconHide"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["TrayMenuMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["TrayOnEventMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["WinDetectHiddenText"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["WinSearchChildren"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["WinTextMatchMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["WinTitleMatchMode"], $[param])
- $(2)~AutoItSetOption
- AutoItSetOption($["WinWaitDelay"], $[param])
- $(2)~AutoItWinGetTitle
- AutoItWinGetTitle($[])
- $(2)~AutoItWinSetTitle
- AutoItWinSetTitle($["newtitle"])
- $(2)~Beep
- Beep($[Frequency = 500], $[Duration = 1000])
- $(2)~Binary
- Binary($[expression])
- $(2)~BinaryLen
- BinaryLen($[binary])
- $(2)~BinaryMid
- BinaryMid($[binary], $[start], $[count])
- $(2)~BinaryToString
- BinaryToString($[expression], $[flag = 1])
- $(2)~BitAND
- BitAND($[value1], $[value2], $[value n])
- $(2)~BitNOT
- BitNOT($[value])
- $(2)~BitOR
- BitOR($[value1], $[value2], $[value n])
- $(2)~BitRotate
- BitRotate($[value], $[shift = 1], $[size = "W"])
- $(2)~BitShift
- BitShift($[value], $[shift])
- $(2)~BitXOR
- BitXOR($[value1], $[value2], $[value n])
- $(2)~BlockInput
- BlockInput($[flag])
- $(2)~Break
- Break($[mode])
- $(2)~Call
- Call($["function"], $[param_1], $[param_2], $[param_N])
- $(2)~CDTray
- CDTray($["drive"], $["status"])
- $(2)~Ceiling
- Ceiling($[expression])
- $(2)~Chr
- Chr($[ASCIIcode])
- $(2)~ChrW
- ChrW($[UNICODEcode])
- $(2)~ClipGet
- ClipGet($[])
- $(2)~ClipPut
- ClipPut($["value"])
- $(2)~ConsoleRead
- ConsoleRead($[peek = False], $[binary = False])
- $(2)~ConsoleWrite
- ConsoleWrite($["data"])
- $(2)~ConsoleWriteError
- ConsoleWriteError($["data"])
- $(2)~ControlClick
- ControlClick($["title"], $["text"], $[controlID], $[button = "left"], $[clicks = 1], $[x], $[y])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["IsVisible"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["IsEnabled"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["ShowDropDown"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["HideDropDown"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["AddString"], $['string'])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["DelString"], $[occurrence])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["FindString"], $['string'])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["SetCurrentSelection"], $[occurrence])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["SelectString"], $['string'])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["IsChecked"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["Check"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["UnCheck"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["GetCurrentLine"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["GetCurrentCol"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["GetCurrentSelection"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["GetLineCount"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["GetLine"], $[line#])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["GetSelected"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["EditPaste"], $['string'])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["CurrentTab"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["TabRight"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["TabLeft"], $[""])
- $(2)~ControlCommand
- ControlCommand($["title"], $["text"], $["classnameNN"], $["SendCommandID"], $[Command ID])
- $(2)~ControlDisable
- ControlDisable($["title"], $["text"], $[controlID])
- $(2)~ControlEnable
- ControlEnable($["title"], $["text"], $[controlID])
- $(2)~ControlFocus
- ControlFocus($["title"], $["text"], $[controlID])
- $(2)~ControlGetFocus
- ControlGetFocus($["title"], $["text"])
- $(2)~ControlGetHandle
- ControlGetHandle($["title"], $["text"], $[controlID])
- $(2)~ControlGetPos
- ControlGetPos($["title"], $["text"], $[controlID])
- $(2)~ControlGetText
- ControlGetText($["title"], $["text"], $[controlID])
- $(2)~ControlHide
- ControlHide($["title"], $["text"], $[controlID])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["DeSelect"], $[From], $[To])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["FindItem"], $["string to find"], $[SubItem])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["GetItemCount"])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["GetSelected"], $[option])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["GetSelectedCount"])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["GetSubItemCount"])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["GetText"], $[Item], $[SubItem])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["IsSelected"], $[Item])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["Select"], $[From], $[To])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["SelectAll"])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["SelectClear"])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["SelectInvert"])
- $(2)~ControlListView
- ControlListView($["title"], $["text"], $["classnameNN"], $["ViewChange"], $["view"])
- $(2)~ControlMove
- ControlMove($["title"], $["text"], $[controlID], $[x], $[y], $[width], $[height])
- $(2)~ControlSend
- ControlSend($["title"], $["text"], $[controlID], $["string"], $[flag = 0])
- $(2)~ControlSetText
- ControlSetText($["title"], $["text"], $[controlID], $["new text"], $[flag = 0])
- $(2)~ControlShow
- ControlShow($["title"], $["text"], $[controlID])
- $(2)~ControlTreeView
- ControlTreeView($["title"], $["text"], $[controlID], $["command"], $[option1])
- $(2)~Cos
- Cos($[expression])
- $(2)~Dec
- Dec($["hex"], $[flag = 0])
- $(2)~DirCopy
- DirCopy($["source dir"], $["dest dir"], $[flag = 0])
- $(2)~DirCreate
- DirCreate($["path"])
- $(2)~DirGetSize
- DirGetSize($["path"], $[flag = 0])
- $(2)~DirMove
- DirMove($["source dir"], $["dest dir"], $[flag = 0])
- $(2)~DirRemove
- DirRemove($["path"], $[recurse = 0])
- $(2)~DllCall
- DllCall($["dll"], $["return type"], $["function"], $[type1], $[param1], $[type n], $[param n])
- $(2)~DllCallAddress
- DllCallAddress($["return type"], $[address], $[type1], $[param1], $[type n], $[param n])
- $(2)~DllCallbackFree
- DllCallbackFree($[handle])
- $(2)~DllCallbackGetPtr
- DllCallbackGetPtr($[handle])
- $(2)~DllCallbackRegister
- DllCallbackRegister($["function"], $["return type"], $["params"])
- $(2)~DllClose
- DllClose($[dllhandle])
- $(2)~DllOpen
- DllOpen($["filename"])
- $(2)~DllStructCreate
- DllStructCreate($[Struct], $[Pointer])
- $(2)~DllStructGetData
- DllStructGetData($[Struct], $[Element], $[index = Default])
- $(2)~DllStructGetPtr
- DllStructGetPtr($[Struct], $[Element])
- $(2)~DllStructGetSize
- DllStructGetSize($[Struct])
- $(2)~DllStructSetData
- DllStructSetData($[Struct], $[Element], $[value], $[index])
- $(2)~DriveGetDrive
- DriveGetDrive($["type"])
- $(2)~DriveGetFileSystem
- DriveGetFileSystem($["path"])
- $(2)~DriveGetLabel
- DriveGetLabel($["path"])
- $(2)~DriveGetSerial
- DriveGetSerial($["path"])
- $(2)~DriveGetType
- DriveGetType($["path"], $[operation = 1])
- $(2)~DriveMapAdd
- DriveMapAdd($["device"], $["remote share"], $[flags = 0], $["user"], $["password"])
- $(2)~DriveMapDel
- DriveMapDel($["drive"])
- $(2)~DriveMapGet
- DriveMapGet($["device"])
- $(2)~DriveSetLabel
- DriveSetLabel($["path"], $["label"])
- $(2)~DriveSpaceFree
- DriveSpaceFree($["path"])
- $(2)~DriveSpaceTotal
- DriveSpaceTotal($["path"])
- $(2)~DriveStatus
- DriveStatus($["path"])
- $(2)~EnvGet
- EnvGet($["envvariable"])
- $(2)~EnvSet
- EnvSet($["envvariable"], $["value"])
- $(2)~EnvUpdate
- EnvUpdate($[])
- $(2)~Eval
- Eval($[string])
- $(2)~Execute
- Execute($[string])
- $(2)~Exp
- Exp($[expression])
- $(2)~FileChangeDir
- FileChangeDir($["path"])
- $(2)~FileClose
- FileClose($["filehandle"])
- $(2)~FileCopy
- FileCopy($["source"], $["dest"], $[flag = 0])
- $(2)~FileCreateNTFSLink
- FileCreateNTFSLink($["source"], $["hardlink"], $[flag = 0])
- $(2)~FileCreateShortcut
- FileCreateShortcut($["file"], $["lnk"], $["workdir"], $["args"], $["desc"], $["icon"], $["hotkey"], $[icon number], $[state])
- $(2)~FileDelete
- FileDelete($["filename"])
- $(2)~FileExists
- FileExists($["path"])
- $(2)~FileFindFirstFile
- FileFindFirstFile($["filename"])
- $(2)~FileFlush
- FileFlush($["filehandle"])
- $(2)~FileGetAttrib
- FileGetAttrib($["filename"])
- $(2)~FileGetEncoding
- FileGetEncoding($["filehandle/filename"], $[mode = 1])
- $(2)~FileGetLongName
- FileGetLongName($["filename"], $[flag = 0])
- $(2)~FileGetPos
- FileGetPos($["filehandle"])
- $(2)~FileGetShortcut
- FileGetShortcut($["lnk"])
- $(2)~FileGetShortName
- FileGetShortName($["filename"], $[flag = 0])
- $(2)~FileGetSize
- FileGetSize($["filename"])
- $(2)~FileGetTime
- FileGetTime($["filename"], $[option = 0], $[format = 0])
- $(2)~FileGetVersion
- FileGetVersion($["filename"], $["stringname"])
- $(2)~FileInstall
- FileInstall($["source"], $["dest"], $[flag = 0])
- $(2)~FileMove
- FileMove($["source"], $["dest"], $[flag = 0])
- $(2)~FileOpen
- FileOpen($["filename"], $[mode = 0])
- $(2)~FileOpenDialog
- FileOpenDialog($["title"], $["init dir"], $["filter"], $[options = 0], $["default name"], $[hwnd])
- $(2)~FileRead
- FileRead($["filehandle/filename"], $[count])
- $(2)~FileReadLine
- FileReadLine($["filehandle/filename"], $[line = 1])
- $(2)~FileReadToArray
- FileReadToArray($["filehandle/filename"])
- $(2)~FileRecycle
- FileRecycle($["source"])
- $(2)~FileRecycleEmpty
- FileRecycleEmpty($["source"])
- $(2)~FileSaveDialog
- FileSaveDialog($["title"], $["init dir"], $["filter"], $[options = 0], $["default name"], $[hwnd])
- $(2)~FileSelectFolder
- FileSelectFolder($["dialog text"], $["root dir"], $[flag = 0], $["initial dir"], $[hwnd])
- $(2)~FileSetAttrib
- FileSetAttrib($["file pattern"], $["+-RASHNOT"], $[recurse = 0])
- $(2)~FileSetEnd
- FileSetEnd($["filehandle"])
- $(2)~FileSetPos
- FileSetPos($["filehandle"], $[offset], $[origin])
- $(2)~FileSetTime
- FileSetTime($["file pattern"], $["time"], $[type = 0], $[recurse = 0])
- $(2)~FileWrite
- FileWrite($["filehandle/filename"], $["text/data"])
- $(2)~FileWriteLine
- FileWriteLine($["filehandle/filename"], $["line"])
- $(2)~Floor
- Floor($[expression])
- $(2)~FtpSetProxy
- FtpSetProxy($[mode = 0], $["proxy:port"], $["username"], $["password"])
- $(2)~FuncName
- FuncName($[$$Functionvariable])
- $(2)~GUICreate
- GUICreate($["title"], $[width], $[height], $[left = -1], $[top = -1], $[style = -1], $[exStyle = -1], $[parent = 0])
- $(2)~GUICtrlCreateAvi
- GUICtrlCreateAvi($[filename], $[subfileid], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateButton
- GUICtrlCreateButton($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateCheckbox
- GUICtrlCreateCheckbox($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateCombo
- GUICtrlCreateCombo($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateContextMenu
- GUICtrlCreateContextMenu($[controlID])
- $(2)~GUICtrlCreateDate
- GUICtrlCreateDate($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateDummy
- GUICtrlCreateDummy($[])
- $(2)~GUICtrlCreateEdit
- GUICtrlCreateEdit($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateGraphic
- GUICtrlCreateGraphic($[left], $[top], $[width], $[height], $[style])
- $(2)~GUICtrlCreateGroup
- GUICtrlCreateGroup($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateIcon
- GUICtrlCreateIcon($[filename], $[iconName], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateInput
- GUICtrlCreateInput($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateLabel
- GUICtrlCreateLabel($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateList
- GUICtrlCreateList($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateListView
- GUICtrlCreateListView($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateListViewItem
- GUICtrlCreateListViewItem($["text"], $[listviewID])
- $(2)~GUICtrlCreateMenu
- GUICtrlCreateMenu($["submenutext"], $[menuID = -1], $[menuentry = -1])
- $(2)~GUICtrlCreateMenuItem
- GUICtrlCreateMenuItem($["text"], $[menuID], $[menuentry = -1], $[menuradioitem = 0])
- $(2)~GUICtrlCreateMonthCal
- GUICtrlCreateMonthCal($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateObj
- GUICtrlCreateObj($[ObjectVar], $[left], $[top], $[width], $[height])
- $(2)~GUICtrlCreatePic
- GUICtrlCreatePic($[filename], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateProgress
- GUICtrlCreateProgress($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateRadio
- GUICtrlCreateRadio($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateSlider
- GUICtrlCreateSlider($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateTab
- GUICtrlCreateTab($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateTabItem
- GUICtrlCreateTabItem($["text"])
- $(2)~GUICtrlCreateTreeView
- GUICtrlCreateTreeView($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
- $(2)~GUICtrlCreateTreeViewItem
- GUICtrlCreateTreeViewItem($["text"], $[treeviewID])
- $(2)~GUICtrlCreateUpdown
- GUICtrlCreateUpdown($[inputcontrolID], $[style = -1])
- $(2)~GUICtrlDelete
- GUICtrlDelete($[controlID])
- $(2)~GUICtrlGetHandle
- GUICtrlGetHandle($[controlID])
- $(2)~GUICtrlGetState
- GUICtrlGetState($[controlID])
- $(2)~GUICtrlRead
- GUICtrlRead($[controlID], $[advanced = 0])
- $(2)~GUICtrlRecvMsg
- GUICtrlRecvMsg($[controlID], $[msg], $[wParam], $[lParamType])
- $(2)~GUICtrlRegisterListViewSort
- GUICtrlRegisterListViewSort($[controlID], $["function"])
- $(2)~GUICtrlSendMsg
- GUICtrlSendMsg($[controlID], $[msg], $[wParam], $[lParam])
- $(2)~GUICtrlSendToDummy
- GUICtrlSendToDummy($[controlID], $[state])
- $(2)~GUICtrlSetBkColor
- GUICtrlSetBkColor($[controlID], $[backgroundcolor])
- $(2)~GUICtrlSetColor
- GUICtrlSetColor($[controlID], $[textcolor])
- $(2)~GUICtrlSetCursor
- GUICtrlSetCursor($[controlID], $[cursorID])
- $(2)~GUICtrlSetData
- GUICtrlSetData($[controlID], $[data], $[default])
- $(2)~GUICtrlSetDefBkColor
- GUICtrlSetDefBkColor($[defbkcolor], $[winhandle])
- $(2)~GUICtrlSetDefColor
- GUICtrlSetDefColor($[deftextcolor], $[winhandle])
- $(2)~GUICtrlSetFont
- GUICtrlSetFont($[controlID], $[size], $[weight], $[attribute], $[fontname], $[quality])
- $(2)~GUICtrlSetGraphic
- GUICtrlSetGraphic($[controlID], $[type], $[par1], $[... par6])
- $(2)~GUICtrlSetImage
- GUICtrlSetImage($[controlID], $[filename], $[iconname], $[icontype])
- $(2)~GUICtrlSetLimit
- GUICtrlSetLimit($[controlID], $[max], $[min = 0])
- $(2)~GUICtrlSetOnEvent
- GUICtrlSetOnEvent($[controlID], $["function"])
- $(2)~GUICtrlSetPos
- GUICtrlSetPos($[controlID], $[left], $[top], $[width], $[height])
- $(2)~GUICtrlSetResizing
- GUICtrlSetResizing($[controlID], $[resizing])
- $(2)~GUICtrlSetState
- GUICtrlSetState($[controlID], $[state])
- $(2)~GUICtrlSetStyle
- GUICtrlSetStyle($[controlID], $[style], $[exStyle])
- $(2)~GUICtrlSetTip
- GUICtrlSetTip($[controlID], $[tiptext], $["title"], $[icon], $[options])
- $(2)~GUIDelete
- GUIDelete($[winhandle])
- $(2)~GUIGetCursorInfo
- GUIGetCursorInfo($[winhandle])
- $(2)~GUIGetMsg
- GUIGetMsg($[advanced = 0])
- $(2)~GUIGetStyle
- GUIGetStyle($[winhandle])
- $(2)~GUIRegisterMsg
- GUIRegisterMsg($[msgID], $["function"])
- $(2)~GUISetAccelerators
- GUISetAccelerators($[accelerators], $[winhandle])
- $(2)~GUISetBkColor
- GUISetBkColor($[background], $[winhandle])
- $(2)~GUISetCoord
- GUISetCoord($[left], $[top], $[width], $[height], $[winhandle])
- $(2)~GUISetCursor
- GUISetCursor($[cursorID], $[override = 0], $[winhandle])
- $(2)~GUISetFont
- GUISetFont($[size], $[weight], $[attribute], $[fontname], $[winhandle], $[quality])
- $(2)~GUISetHelp
- GUISetHelp($[helpfile], $[winhandle])
- $(2)~GUISetIcon
- GUISetIcon($[iconfile], $[iconID], $[winhandle])
- $(2)~GUISetOnEvent
- GUISetOnEvent($[specialID], $["function"], $[winhandle])
- $(2)~GUISetState
- GUISetState($[flag], $[winhandle])
- $(2)~GUISetStyle
- GUISetStyle($[Style], $[ExStyle], $[winhandle])
- $(2)~GUIStartGroup
- GUIStartGroup($[winhandle])
- $(2)~GUISwitch
- GUISwitch($[winhandle], $[tabitemID])
- $(2)~Hex
- Hex($[expression], $[length])
- $(2)~HotKeySet
- HotKeySet($["key"], $["function"])
- $(2)~HttpSetProxy
- HttpSetProxy($[mode = 0], $["proxy:port"], $["username"], $["password"])
- $(2)~HttpSetUserAgent
- HttpSetUserAgent($["user agent"])
- $(2)~HWnd
- HWnd($[expression])
- $(2)~InetClose
- InetClose($[handle])
- $(2)~InetGet
- InetGet($["URL"], $["filename"], $[options = 0], $[background = 0])
- $(2)~InetGetInfo
- InetGetInfo($[handle], $[index = -1])
- $(2)~InetGetSize
- InetGetSize($["URL"], $[options = 0])
- $(2)~InetRead
- InetRead($["URL"], $[options = 0])
- $(2)~IniDelete
- IniDelete($["filename"], $["section"], $["key"])
- $(2)~IniRead
- IniRead($["filename"], $["section"], $["key"], $["default"])
- $(2)~IniReadSection
- IniReadSection($["filename"], $["section"])
- $(2)~IniReadSectionNames
- IniReadSectionNames($["filename"])
- $(2)~IniRenameSection
- IniRenameSection($["filename"], $["section"], $["new section"], $[flag = 0])
- $(2)~IniWrite
- IniWrite($["filename"], $["section"], $["key"], $["value"])
- $(2)~IniWriteSection
- IniWriteSection($["filename"], $["section"], $["data"], $[index = 1])
- $(2)~InputBox
- InputBox($["title"], $["prompt"], $["default"], $["password char"], $[width = -1], $[height = -1], $[left = Default], $[top = Default], $[timeout = 0], $[hwnd])
- $(2)~Int
- Int($[expression], $[flag = 0])
- $(2)~IsAdmin
- IsAdmin($[])
- $(2)~IsArray
- IsArray($[variable])
- $(2)~IsBinary
- IsBinary($[expression])
- $(2)~IsBool
- IsBool($[variable])
- $(2)~IsDeclared
- IsDeclared($[expression])
- $(2)~IsDllStruct
- IsDllStruct($[variable])
- $(2)~IsFloat
- IsFloat($[variable])
- $(2)~IsFunc
- IsFunc($[expression])
- $(2)~IsHWnd
- IsHWnd($[variable])
- $(2)~IsInt
- IsInt($[variable])
- $(2)~IsKeyword
- IsKeyword($[variable])
- $(2)~IsNumber
- IsNumber($[variable])
- $(2)~IsObj
- IsObj($[variable])
- $(2)~IsPtr
- IsPtr($[variable])
- $(2)~IsString
- IsString($[variable])
- $(2)~Log
- Log($[expression])
- $(2)~MemGetStats
- MemGetStats($[])
- $(2)~Mod
- Mod($[value1], $[value2])
- $(2)~MouseClick
- MouseClick($["button"], $[x], $[y], $[clicks = 1], $[speed = 10])
- $(2)~MouseClickDrag
- MouseClickDrag($["button"], $[x1], $[y1], $[x2], $[y2], $[speed = 10])
- $(2)~MouseDown
- MouseDown($["button"])
- $(2)~MouseGetCursor
- MouseGetCursor($[])
- $(2)~MouseGetPos
- MouseGetPos($[dimension])
- $(2)~MouseMove
- MouseMove($[x], $[y], $[speed = 10])
- $(2)~MouseUp
- MouseUp($["button"])
- $(2)~MouseWheel
- MouseWheel($["direction"], $[clicks = 1])
- $(2)~MsgBoxDebug
- MsgBox(0, 'Сообщение', "$[text]")
- $(2)~MsgBoxDebug$$
- MsgBox(0, 'Сообщение', $$$[sText])
- $(2)~MsgBox
- MsgBox($[flag], $["title"], $["text"], $[timeout = 0], $[hwnd])
- $(2)~Number
- Number($[expression], $[flag = 0])
- $(2)~ObjCreate
- ObjCreate($["classname"], $["servername"], $["username"], $["password"])
- $(2)~ObjCreateInterface
- ObjCreateInterface($["CLSID"], $["IID"], $["interface_description"], $[flag = True])
- $(2)~ObjEvent
- ObjEvent($[$$ObjectVar], $["functionprefix"], $["interface name"])
- $(2)~ObjEvent
- ObjEvent($["AutoIt.Error"], $["function"])
- $(2)~ObjGet
- ObjGet($["filename"], $["classname"], $[instance])
- $(2)~ObjName
- ObjName($[$$Objectvariable], $[Flag = 1])
- $(2)~OnAutoItExitRegister
- OnAutoItExitRegister($["function"])
- $(2)~OnAutoItExitUnRegister
- OnAutoItExitUnRegister($["function"])
- $(2)~Opt
- Opt($["CaretCoordMode"], $[param])
- $(2)~Opt
- Opt($["ExpandEnvStrings"], $[param])
- $(2)~Opt
- Opt($["ExpandVarStrings"], $[param])
- $(2)~Opt
- Opt($["GUICloseOnESC"], $[param])
- $(2)~Opt
- Opt($["GUICoordMode"], $[param])
- $(2)~Opt
- Opt($["GUIDataSeparatorChar"], $[param])
- $(2)~Opt
- Opt($["GUIOnEventMode"], $[param])
- $(2)~Opt
- Opt($["GUIResizeMode"], $[param])
- $(2)~Opt
- Opt($["GUIEventOptions"], $[param])
- $(2)~Opt
- Opt($["MouseClickDelay"], $[param])
- $(2)~Opt
- Opt($["MouseClickDownDelay"], $[param])
- $(2)~Opt
- Opt($["MouseClickDragDelay"], $[param])
- $(2)~Opt
- Opt($["MouseCoordMode"], $[param])
- $(2)~Opt
- Opt($["MustDeclareVars"], $[param])
- $(2)~Opt
- Opt($["PixelCoordMode"], $[param])
- $(2)~Opt
- Opt($["SendAttachMode"], $[param])
- $(2)~Opt
- Opt($["SendCapslockMode"], $[param])
- $(2)~Opt
- Opt($["SendKeyDelay"], $[param])
- $(2)~Opt
- Opt($["SendKeyDownDelay"], $[param])
- $(2)~Opt
- Opt($["TCPTimeout"], $[param])
- $(2)~Opt
- Opt($["TrayAutoPause"], $[param])
- $(2)~Opt
- Opt($["TrayIconDebug"], $[param])
- $(2)~Opt
- Opt($["TrayIconHide"], $[param])
- $(2)~Opt
- Opt($["TrayMenuMode"], $[param])
- $(2)~Opt
- Opt($["TrayOnEventMode"], $[param])
- $(2)~Opt
- Opt($["WinDetectHiddenText"], $[param])
- $(2)~Opt
- Opt($["WinSearchChildren"], $[param])
- $(2)~Opt
- Opt($["WinTextMatchMode"], $[param])
- $(2)~Opt
- Opt($["WinTitleMatchMode"], $[param])
- $(2)~Opt
- Opt($["WinWaitDelay"], $[param])
- $(2)~Ping
- Ping($["address/hostname"], $[timeout = 4000])
- $(2)~PixelChecksum
- PixelChecksum($[left], $[top], $[right], $[bottom], $[step = 1], $[hwnd], $[mode = 0])
- $(2)~PixelGetColor
- PixelGetColor($[x], $[y], $[hwnd])
- $(2)~PixelSearch
- PixelSearch($[left], $[top], $[right], $[bottom], $[color], $[shade-variation = 0], $[step = 1], $[hwnd])
- $(2)~ProcessClose
- ProcessClose($["process"])
- $(2)~ProcessExists
- ProcessExists($["process"])
- $(2)~ProcessGetStats
- ProcessGetStats($["process"], $[type = 0])
- $(2)~ProcessList
- ProcessList($["name"])
- $(2)~ProcessSetPriority
- ProcessSetPriority($["process"], $[priority])
- $(2)~ProcessWait
- ProcessWait($["process"], $[timeout = 0])
- $(2)~ProcessWaitClose
- ProcessWaitClose($["process"], $[timeout = 0])
- $(2)~ProgressOff
- ProgressOff($[])
- $(2)~ProgressOn
- ProgressOn($["title"], $["maintext"], $["subtext"], $[x pos], $[y pos], $[opt])
- $(2)~ProgressSet
- ProgressSet($[percent], $["subtext"], $["maintext"])
- $(2)~Ptr
- Ptr($[expression])
- $(2)~Random
- Random($[Min = 0], $[Max = 1], $[Flag = 0])
- $(2)~RegDelete
- RegDelete($["keyname"], $["valuename"])
- $(2)~RegEnumKey
- RegEnumKey($["keyname"], $[instance])
- $(2)~RegEnumVal
- RegEnumVal($["keyname"], $[instance])
- $(2)~RegRead
- RegRead($["keyname"], $["valuename"])
- $(2)~RegWrite
- RegWrite($["keyname"], $["valuename"], $["type"], $[value])
- $(2)~Round
- Round($[expression], $[decimalplaces])
- $(2)~Run
- Run($["program"], $["workingdir"], $[show_flag], $[opt_flag])
- $(2)~RunAs
- RunAs($["username"], $["domain"], $["password"], $[logon_flag], $["program"], $["workingdir"], $[show_flag], $[opt_flag])
- $(2)~RunAsWait
- RunAsWait($["username"], $["domain"], $["password"], $[logon_flag], $["program"], $["workingdir"], $[show_flag], $[opt_flag])
- $(2)~RunWait
- RunWait($["program"], $["workingdir"], $[show_flag], $[opt_flag])
- $(2)~Send
- Send($["keys"], $[flag = 0])
- $(2)~SendKeepActive
- SendKeepActive($["title"], $["text"])
- $(2)~SetError
- SetError($[code], $[extended = 0], $[return value])
- $(2)~SetExtended
- SetExtended($[code], $[return value])
- $(2)~ShellExecute
- ShellExecute($["filename"], $["parameters"], $["workingdir"], $["verb"], $[showflag])
- $(2)~ShellExecuteWait
- ShellExecuteWait($["filename"], $["parameters"], $["workingdir"], $["verb"], $[showflag])
- $(2)~Shutdown
- Shutdown($[code])
- $(2)~Sin
- Sin($[expression])
- $(2)~Sleep
- Sleep($[delay])
- $(2)~SoundPlay
- SoundPlay($["filename"], $[wait = 0])
- $(2)~SoundSetWaveVolume
- SoundSetWaveVolume($[percent])
- $(2)~SplashImageOn
- SplashImageOn($["title"], $["file"], $[width], $[height], $[x pos], $[y pos], $[opt])
- $(2)~SplashOff
- SplashOff($[])
- $(2)~SplashTextOn
- SplashTextOn($["title"], $["text"], $[w = 500], $[h = 400], $[x pos], $[y pos], $[opt = 0], $["fontname"], $[fontsz = 12], $[fontwt])
- $(2)~Sqrt
- Sqrt($[expression])
- $(2)~SRandom
- SRandom($[Seed])
- $(2)~StatusbarGetText
- StatusbarGetText($["title"], $["text"], $[part = 1])
- $(2)~StderrRead
- StderrRead($[process_id], $[peek = False], $[binary = False])
- $(2)~StdinWrite
- StdinWrite($[process_id], $[data])
- $(2)~StdioClose
- StdioClose($[process_id])
- $(2)~StdoutRead
- StdoutRead($[process_id], $[peek = False], $[binary = False])
- $(2)~String
- String($[expression])
- $(2)~StringAddCR
- StringAddCR($["string"])
- $(2)~StringCompare
- StringCompare($["string1"], $["string2"], $[casesense = 0])
- $(2)~StringFormat
- StringFormat($["format control"], $[var1], $[... var32])
- $(2)~StringFromASCIIArray
- StringFromASCIIArray($[array], $[start = 0], $[end = -1], $[encoding = 0])
- $(2)~StringInStr
- StringInStr($["string"], $["substring"], $[casesense = 0], $[occurrence = 1], $[start = 1], $[count])
- $(2)~StringIsAlNum
- StringIsAlNum($["string"])
- $(2)~StringIsAlpha
- StringIsAlpha($["string"])
- $(2)~StringIsASCII
- StringIsASCII($["string"])
- $(2)~StringIsDigit
- StringIsDigit($["string"])
- $(2)~StringIsFloat
- StringIsFloat($["string"])
- $(2)~StringIsInt
- StringIsInt($["string"])
- $(2)~StringIsLower
- StringIsLower($["string"])
- $(2)~StringIsSpace
- StringIsSpace($["string"])
- $(2)~StringIsUpper
- StringIsUpper($["string"])
- $(2)~StringIsXDigit
- StringIsXDigit($["string"])
- $(2)~StringLeft
- StringLeft($["string"], $[count])
- $(2)~StringLen
- StringLen($["string"])
- $(2)~StringLower
- StringLower($["string"])
- $(2)~StringMid
- StringMid($["string"], $[start], $[count = -1])
- $(2)~StringRegExp
- StringRegExp($["test"], $["pattern"], $[flag = 0], $[offset = 1])
- $(2)~StringRegExpReplace
- StringRegExpReplace($["test"], $["pattern"], $["replace"], $[count = 0])
- $(2)~StringReplace
- StringReplace($["string"], $["searchstring/start"], $["replacestring"], $[occurrence = 0], $[casesense = 0])
- $(2)~StringReverse
- StringReverse($["string"], $[flag = 0])
- $(2)~StringRight
- StringRight($["string"], $[count])
- $(2)~StringSplit
- StringSplit($["string"], $["delimiters"], $[flag = 0])
- $(2)~StringStripCR
- StringStripCR($["string"])
- $(2)~StringStripWS
- StringStripWS($["string"], $[flag])
- $(2)~StringToASCIIArray
- StringToASCIIArray($["string"], $[start = 0], $[end], $[encoding = 0])
- $(2)~StringToBinary
- StringToBinary($[expression], $[flag = 1])
- $(2)~StringTrimLeft
- StringTrimLeft($["string"], $[count])
- $(2)~StringTrimRight
- StringTrimRight($["string"], $[count])
- $(2)~StringUpper
- StringUpper($["string"])
- $(2)~Tan
- Tan($[expression])
- $(2)~TCPAccept
- TCPAccept($[mainsocket])
- $(2)~TCPCloseSocket
- TCPCloseSocket($[socket])
- $(2)~TCPConnect
- TCPConnect($[IPAddr], $[port])
- $(2)~TCPListen
- TCPListen($[IPAddr], $[port], $[MaxPendingConnection])
- $(2)~TCPNameToIP
- TCPNameToIP($[name])
- $(2)~TCPRecv
- TCPRecv($[mainsocket], $[maxlen], $[flag = 0])
- $(2)~TCPSend
- TCPSend($[mainsocket], $[data])
- $(2)~TCPShutdown
- TCPShutdown($[])
- $(2)~TCPStartup
- TCPStartup($[])
- $(2)~TimerDiff
- TimerDiff($[handle])
- $(2)~TimerInit
- TimerInit($[])
- $(2)~ToolTip
- ToolTip($["text"], $[x], $[y], $["title"], $[icon = 0], $[options])
- $(2)~TrayCreateItem
- TrayCreateItem($["text"], $[menuID = -1], $[menuentry = -1], $[menuradioitem = 0])
- $(2)~TrayCreateMenu
- TrayCreateMenu($["sub/menutext"], $[menuID = -1], $[menuentry = -1])
- $(2)~TrayGetMsg
- TrayGetMsg($[])
- $(2)~TrayItemDelete
- TrayItemDelete($[controlID])
- $(2)~TrayItemGetHandle
- TrayItemGetHandle($[controlID])
- $(2)~TrayItemGetState
- TrayItemGetState($[controlID])
- $(2)~TrayItemGetText
- TrayItemGetText($[controlID])
- $(2)~TrayItemSetOnEvent
- TrayItemSetOnEvent($[itemID], $["function"])
- $(2)~TrayItemSetState
- TrayItemSetState($[controlID], $[state])
- $(2)~TrayItemSetText
- TrayItemSetText($[controlID], $[text])
- $(2)~TraySetClick
- TraySetClick($[flag])
- $(2)~TraySetIcon
- TraySetIcon($[filename], $[iconID])
- $(2)~TraySetOnEvent
- TraySetOnEvent($[specialID], $["function"])
- $(2)~TraySetPauseIcon
- TraySetPauseIcon($[filename], $[iconID])
- $(2)~TraySetState
- TraySetState($[flag = 1])
- $(2)~TraySetToolTip
- TraySetToolTip($[text])
- $(2)~TrayTip
- TrayTip($["title"], $["text"], $[timeout], $[option = 0])
- $(2)~UBound
- UBound($[Variable], $[Dimension = 1])
- $(2)~UDPBind
- UDPBind($[IPAddr], $[port])
- $(2)~UDPCloseSocket
- UDPCloseSocket($[socketarray])
- $(2)~UDPOpen
- UDPOpen($[IPAddr], $[port], $[flag = 0])
- $(2)~UDPRecv
- UDPRecv($[socketarray], $[maxlen], $[flag = 0])
- $(2)~UDPSend
- UDPSend($[socketarray], $[data])
- $(2)~UDPShutdown
- UDPShutdown($[])
- $(2)~UDPStartup
- UDPStartup($[])
- $(2)~VarGetType
- VarGetType($[expression])
- $(2)~WinActivate
- WinActivate($["title"], $["text"])
- $(2)~WinActive
- WinActive($["title"], $["text"])
- $(2)~WinClose
- WinClose($["title"], $["text"])
- $(2)~WinExists
- WinExists($["title"], $["text"])
- $(2)~WinFlash
- WinFlash($["title"], $["text"], $[flashes = 4], $[delay = 500])
- $(2)~WinGetCaretPos
- WinGetCaretPos($[])
- $(2)~WinGetClassList
- WinGetClassList($["title"], $["text"])
- $(2)~WinGetClientSize
- WinGetClientSize($["title"], $["text"])
- $(2)~WinGetHandle
- WinGetHandle($["title"], $["text"])
- $(2)~WinGetPos
- WinGetPos($["title"], $["text"])
- $(2)~WinGetProcess
- WinGetProcess($["title"], $["text"])
- $(2)~WinGetState
- WinGetState($["title"], $["text"])
- $(2)~WinGetText
- WinGetText($["title"], $["text"])
- $(2)~WinGetTitle
- WinGetTitle($["title"], $["text"])
- $(2)~WinKill
- WinKill($["title"], $["text"])
- $(2)~WinList
- WinList($["title"], $["text"])
- $(2)~WinMenuSelectItem
- WinMenuSelectItem($["title"], $["text"], $["item"], $["item"], $["item"], $["item"], $["item"], $["item"], $["item"])
- $(2)~WinMinimizeAll
- WinMinimizeAll($[])
- $(2)~WinMinimizeAllUndo
- WinMinimizeAllUndo($[])
- $(2)~WinMove
- WinMove($["title"], $["text"], $[x], $[y], $[width], $[height], $[speed])
- $(2)~WinSetOnTop
- WinSetOnTop($["title"], $["text"], $[flag])
- $(2)~WinSetState
- WinSetState($["title"], $["text"], $[flag])
- $(2)~WinSetTitle
- WinSetTitle($["title"], $["text"], $["newtitle"])
- $(2)~WinSetTrans
- WinSetTrans($["title"], $["text"], $[transparency])
- $(2)~WinWait
- WinWait($["title"], $["text"], $[timeout = 0])
- $(2)~WinWaitActive
- WinWaitActive($["title"], $["text"], $[timeout = 0])
- $(2)~WinWaitClose
- WinWaitClose($["title"], $["text"], $[timeout = 0])
- $(2)~WinWaitNotActive
- WinWaitNotActive($["title"], $["text"], $[timeout = 0])
- $(2)~_Array1DToHistogram
- _Array1DToHistogram($[$$aArray], $[$$iSizing = 100])
- $(2)~_ArrayAdd
- _ArrayAdd($[ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$sDelim_Item = "|"], $[$$sDelim_Row = @CRLF], $[$$iForce = $$ARRAYFILL_FORCE_DEFAULT])
- $(2)~_ArrayBinarySearch
- _ArrayBinarySearch($[Const ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$iEnd = 0], $[$$iColumn = 0])
- $(2)~_ArrayColDelete
- _ArrayColDelete($[ByRef $$aArray], $[$$iColumn], $[$$bConvert = False])
- $(2)~_ArrayColInsert
- _ArrayColInsert($[ByRef $$aArray], $[$$iColumn])
- $(2)~_ArrayCombinations
- _ArrayCombinations($[Const ByRef $$aArray], $[$$iSet], $[$$sDelimiter = ""])
- $(2)~_ArrayConcatenate
- _ArrayConcatenate($[ByRef $$aArrayTarget], $[Const ByRef $$aArraySource], $[$$iStart = 0])
- $(2)~_ArrayDelete
- _ArrayDelete($[ByRef $$aArray], $[$$vRange])
- $(2)~_ArrayDisplay
- _ArrayDisplay($[Const ByRef $$aArray], $[$$sTitle = "ArrayDisplay"], $[$$sArrayRange = ""], $[$$iFlags = 0], $[$$vUser_Separator = Default], $[$$sHeader = Default], $[$$iMax_ColWidth = Default])
- $(2)~_ArrayExtract
- _ArrayExtract($[Const ByRef $$aArray], $[$$iStart_Row = -1], $[$$iEnd_Row = -1], $[$$iStart_Col = -1], $[$$iEnd_Col = -1])
- $(2)~_ArrayFindAll
- _ArrayFindAll($[Const ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$iEnd = 0], $[$$iCase = 0], $[$$iCompare = 0], $[$$iSubItem = 0], $[$$bRow = False])
- $(2)~_ArrayInsert
- _ArrayInsert($[ByRef $$aArray], $[$$vRange], $[$$vValue = ""], $[$$iStart = 0], $[$$sDelim_Item = "|"], $[$$sDelim_Row = @CRLF], $[$$iForce = $$ARRAYFILL_FORCE_DEFAULT])
- $(2)~_ArrayMax
- _ArrayMax($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
- $(2)~_ArrayMaxIndex
- _ArrayMaxIndex($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
- $(2)~_ArrayMin
- _ArrayMin($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
- $(2)~_ArrayMinIndex
- _ArrayMinIndex($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
- $(2)~_ArrayPermute
- _ArrayPermute($[ByRef $$aArray], $[$$sDelimiter = ""])
- $(2)~_ArrayPop
- _ArrayPop($[ByRef $$aArray])
- $(2)~_ArrayPush
- _ArrayPush($[ByRef $$aArray], $[$$vValue], $[$$iDirection = 0])
- $(2)~_ArrayReverse
- _ArrayReverse($[ByRef $$aArray], $[$$iStart = 0], $[$$iEnd = 0])
- $(2)~_ArraySearch
- _ArraySearch($[Const ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$iEnd = 0], $[$$iCase = 0], $[$$iCompare = 0], $[$$iForward = 1], $[$$iSubItem = -1], $[$$bRow = False])
- $(2)~_ArrayShuffle
- _ArrayShuffle($[ByRef $$aArray], $[$$iStart_Row = 0], $[$$iEnd_Row = 0], $[$$iCol = -1])
- $(2)~_ArraySort
- _ArraySort($[ByRef $$aArray], $[$$iDescending = 0], $[$$iStart = 0], $[$$iEnd = 0], $[$$iSubItem = 0], $[$$iPivot = 0])
- $(2)~_ArraySwap
- _ArraySwap($[ByRef $$aArray], $[$$iIndex_1], $[$$iIndex_2], $[$$bCol = False], $[$$iStart = -1], $[$$iEnd = -1])
- $(2)~_ArrayToClip
- _ArrayToClip($[Const ByRef $$aArray], $[$$sDelim_Col = "|"], $[$$iStart_Row = -1], $[$$iEnd_Row = -1], $[$$sDelim_Row = @CRLF], $[$$iStart_Col = -1], $[$$iEnd_Col = -1])
- $(2)~_ArrayToString
- _ArrayToString($[Const ByRef $$aArray], $[$$sDelim_Col = "|"], $[$$iStart_Row = -1], $[$$iEnd_Row = -1], $[$$sDelim_Row = @CRLF], $[$$iStart_Col = -1], $[$$iEnd_Col = -1])
- $(2)~_ArrayTranspose
- _ArrayTranspose($[ByRef $$aArray])
- $(2)~_ArrayTrim
- _ArrayTrim($[ByRef $$aArray], $[$$iTrimNum], $[$$iDirection = 0], $[$$iStart = 0], $[$$iEnd = 0], $[$$iSubItem = 0])
- $(2)~_ArrayUnique
- _ArrayUnique($[Const ByRef $$aArray], $[$$iColumn = 0], $[$$iBase = 0], $[$$iCase = 0], $[$$iCount = $$ARRAYUNIQUE_COUNT], $[$$iIntType = $$ARRAYUNIQUE_AUTO])
- $(2)~_Assert
- _Assert($[$$sCondition], $[$$bExit = True], $[$$iCode = 0x7FFFFFFF], $[$$sLine = @ScriptLineNumber])
- $(2)~_ChooseColor
- _ChooseColor($[$$iReturnType = 0], $[$$iColorRef = 0], $[$$iRefType = 0], $[$$hWndOwnder = 0])
- $(2)~_ChooseFont
- _ChooseFont($[$$sFontName = "Courier New"], $[$$iPointSize = 10], $[$$iFontColorRef = 0], $[$$iFontWeight = 0], $[$$bItalic = False], $[$$bUnderline = False], $[$$bStrikethru = False], $[$$hWndOwner = 0])
- $(2)~_ClipBoard_ChangeChain
- _ClipBoard_ChangeChain($[$$hRemove], $[$$hNewNext])
- $(2)~_ClipBoard_Close
- _ClipBoard_Close($[])
- $(2)~_ClipBoard_CountFormats
- _ClipBoard_CountFormats($[])
- $(2)~_ClipBoard_Empty
- _ClipBoard_Empty($[])
- $(2)~_ClipBoard_EnumFormats
- _ClipBoard_EnumFormats($[$$iFormat])
- $(2)~_ClipBoard_FormatStr
- _ClipBoard_FormatStr($[$$iFormat])
- $(2)~_ClipBoard_GetData
- _ClipBoard_GetData($[$$iFormat = 1])
- $(2)~_ClipBoard_GetDataEx
- _ClipBoard_GetDataEx($[$$iFormat = 1])
- $(2)~_ClipBoard_GetFormatName
- _ClipBoard_GetFormatName($[$$iFormat])
- $(2)~_ClipBoard_GetOpenWindow
- _ClipBoard_GetOpenWindow($[])
- $(2)~_ClipBoard_GetOwner
- _ClipBoard_GetOwner($[])
- $(2)~_ClipBoard_GetPriorityFormat
- _ClipBoard_GetPriorityFormat($[$$aFormats])
- $(2)~_ClipBoard_GetSequenceNumber
- _ClipBoard_GetSequenceNumber($[])
- $(2)~_ClipBoard_GetViewer
- _ClipBoard_GetViewer($[])
- $(2)~_ClipBoard_IsFormatAvailable
- _ClipBoard_IsFormatAvailable($[$$iFormat])
- $(2)~_ClipBoard_Open
- _ClipBoard_Open($[$$hOwner])
- $(2)~_ClipBoard_RegisterFormat
- _ClipBoard_RegisterFormat($[$$sFormat])
- $(2)~_ClipBoard_SetData
- _ClipBoard_SetData($[$$vData], $[$$iFormat = 1])
- $(2)~_ClipBoard_SetDataEx
- _ClipBoard_SetDataEx($[ByRef $$hMemory], $[$$iFormat = 1])
- $(2)~_ClipBoard_SetViewer
- _ClipBoard_SetViewer($[$$hViewer])
- $(2)~_ClipPutFile
- _ClipPutFile($[$$sFilePath], $[$$sDelimiter = "|"])
- $(2)~_ColorConvertHSLtoRGB
- _ColorConvertHSLtoRGB($[$$aArray])
- $(2)~_ColorConvertRGBtoHSL
- _ColorConvertRGBtoHSL($[$$aArray])
- $(2)~_ColorGetBlue
- _ColorGetBlue($[$$iColor])
- $(2)~_ColorGetCOLORREF
- _ColorGetCOLORREF($[$$iColor])
- $(2)~_ColorGetGreen
- _ColorGetGreen($[$$iColor])
- $(2)~_ColorGetRed
- _ColorGetRed($[$$iColor])
- $(2)~_ColorGetRGB
- _ColorGetRGB($[$$iColor])
- $(2)~_ColorSetCOLORREF
- _ColorSetCOLORREF($[$$aColor])
- $(2)~_ColorSetRGB
- _ColorSetRGB($[$$aColor])
- $(2)~_Crypt_DecryptData
- _Crypt_DecryptData($[$$vData], $[$$vCryptKey], $[$$iAlgID], $[$$bFinal = True])
- $(2)~_Crypt_DecryptFile
- _Crypt_DecryptFile($[$$sSourceFile], $[$$sDestinationFile], $[$$vCryptKey], $[$$iAlgID])
- $(2)~_Crypt_DeriveKey
- _Crypt_DeriveKey($[$$vPassword], $[$$iAlgID], $[$$iHashPasswordID = $$CALG_MD5])
- $(2)~_Crypt_DestroyKey
- _Crypt_DestroyKey($[$$hCryptKey])
- $(2)~_Crypt_EncryptData
- _Crypt_EncryptData($[$$vData], $[$$vCryptKey], $[$$iAlgID], $[$$bFinal = True])
- $(2)~_Crypt_EncryptFile
- _Crypt_EncryptFile($[$$sSourceFile], $[$$sDestinationFile], $[$$vCryptKey], $[$$iAlgID])
- $(2)~_Crypt_GenRandom
- _Crypt_GenRandom($[$$pBuffer], $[$$iSize])
- $(2)~_Crypt_HashData
- _Crypt_HashData($[$$vData], $[$$iAlgID], $[$$bFinal = True], $[$$hCryptHash = 0])
- $(2)~_Crypt_HashFile
- _Crypt_HashFile($[$$sFilePath], $[$$iAlgID])
- $(2)~_Crypt_Shutdown
- _Crypt_Shutdown($[])
- $(2)~_Crypt_Startup
- _Crypt_Startup($[])
- $(2)~_Date_Time_CompareFileTime
- _Date_Time_CompareFileTime($[$$tFileTime1], $[$$tFileTime2])
- $(2)~_Date_Time_DOSDateTimeToArray
- _Date_Time_DOSDateTimeToArray($[$$iDosDate], $[$$iDosTime])
- $(2)~_Date_Time_DOSDateTimeToFileTime
- _Date_Time_DOSDateTimeToFileTime($[$$iFatDate], $[$$iFatTime])
- $(2)~_Date_Time_DOSDateTimeToStr
- _Date_Time_DOSDateTimeToStr($[$$iDosDate], $[$$iDosTime])
- $(2)~_Date_Time_DOSDateToArray
- _Date_Time_DOSDateToArray($[$$iDosDate])
- $(2)~_Date_Time_DOSDateToStr
- _Date_Time_DOSDateToStr($[$$iDosDate])
- $(2)~_Date_Time_DOSTimeToArray
- _Date_Time_DOSTimeToArray($[$$iDosTime])
- $(2)~_Date_Time_DOSTimeToStr
- _Date_Time_DOSTimeToStr($[$$iDosTime])
- $(2)~_Date_Time_EncodeFileTime
- _Date_Time_EncodeFileTime($[$$iMonth], $[$$iDay], $[$$iYear], $[$$iHour = 0], $[$$iMinute = 0], $[$$iSecond = 0], $[$$iMSeconds = 0])
- $(2)~_Date_Time_EncodeSystemTime
- _Date_Time_EncodeSystemTime($[$$iMonth], $[$$iDay], $[$$iYear], $[$$iHour = 0], $[$$iMinute = 0], $[$$iSecond = 0], $[$$iMSeconds = 0])
- $(2)~_Date_Time_FileTimeToArray
- _Date_Time_FileTimeToArray($[ByRef $$tFileTime])
- $(2)~_Date_Time_FileTimeToDOSDateTime
- _Date_Time_FileTimeToDOSDateTime($[$$tFileTime])
- $(2)~_Date_Time_FileTimeToLocalFileTime
- _Date_Time_FileTimeToLocalFileTime($[$$tFileTime])
- $(2)~_Date_Time_FileTimeToStr
- _Date_Time_FileTimeToStr($[ByRef $$tFileTime], $[$$iFmt = 0])
- $(2)~_Date_Time_FileTimeToSystemTime
- _Date_Time_FileTimeToSystemTime($[$$tFileTime])
- $(2)~_Date_Time_GetFileTime
- _Date_Time_GetFileTime($[$$hFile])
- $(2)~_Date_Time_GetLocalTime
- _Date_Time_GetLocalTime($[])
- $(2)~_Date_Time_GetSystemTime
- _Date_Time_GetSystemTime($[])
- $(2)~_Date_Time_GetSystemTimeAdjustment
- _Date_Time_GetSystemTimeAdjustment($[])
- $(2)~_Date_Time_GetSystemTimeAsFileTime
- _Date_Time_GetSystemTimeAsFileTime($[])
- $(2)~_Date_Time_GetSystemTimes
- _Date_Time_GetSystemTimes($[])
- $(2)~_Date_Time_GetTickCount
- _Date_Time_GetTickCount($[])
- $(2)~_Date_Time_GetTimeZoneInformation
- _Date_Time_GetTimeZoneInformation($[])
- $(2)~_Date_Time_LocalFileTimeToFileTime
- _Date_Time_LocalFileTimeToFileTime($[$$tLocalTime])
- $(2)~_Date_Time_SetFileTime
- _Date_Time_SetFileTime($[$$hFile], $[$$tCreateTime], $[$$tLastAccess], $[$$tLastWrite])
- $(2)~_Date_Time_SetLocalTime
- _Date_Time_SetLocalTime($[$$tSYSTEMTIME])
- $(2)~_Date_Time_SetSystemTime
- _Date_Time_SetSystemTime($[$$tSYSTEMTIME])
- $(2)~_Date_Time_SetSystemTimeAdjustment
- _Date_Time_SetSystemTimeAdjustment($[$$iAdjustment], $[$$bDisabled])
- $(2)~_Date_Time_SetTimeZoneInformation
- _Date_Time_SetTimeZoneInformation($[$$iBias], $[$$sStdName], $[$$tStdDate], $[$$iStdBias], $[$$sDayName], $[$$tDayDate], $[$$iDayBias])
- $(2)~_Date_Time_SystemTimeToArray
- _Date_Time_SystemTimeToArray($[ByRef $$tSYSTEMTIME])
- $(2)~_Date_Time_SystemTimeToDateStr
- _Date_Time_SystemTimeToDateStr($[ByRef $$tSYSTEMTIME], $[$$iFmt = 0])
- $(2)~_Date_Time_SystemTimeToDateTimeStr
- _Date_Time_SystemTimeToDateTimeStr($[ByRef $$tSYSTEMTIME], $[$$iFmt = 0])
- $(2)~_Date_Time_SystemTimeToFileTime
- _Date_Time_SystemTimeToFileTime($[$$tSYSTEMTIME])
- $(2)~_Date_Time_SystemTimeToTimeStr
- _Date_Time_SystemTimeToTimeStr($[ByRef $$tSYSTEMTIME])
- $(2)~_Date_Time_SystemTimeToTzSpecificLocalTime
- _Date_Time_SystemTimeToTzSpecificLocalTime($[$$tUTC], $[$$tTimeZone = 0])
- $(2)~_Date_Time_TzSpecificLocalTimeToSystemTime
- _Date_Time_TzSpecificLocalTimeToSystemTime($[$$tLocalTime], $[$$tTimeZone = 0])
- $(2)~_DateAdd
- _DateAdd($[$$sType], $[$$iNumber], $[$$sDate])
- $(2)~_DateDayOfWeek
- _DateDayOfWeek($[$$iDayNum], $[$$iFormat = 0])
- $(2)~_DateDaysInMonth
- _DateDaysInMonth($[$$iYear], $[$$iMonthNum])
- $(2)~_DateDiff
- _DateDiff($[$$sType], $[$$sStartDate], $[$$sEndDate])
- $(2)~_DateIsLeapYear
- _DateIsLeapYear($[$$iYear])
- $(2)~_DateIsValid
- _DateIsValid($[$$sDate])
- $(2)~_DateTimeFormat
- _DateTimeFormat($[$$sDate], $[$$sType])
- $(2)~_DateTimeSplit
- _DateTimeSplit($[$$sDate], $[ByRef $$aDatePart], $[ByRef $$iTimePart])
- $(2)~_DateToDayOfWeek
- _DateToDayOfWeek($[$$iYear], $[$$iMonth], $[$$iDay])
- $(2)~_DateToDayOfWeekISO
- _DateToDayOfWeekISO($[$$iYear], $[$$iMonth], $[$$iDay])
- $(2)~_DateToDayValue
- _DateToDayValue($[$$iYear], $[$$iMonth], $[$$iDay])
- $(2)~_DateToMonth
- _DateToMonth($[$$iMonNum], $[$$iFormat = 0])
- $(2)~_DayValueToDate
- _DayValueToDate($[$$iJulianDate], $[ByRef $$iYear], $[ByRef $$iMonth], $[ByRef $$iDay])
- $(2)~_DebugArrayDisplay
- _DebugArrayDisplay($[Const ByRef $$aArray], $[$$sTitle = "DebugArray"], $[$$sArrayRange = ""], $[$$iFlags = 0], $[$$vUser_Separator = Default], $[$$sHeader = Default], $[$$iMax_ColWidth = Default], $[$$hUser_Function = ""])
- $(2)~_DebugBugReportEnv
- _DebugBugReportEnv($[])
- $(2)~_DebugCOMError
- _DebugCOMError($[$$iComDebug = 1], $[$$bExit = False])
- $(2)~_DebugOut
- _DebugOut($[$$sOutput])
- $(2)~_DebugReport
- _DebugReport($[$$sData], $[$$bLastError = False], $[$$bExit = False])
- $(2)~_DebugReportEx
- _DebugReportEx($[$$sData], $[$$bLastError = False], $[$$bExit = False])
- $(2)~_DebugReportVar
- _DebugReportVar($[$$sVarName], $[$$vVar], $[$$bErrExt = False], $[$$iDebugLineNumber = @ScriptLineNumber])
- $(2)~_DebugSetup
- _DebugSetup($[$$sTitle = Default], $[$$bBugReportInfos = False], $[$$vReportType = 1], $[$$sLogFile = ""], $[$$bTimeStamp = False])
- $(2)~_Degree
- _Degree($[$$iRadians])
- $(2)~_EventLog__Backup
- _EventLog__Backup($[$$hEventLog], $[$$sFileName])
- $(2)~_EventLog__Clear
- _EventLog__Clear($[$$hEventLog], $[$$sFileName])
- $(2)~_EventLog__Close
- _EventLog__Close($[$$hEventLog])
- $(2)~_EventLog__Count
- _EventLog__Count($[$$hEventLog])
- $(2)~_EventLog__DeregisterSource
- _EventLog__DeregisterSource($[$$hEventLog])
- $(2)~_EventLog__Full
- _EventLog__Full($[$$hEventLog])
- $(2)~_EventLog__Notify
- _EventLog__Notify($[$$hEventLog], $[$$hEvent])
- $(2)~_EventLog__Oldest
- _EventLog__Oldest($[$$hEventLog])
- $(2)~_EventLog__Open
- _EventLog__Open($[$$sServerName], $[$$sSourceName])
- $(2)~_EventLog__OpenBackup
- _EventLog__OpenBackup($[$$sServerName], $[$$sFileName])
- $(2)~_EventLog__Read
- _EventLog__Read($[$$hEventLog], $[$$bRead = True], $[$$bForward = True], $[$$iOffset = 0])
- $(2)~_EventLog__RegisterSource
- _EventLog__RegisterSource($[$$sServerName], $[$$sSourceName])
- $(2)~_EventLog__Report
- _EventLog__Report($[$$hEventLog], $[$$iType], $[$$iCategory], $[$$iEventID], $[$$sUserName], $[$$sDesc], $[$$aData])
- $(2)~_Excel_BookAttach
- _Excel_BookAttach($[$$sString], $[$$sMode = "FilePath"], $[$$oInstance = Default])
- $(2)~_Excel_BookClose
- _Excel_BookClose($[$$oWorkbook], $[$$bSave = True])
- $(2)~_Excel_BookList
- _Excel_BookList($[$$oExcel = Default])
- $(2)~_Excel_BookNew
- _Excel_BookNew($[$$oExcel], $[$$iSheets = Default])
- $(2)~_Excel_BookOpen
- _Excel_BookOpen($[$$oExcel], $[$$sFilePath], $[$$bReadOnly = False], $[$$bVisible = True], $[$$sPassword = Default], $[$$sWritePassword = Default], $[$$bUpdateLinks = Default])
- $(2)~_Excel_BookOpenText
- _Excel_BookOpenText($[$$oExcel], $[$$sFilePath], $[$$iStartRow = 1], $[$$iDataType = Default], $[$$sTextQualifier = $$xlTextQualifierDoubleQuote], $[$$bConsecutiveDelimiter = False], $[$$sDelimiter = "], $["], $[$$aFieldInfo = ""], $[$$sDecimalSeparator = Default], $[$$sThousandsSeparator = Default], $[$$bTrailingMinusNumbers = True], $[$$iOrigin = Default])
- $(2)~_Excel_BookSave
- _Excel_BookSave($[$$oWorkbook])
- $(2)~_Excel_BookSaveAs
- _Excel_BookSaveAs($[$$oWorkbook], $[$$sFilePath], $[$$iFormat = $$xlWorkbookDefault], $[$$bOverWrite = False], $[$$sPassword = Default], $[$$sWritePassword = Default], $[$$bReadOnlyRecommended = False])
- $(2)~_Excel_Close
- _Excel_Close($[$$oExcel], $[$$bSaveChanges = True], $[$$bForceClose = False])
- $(2)~_Excel_ColumnToLetter
- _Excel_ColumnToLetter($[$$iColumn])
- $(2)~_Excel_ColumnToNumber
- _Excel_ColumnToNumber($[$$sColumn])
- $(2)~_Excel_ConvertFormula
- _Excel_ConvertFormula($[$$oExcel], $[$$sFormula], $[$$iFromStyle], $[$$iToStyle = Default], $[$$iToAbsolute = Default], $[$$vRelativeTo = Default])
- $(2)~_Excel_Export
- _Excel_Export($[$$oExcel], $[$$vObject], $[$$sFileName], $[$$iType = $$xlTypePDF], $[$$iQuality = $$xlQualityStandard], $[$$bIncludeProperties = True], $[$$iFrom = Default], $[$$iTo = Default], $[$$bOpenAfterPublish = Default])
- $(2)~_Excel_FilterGet
- _Excel_FilterGet($[$$oWorkbook], $[$$vWorksheet = Default])
- $(2)~_Excel_FilterSet
- _Excel_FilterSet($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$iField], $[$$sCriteria1 = Default], $[$$iOperator = Default], $[$$sCriteria2 = Default])
- $(2)~_Excel_Open
- _Excel_Open($[$$bVisible = True], $[$$bDisplayAlerts = False], $[$$bScreenUpdating = True], $[$$bInteractive = True], $[$$bForceNew = False])
- $(2)~_Excel_PictureAdd
- _Excel_PictureAdd($[$$oWorkbook], $[$$vWorksheet], $[$$sFile], $[$$vRangeOrLeft], $[$$iTop = Default], $[$$iWidth = Default], $[$$iHeight = Default], $[$$bKeepRatio = True])
- $(2)~_Excel_Print
- _Excel_Print($[$$oExcel], $[$$vObject], $[$$iCopies = Default], $[$$sPrinter = Default], $[$$bPreview = Default], $[$$iFrom = Default], $[$$iTo = Default], $[$$bPrintToFile = Default], $[$$bCollate = Default], $[$$sPrToFileName = ""])
- $(2)~_Excel_RangeCopyPaste
- _Excel_RangeCopyPaste($[$$oWorksheet], $[$$vSourceRange], $[$$vTargetRange = Default], $[$$bCut = False], $[$$iPaste = Default], $[$$iOperation = Default], $[$$bSkipBlanks = False], $[$$bTranspose = False])
- $(2)~_Excel_RangeDelete
- _Excel_RangeDelete($[$$oWorksheet], $[$$vRange], $[$$iShift = Default], $[$$iEntireRowCol = Default])
- $(2)~_Excel_RangeFind
- _Excel_RangeFind($[$$oWorkbook], $[$$sSearch], $[$$vRange = Default], $[$$iLookIn = $$xlValues], $[$$iLookAt = $$xlPart], $[$$bMatchcase = False])
- $(2)~_Excel_RangeInsert
- _Excel_RangeInsert($[$$oWorksheet], $[$$vRange], $[$$iShift = Default], $[$$iCopyOrigin = Default])
- $(2)~_Excel_RangeLinkAddRemove
- _Excel_RangeLinkAddRemove($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$sAddress], $[$$sSubAddress = Default], $[$$sScreenTip = Default], $[$$sTextToDisplay = Default])
- $(2)~_Excel_RangeRead
- _Excel_RangeRead($[$$oWorkbook], $[$$vWorksheet = Default], $[$$vRange = Default], $[$$iReturn = 1], $[$$bForceFunc = False])
- $(2)~_Excel_RangeReplace
- _Excel_RangeReplace($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$sSearch], $[$$sReplace], $[$$iLookAt = $$xlPart], $[$$bMatchcase = False])
- $(2)~_Excel_RangeSort
- _Excel_RangeSort($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$vKey1], $[$$iOrder1 = $$xlAscending], $[$$iSortText = $$xlSortNormal], $[$$iHeader = $$xlNo], $[$$bMatchcase = False], $[$$iOrientation = $$xlSortRows], $[$$vKey2 = Default], $[$$iOrder2 = Default], $[$$vKey3 = Default], $[$$iOrder3 = Default])
- $(2)~_Excel_RangeValidate
- _Excel_RangeValidate($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$iType], $[$$sFormula1], $[$$iOperator = Default], $[$$sFormula2 = Default], $[$$bIgnoreBlank = True], $[$$iAlertStyle = $$xlValidAlertStop], $[$$sErrorMessage = Default], $[$$sInputMessage = Default])
- $(2)~_Excel_RangeWrite
- _Excel_RangeWrite($[$$oWorkbook], $[$$vWorksheet], $[$$vValue], $[$$vRange = "A1"], $[$$bValue = True], $[$$bForceFunc = False])
- $(2)~_Excel_SheetAdd
- _Excel_SheetAdd($[$$oWorkbook], $[$$vSheet = Default], $[$$bBefore = True], $[$$iCount = 1], $[$$sName = ""])
- $(2)~_Excel_SheetCopyMove
- _Excel_SheetCopyMove($[$$oSourceBook], $[$$vSourceSheet = Default], $[$$oTargetBook = $$oSourceBook], $[$$vTargetSheet = 1], $[$$bBefore = True], $[$$bCopy = True])
- $(2)~_Excel_SheetDelete
- _Excel_SheetDelete($[$$oWorkbook], $[$$vSheet = Default])
- $(2)~_Excel_SheetList
- _Excel_SheetList($[$$oWorkbook])
- $(2)~_FileCountLines
- _FileCountLines($[$$sFilePath])
- $(2)~_FileCreate
- _FileCreate($[$$sFilePath])
- $(2)~_FileListToArray
- _FileListToArray($[$$sFilePath], $[$$sFilter = "*"], $[$$iFlag = $$FLTA_FILESFOLDERS], $[$$bReturnPath = False])
- $(2)~_FileListToArrayRec
- _FileListToArrayRec($[$$sFilePath], $[$$sMask = "*"], $[$$iReturn = $$FLTAR_FILESFOLDERS], $[$$iRecur = $$FLTAR_NORECUR], $[$$iSort = $$FLTAR_NOSORT], $[$$iReturnPath = $$FLTAR_RELPATH])
- $(2)~_FilePrint
- _FilePrint($[$$sFilePath], $[$$iShow = @SW_HIDE])
- $(2)~_FileReadToArray
- _FileReadToArray($[$$sFilePath], $[ByRef $$vReturn], $[$$iFlags = $$FRTA_COUNT], $[$$sDelimiter = ""])
- $(2)~_FileWriteFromArray
- _FileWriteFromArray($[$$sFilePath], $[Const ByRef $$aArray], $[$$iBase = Default], $[$$iUBound = Default], $[$$sDelimiter = "|"])
- $(2)~_FileWriteLog
- _FileWriteLog($[$$sLogPath], $[$$sLogMsg], $[$$iFlag = -1])
- $(2)~_FileWriteToLine
- _FileWriteToLine($[$$sFilePath], $[$$iLine], $[$$sText], $[$$bOverWrite = False], $[$$bFill = False])
- $(2)~_FTP_Close
- _FTP_Close($[$$hSession])
- $(2)~_FTP_Command
- _FTP_Command($[$$hFTPSession], $[$$sFTPCommand], $[$$iFlags = $$FTP_TRANSFER_TYPE_ASCII], $[$$iExpectResponse = 0], $[$$iContext = 0])
- $(2)~_FTP_Connect
- _FTP_Connect($[$$hInternetSession], $[$$sServerName], $[$$sUsername], $[$$sPassword], $[$$iPassive = 0], $[$$iServerPort = 0], $[$$iService = $$INTERNET_SERVICE_FTP], $[$$iFlags = $$INTERNET_FLAG_DEFAULT], $[$$fuContext = 0])
- $(2)~_FTP_DecodeInternetStatus
- _FTP_DecodeInternetStatus($[$$iInternetStatus])
- $(2)~_FTP_DirCreate
- _FTP_DirCreate($[$$hFTPSession], $[$$sRemote])
- $(2)~_FTP_DirDelete
- _FTP_DirDelete($[$$hFTPSession], $[$$sRemote])
- $(2)~_FTP_DirGetCurrent
- _FTP_DirGetCurrent($[$$hFTPSession])
- $(2)~_FTP_DirPutContents
- _FTP_DirPutContents($[$$hFTPSession], $[$$sLocalFolder], $[$$sRemoteFolder], $[$$bRecursivePut], $[$$iContext = 0])
- $(2)~_FTP_DirSetCurrent
- _FTP_DirSetCurrent($[$$hFTPSession], $[$$sRemote])
- $(2)~_FTP_FileClose
- _FTP_FileClose($[$$hFTPFile])
- $(2)~_FTP_FileDelete
- _FTP_FileDelete($[$$hFTPSession], $[$$sRemoteFile])
- $(2)~_FTP_FileGet
- _FTP_FileGet($[$$hFTPSession], $[$$sRemoteFile], $[$$sLocalFile], $[$$bFailIfExists = False], $[$$iFlagsAndAttributes = 0], $[$$iFlags = $$FTP_TRANSFER_TYPE_UNKNOWN], $[$$iContext = 0])
- $(2)~_FTP_FileGetSize
- _FTP_FileGetSize($[$$hFTPSession], $[$$sFileName])
- $(2)~_FTP_FileOpen
- _FTP_FileOpen($[$$hConnect], $[$$sFileName], $[$$iAccess = $$GENERIC_READ], $[$$iFlags = $$INTERNET_FLAG_TRANSFER_BINARY], $[$$iContext = 0])
- $(2)~_FTP_FilePut
- _FTP_FilePut($[$$hFTPSession], $[$$sLocalFile], $[$$sRemoteFile], $[$$iFlags = 0], $[$$iContext = 0])
- $(2)~_FTP_FileRead
- _FTP_FileRead($[$$hFTPFile], $[$$iNumberOfBytesToRead])
- $(2)~_FTP_FileRename
- _FTP_FileRename($[$$hFTPSession], $[$$sExisting], $[$$sNew])
- $(2)~_FTP_FileTimeLoHiToStr
- _FTP_FileTimeLoHiToStr($[$$iLoDWORD], $[$$iHiDWORD], $[$$iFmt = 0])
- $(2)~_FTP_FindFileClose
- _FTP_FindFileClose($[$$hFTPFind])
- $(2)~_FTP_FindFileFirst
- _FTP_FindFileFirst($[$$hFTPSession], $[$$sRemotePath], $[ByRef $$hFTPFind], $[$$iFlags = 0], $[$$iContext = 0])
- $(2)~_FTP_FindFileNext
- _FTP_FindFileNext($[$$hFTPFind])
- $(2)~_FTP_GetLastResponseInfo
- _FTP_GetLastResponseInfo($[ByRef $$iError], $[ByRef $$sMessage])
- $(2)~_FTP_ListToArray
- _FTP_ListToArray($[$$hFTPSession], $[$$iReturnType = 0], $[$$iFlags = $$INTERNET_FLAG_NO_CACHE_WRITE], $[$$iContext = 0])
- $(2)~_FTP_ListToArray2D
- _FTP_ListToArray2D($[$$hFTPSession], $[$$iReturnType = 0], $[$$iFlags = $$INTERNET_FLAG_NO_CACHE_WRITE], $[$$iContext = 0])
- $(2)~_FTP_ListToArrayEx
- _FTP_ListToArrayEx($[$$hFTPSession], $[$$iReturnType = 0], $[$$iFlags = $$INTERNET_FLAG_NO_CACHE_WRITE], $[$$iFmt = 1], $[$$iContext = 0])
- $(2)~_FTP_Open
- _FTP_Open($[$$sAgent], $[$$iAccessType = $$INTERNET_OPEN_TYPE_DIRECT], $[$$sProxyName = ''], $[$$sProxyBypass = ''], $[$$iFlags = 0])
- $(2)~_FTP_ProgressDownload
- _FTP_ProgressDownload($[$$hFTPSession], $[$$sLocalFile], $[$$sRemoteFile], $[$$hFunctionToCall = 0])
- $(2)~_FTP_ProgressUpload
- _FTP_ProgressUpload($[$$hFTPSession], $[$$sLocalFile], $[$$sRemoteFile], $[$$hFunctionToCall = 0])
- $(2)~_FTP_SetStatusCallback
- _FTP_SetStatusCallback($[$$hInternetSession], $[$$sFunctionName])
- $(2)~_GDIPlus_ArrowCapCreate
- _GDIPlus_ArrowCapCreate($[$$fHeight], $[$$fWidth], $[$$bFilled = True])
- $(2)~_GDIPlus_ArrowCapDispose
- _GDIPlus_ArrowCapDispose($[$$hCap])
- $(2)~_GDIPlus_ArrowCapGetFillState
- _GDIPlus_ArrowCapGetFillState($[$$hArrowCap])
- $(2)~_GDIPlus_ArrowCapGetHeight
- _GDIPlus_ArrowCapGetHeight($[$$hArrowCap])
- $(2)~_GDIPlus_ArrowCapGetMiddleInset
- _GDIPlus_ArrowCapGetMiddleInset($[$$hArrowCap])
- $(2)~_GDIPlus_ArrowCapGetWidth
- _GDIPlus_ArrowCapGetWidth($[$$hArrowCap])
- $(2)~_GDIPlus_ArrowCapSetFillState
- _GDIPlus_ArrowCapSetFillState($[$$hArrowCap], $[$$bFilled = True])
- $(2)~_GDIPlus_ArrowCapSetHeight
- _GDIPlus_ArrowCapSetHeight($[$$hArrowCap], $[$$fHeight])
- $(2)~_GDIPlus_ArrowCapSetMiddleInset
- _GDIPlus_ArrowCapSetMiddleInset($[$$hArrowCap], $[$$fInset])
- $(2)~_GDIPlus_ArrowCapSetWidth
- _GDIPlus_ArrowCapSetWidth($[$$hArrowCap], $[$$fWidth])
- $(2)~_GDIPlus_BitmapApplyEffect
- _GDIPlus_BitmapApplyEffect($[$$hBitmap], $[$$hEffect], $[$$tRECT = Null])
- $(2)~_GDIPlus_BitmapApplyEffectEx
- _GDIPlus_BitmapApplyEffectEx($[$$hBitmap], $[$$hEffect], $[$$iX = 0], $[$$iY = 0], $[$$iW = 0], $[$$iH = 0])
- $(2)~_GDIPlus_BitmapCloneArea
- _GDIPlus_BitmapCloneArea($[$$hBitmap], $[$$nLeft], $[$$nTop], $[$$nWidth], $[$$nHeight], $[$$iFormat = 0x00021808])
- $(2)~_GDIPlus_BitmapConvertFormat
- _GDIPlus_BitmapConvertFormat($[$$hBitmap], $[$$iPixelFormat], $[$$iDitherType], $[$$iPaletteType], $[$$tPalette], $[$$fAlphaThresholdPercent = 0.0])
- $(2)~_GDIPlus_BitmapCreateApplyEffect
- _GDIPlus_BitmapCreateApplyEffect($[$$hBitmap], $[$$hEffect], $[$$tRECT = Null], $[$$tOutRECT = Null])
- $(2)~_GDIPlus_BitmapCreateApplyEffectEx
- _GDIPlus_BitmapCreateApplyEffectEx($[$$hBitmap], $[$$hEffect], $[$$iX = 0], $[$$iY = 0], $[$$iW = 0], $[$$iH = 0])
- $(2)~_GDIPlus_BitmapCreateDIBFromBitmap
- _GDIPlus_BitmapCreateDIBFromBitmap($[$$hBitmap])
- $(2)~_GDIPlus_BitmapCreateFromFile
- _GDIPlus_BitmapCreateFromFile($[$$sFileName])
- $(2)~_GDIPlus_BitmapCreateFromGraphics
- _GDIPlus_BitmapCreateFromGraphics($[$$iWidth], $[$$iHeight], $[$$hGraphics])
- $(2)~_GDIPlus_BitmapCreateFromHBITMAP
- _GDIPlus_BitmapCreateFromHBITMAP($[$$hBitmap], $[$$hPal = 0])
- $(2)~_GDIPlus_BitmapCreateFromHICON
- _GDIPlus_BitmapCreateFromHICON($[$$hIcon])
- $(2)~_GDIPlus_BitmapCreateFromHICON32
- _GDIPlus_BitmapCreateFromHICON32($[$$hIcon])
- $(2)~_GDIPlus_BitmapCreateFromMemory
- _GDIPlus_BitmapCreateFromMemory($[$$dImage], $[$$bHBITMAP = False])
- $(2)~_GDIPlus_BitmapCreateFromResource
- _GDIPlus_BitmapCreateFromResource($[$$hInst], $[$$vResourceName])
- $(2)~_GDIPlus_BitmapCreateFromScan0
- _GDIPlus_BitmapCreateFromScan0($[$$iWidth], $[$$iHeight], $[$$iPixelFormat = $$GDIP_PXF32ARGB], $[$$iStride = 0], $[$$pScan0 = 0])
- $(2)~_GDIPlus_BitmapCreateFromStream
- _GDIPlus_BitmapCreateFromStream($[$$pStream])
- $(2)~_GDIPlus_BitmapCreateHBITMAPFromBitmap
- _GDIPlus_BitmapCreateHBITMAPFromBitmap($[$$hBitmap], $[$$iARGB = 0xFF000000])
- $(2)~_GDIPlus_BitmapDispose
- _GDIPlus_BitmapDispose($[$$hBitmap])
- $(2)~_GDIPlus_BitmapGetHistogram
- _GDIPlus_BitmapGetHistogram($[$$hBitmap], $[$$iHistogramFormat], $[$$iHistogramSize], $[$$tChannel_0], $[$$tChannel_1 = 0], $[$$tChannel_2 = 0], $[$$tChannel_3 = 0])
- $(2)~_GDIPlus_BitmapGetHistogramEx
- _GDIPlus_BitmapGetHistogramEx($[$$hBitmap])
- $(2)~_GDIPlus_BitmapGetHistogramSize
- _GDIPlus_BitmapGetHistogramSize($[$$iFormat])
- $(2)~_GDIPlus_BitmapGetPixel
- _GDIPlus_BitmapGetPixel($[$$hBitmap], $[$$iX], $[$$iY])
- $(2)~_GDIPlus_BitmapLockBits
- _GDIPlus_BitmapLockBits($[$$hBitmap], $[$$iLeft], $[$$iTop], $[$$iWidth], $[$$iHeight], $[$$iFlags = $$GDIP_ILMREAD], $[$$iFormat = $$GDIP_PXF32RGB])
- $(2)~_GDIPlus_BitmapSetPixel
- _GDIPlus_BitmapSetPixel($[$$hBitmap], $[$$iX], $[$$iY], $[$$iARGB])
- $(2)~_GDIPlus_BitmapSetResolution
- _GDIPlus_BitmapSetResolution($[$$hBitmap], $[$$fDpiX], $[$$fDpiY])
- $(2)~_GDIPlus_BitmapUnlockBits
- _GDIPlus_BitmapUnlockBits($[$$hBitmap], $[$$tBitmapData])
- $(2)~_GDIPlus_BrushClone
- _GDIPlus_BrushClone($[$$hBrush])
- $(2)~_GDIPlus_BrushCreateSolid
- _GDIPlus_BrushCreateSolid($[$$iARGB = 0xFF000000])
- $(2)~_GDIPlus_BrushDispose
- _GDIPlus_BrushDispose($[$$hBrush])
- $(2)~_GDIPlus_BrushGetSolidColor
- _GDIPlus_BrushGetSolidColor($[$$hBrush])
- $(2)~_GDIPlus_BrushGetType
- _GDIPlus_BrushGetType($[$$hBrush])
- $(2)~_GDIPlus_BrushSetSolidColor
- _GDIPlus_BrushSetSolidColor($[$$hBrush], $[$$iARGB = 0xFF000000])
- $(2)~_GDIPlus_ColorMatrixCreate
- _GDIPlus_ColorMatrixCreate($[])
- $(2)~_GDIPlus_ColorMatrixCreateGrayScale
- _GDIPlus_ColorMatrixCreateGrayScale($[])
- $(2)~_GDIPlus_ColorMatrixCreateNegative
- _GDIPlus_ColorMatrixCreateNegative($[])
- $(2)~_GDIPlus_ColorMatrixCreateSaturation
- _GDIPlus_ColorMatrixCreateSaturation($[$$fSat])
- $(2)~_GDIPlus_ColorMatrixCreateScale
- _GDIPlus_ColorMatrixCreateScale($[$$fRed], $[$$fGreen], $[$$fBlue], $[$$fAlpha = 1])
- $(2)~_GDIPlus_ColorMatrixCreateTranslate
- _GDIPlus_ColorMatrixCreateTranslate($[$$fRed], $[$$fGreen], $[$$fBlue], $[$$fAlpha = 0])
- $(2)~_GDIPlus_CustomLineCapClone
- _GDIPlus_CustomLineCapClone($[$$hCustomLineCap])
- $(2)~_GDIPlus_CustomLineCapCreate
- _GDIPlus_CustomLineCapCreate($[$$hPathFill], $[$$hPathStroke], $[$$iLineCap = 0], $[$$nBaseInset = 0])
- $(2)~_GDIPlus_CustomLineCapDispose
- _GDIPlus_CustomLineCapDispose($[$$hCap])
- $(2)~_GDIPlus_CustomLineCapGetStrokeCaps
- _GDIPlus_CustomLineCapGetStrokeCaps($[$$hCustomLineCap])
- $(2)~_GDIPlus_CustomLineCapSetStrokeCaps
- _GDIPlus_CustomLineCapSetStrokeCaps($[$$hCustomLineCap], $[$$iStartCap], $[$$iEndCap])
- $(2)~_GDIPlus_Decoders
- _GDIPlus_Decoders($[])
- $(2)~_GDIPlus_DecodersGetCount
- _GDIPlus_DecodersGetCount($[])
- $(2)~_GDIPlus_DecodersGetSize
- _GDIPlus_DecodersGetSize($[])
- $(2)~_GDIPlus_DrawImageFX
- _GDIPlus_DrawImageFX($[$$hGraphics], $[$$hImage], $[$$hEffect], $[$$tRECTF = 0], $[$$hMatrix = 0], $[$$hImgAttributes = 0], $[$$iUnit = 2])
- $(2)~_GDIPlus_DrawImageFXEx
- _GDIPlus_DrawImageFXEx($[$$hGraphics], $[$$hImage], $[$$hEffect], $[$$nX = 0], $[$$nY = 0], $[$$nW = 0], $[$$nH = 0], $[$$hMatrix = 0], $[$$hImgAttributes = 0], $[$$iUnit = 2])
- $(2)~_GDIPlus_DrawImagePoints
- _GDIPlus_DrawImagePoints($[$$hGraphic], $[$$hImage], $[$$nULX], $[$$nULY], $[$$nURX], $[$$nURY], $[$$nLLX], $[$$nLLY], $[$$iCount = 3])
- $(2)~_GDIPlus_EffectCreate
- _GDIPlus_EffectCreate($[$$sEffectGUID])
- $(2)~_GDIPlus_EffectCreateBlur
- _GDIPlus_EffectCreateBlur($[$$fRadius = 10.0], $[$$bExpandEdge = False])
- $(2)~_GDIPlus_EffectCreateBrightnessContrast
- _GDIPlus_EffectCreateBrightnessContrast($[$$iBrightnessLevel = 0], $[$$iContrastLevel = 0])
- $(2)~_GDIPlus_EffectCreateColorBalance
- _GDIPlus_EffectCreateColorBalance($[$$iCyanRed = 0], $[$$iMagentaGreen = 0], $[$$iYellowBlue = 0])
- $(2)~_GDIPlus_EffectCreateColorCurve
- _GDIPlus_EffectCreateColorCurve($[$$iAdjustment], $[$$iChannel], $[$$iAdjustValue])
- $(2)~_GDIPlus_EffectCreateColorLUT
- _GDIPlus_EffectCreateColorLUT($[$$aColorLUT])
- $(2)~_GDIPlus_EffectCreateColorMatrix
- _GDIPlus_EffectCreateColorMatrix($[$$tColorMatrix])
- $(2)~_GDIPlus_EffectCreateHueSaturationLightness
- _GDIPlus_EffectCreateHueSaturationLightness($[$$iHueLevel = 0], $[$$iSaturationLevel = 0], $[$$iLightnessLevel = 0])
- $(2)~_GDIPlus_EffectCreateLevels
- _GDIPlus_EffectCreateLevels($[$$iHighlight = 100], $[$$iMidtone = 0], $[$$iShadow = 0])
- $(2)~_GDIPlus_EffectCreateRedEyeCorrection
- _GDIPlus_EffectCreateRedEyeCorrection($[$$aAreas])
- $(2)~_GDIPlus_EffectCreateSharpen
- _GDIPlus_EffectCreateSharpen($[$$fRadius = 10.0], $[$$fAmount = 50.0])
- $(2)~_GDIPlus_EffectCreateTint
- _GDIPlus_EffectCreateTint($[$$iHue = 0], $[$$iAmount = 0])
- $(2)~_GDIPlus_EffectDispose
- _GDIPlus_EffectDispose($[$$hEffect])
- $(2)~_GDIPlus_EffectGetParameters
- _GDIPlus_EffectGetParameters($[$$hEffect], $[$$tEffectParameters])
- $(2)~_GDIPlus_EffectSetParameters
- _GDIPlus_EffectSetParameters($[$$hEffect], $[$$tEffectParameters], $[$$iSizeAdjust = 1])
- $(2)~_GDIPlus_Encoders
- _GDIPlus_Encoders($[])
- $(2)~_GDIPlus_EncodersGetCLSID
- _GDIPlus_EncodersGetCLSID($[$$sFileExtension])
- $(2)~_GDIPlus_EncodersGetCount
- _GDIPlus_EncodersGetCount($[])
- $(2)~_GDIPlus_EncodersGetParamList
- _GDIPlus_EncodersGetParamList($[$$hImage], $[$$sEncoder])
- $(2)~_GDIPlus_EncodersGetParamListSize
- _GDIPlus_EncodersGetParamListSize($[$$hImage], $[$$sEncoder])
- $(2)~_GDIPlus_EncodersGetSize
- _GDIPlus_EncodersGetSize($[])
- $(2)~_GDIPlus_FontCreate
- _GDIPlus_FontCreate($[$$hFamily], $[$$fSize], $[$$iStyle = 0], $[$$iUnit = 3])
- $(2)~_GDIPlus_FontDispose
- _GDIPlus_FontDispose($[$$hFont])
- $(2)~_GDIPlus_FontFamilyCreate
- _GDIPlus_FontFamilyCreate($[$$sFamily], $[$$pCollection = 0])
- $(2)~_GDIPlus_FontFamilyCreateFromCollection
- _GDIPlus_FontFamilyCreateFromCollection($[$$sFontName], $[$$hFontCollection])
- $(2)~_GDIPlus_FontFamilyDispose
- _GDIPlus_FontFamilyDispose($[$$hFamily])
- $(2)~_GDIPlus_FontFamilyGetCellAscent
- _GDIPlus_FontFamilyGetCellAscent($[$$hFontFamily], $[$$iStyle = 0])
- $(2)~_GDIPlus_FontFamilyGetCellDescent
- _GDIPlus_FontFamilyGetCellDescent($[$$hFontFamily], $[$$iStyle = 0])
- $(2)~_GDIPlus_FontFamilyGetEmHeight
- _GDIPlus_FontFamilyGetEmHeight($[$$hFontFamily], $[$$iStyle = 0])
- $(2)~_GDIPlus_FontFamilyGetLineSpacing
- _GDIPlus_FontFamilyGetLineSpacing($[$$hFontFamily], $[$$iStyle = 0])
- $(2)~_GDIPlus_FontGetHeight
- _GDIPlus_FontGetHeight($[$$hFont], $[$$hGraphics])
- $(2)~_GDIPlus_FontPrivateAddFont
- _GDIPlus_FontPrivateAddFont($[$$hFontCollection], $[$$sFontFile])
- $(2)~_GDIPlus_FontPrivateAddMemoryFont
- _GDIPlus_FontPrivateAddMemoryFont($[$$hFontCollection], $[$$tFont])
- $(2)~_GDIPlus_FontPrivateCollectionDispose
- _GDIPlus_FontPrivateCollectionDispose($[$$hFontCollection])
- $(2)~_GDIPlus_FontPrivateCreateCollection
- _GDIPlus_FontPrivateCreateCollection($[])
- $(2)~_GDIPlus_GraphicsClear
- _GDIPlus_GraphicsClear($[$$hGraphics], $[$$iARGB = 0xFF000000])
- $(2)~_GDIPlus_GraphicsCreateFromHDC
- _GDIPlus_GraphicsCreateFromHDC($[$$hDC])
- $(2)~_GDIPlus_GraphicsCreateFromHWND
- _GDIPlus_GraphicsCreateFromHWND($[$$hWnd])
- $(2)~_GDIPlus_GraphicsDispose
- _GDIPlus_GraphicsDispose($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsDrawArc
- _GDIPlus_GraphicsDrawArc($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawBezier
- _GDIPlus_GraphicsDrawBezier($[$$hGraphics], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$nX3], $[$$nY3], $[$$nX4], $[$$nY4], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawClosedCurve
- _GDIPlus_GraphicsDrawClosedCurve($[$$hGraphics], $[$$aPoints], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawClosedCurve2
- _GDIPlus_GraphicsDrawClosedCurve2($[$$hGraphics], $[$$aPoints], $[$$nTension], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawCurve
- _GDIPlus_GraphicsDrawCurve($[$$hGraphics], $[$$aPoints], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawCurve2
- _GDIPlus_GraphicsDrawCurve2($[$$hGraphics], $[$$aPoints], $[$$nTension], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawEllipse
- _GDIPlus_GraphicsDrawEllipse($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawImage
- _GDIPlus_GraphicsDrawImage($[$$hGraphics], $[$$hImage], $[$$nX], $[$$nY])
- $(2)~_GDIPlus_GraphicsDrawImagePointsRect
- _GDIPlus_GraphicsDrawImagePointsRect($[$$hGraphics], $[$$hImage], $[$$nULX], $[$$nULY], $[$$nURX], $[$$nURY], $[$$nLLX], $[$$nLLY], $[$$nSrcX], $[$$nSrcY], $[$$nSrcWidth], $[$$nSrcHeight], $[$$hImageAttributes = 0], $[$$iUnit = 2])
- $(2)~_GDIPlus_GraphicsDrawImageRect
- _GDIPlus_GraphicsDrawImageRect($[$$hGraphics], $[$$hImage], $[$$nX], $[$$nY], $[$$nW], $[$$nH])
- $(2)~_GDIPlus_GraphicsDrawImageRectRect
- _GDIPlus_GraphicsDrawImageRectRect($[$$hGraphics], $[$$hImage], $[$$nSrcX], $[$$nSrcY], $[$$nSrcWidth], $[$$nSrcHeight], $[$$nDstX], $[$$nDstY], $[$$nDstWidth], $[$$nDstHeight], $[$$pAttributes = 0], $[$$iUnit = 2])
- $(2)~_GDIPlus_GraphicsDrawLine
- _GDIPlus_GraphicsDrawLine($[$$hGraphics], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawPath
- _GDIPlus_GraphicsDrawPath($[$$hGraphics], $[$$hPath], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawPie
- _GDIPlus_GraphicsDrawPie($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawPolygon
- _GDIPlus_GraphicsDrawPolygon($[$$hGraphics], $[$$aPoints], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawRect
- _GDIPlus_GraphicsDrawRect($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hPen = 0])
- $(2)~_GDIPlus_GraphicsDrawString
- _GDIPlus_GraphicsDrawString($[$$hGraphics], $[$$sString], $[$$nX], $[$$nY], $[$$sFont = "Arial"], $[$$fSize = 10], $[$$iFormat = 0])
- $(2)~_GDIPlus_GraphicsDrawStringEx
- _GDIPlus_GraphicsDrawStringEx($[$$hGraphics], $[$$sString], $[$$hFont], $[$$tLayout], $[$$hFormat], $[$$hBrush])
- $(2)~_GDIPlus_GraphicsFillClosedCurve
- _GDIPlus_GraphicsFillClosedCurve($[$$hGraphics], $[$$aPoints], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsFillClosedCurve2
- _GDIPlus_GraphicsFillClosedCurve2($[$$hGraphics], $[$$aPoints], $[$$nTension], $[$$hBrush = 0], $[$$iFillMode = 0])
- $(2)~_GDIPlus_GraphicsFillEllipse
- _GDIPlus_GraphicsFillEllipse($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsFillPath
- _GDIPlus_GraphicsFillPath($[$$hGraphics], $[$$hPath], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsFillPie
- _GDIPlus_GraphicsFillPie($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsFillPolygon
- _GDIPlus_GraphicsFillPolygon($[$$hGraphics], $[$$aPoints], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsFillRect
- _GDIPlus_GraphicsFillRect($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsFillRegion
- _GDIPlus_GraphicsFillRegion($[$$hGraphics], $[$$hRegion], $[$$hBrush = 0])
- $(2)~_GDIPlus_GraphicsGetCompositingMode
- _GDIPlus_GraphicsGetCompositingMode($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsGetCompositingQuality
- _GDIPlus_GraphicsGetCompositingQuality($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsGetDC
- _GDIPlus_GraphicsGetDC($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsGetInterpolationMode
- _GDIPlus_GraphicsGetInterpolationMode($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsGetSmoothingMode
- _GDIPlus_GraphicsGetSmoothingMode($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsGetTransform
- _GDIPlus_GraphicsGetTransform($[$$hGraphics], $[$$hMatrix])
- $(2)~_GDIPlus_GraphicsMeasureCharacterRanges
- _GDIPlus_GraphicsMeasureCharacterRanges($[$$hGraphics], $[$$sString], $[$$hFont], $[$$tLayout], $[$$hStringFormat])
- $(2)~_GDIPlus_GraphicsMeasureString
- _GDIPlus_GraphicsMeasureString($[$$hGraphics], $[$$sString], $[$$hFont], $[$$tLayout], $[$$hFormat])
- $(2)~_GDIPlus_GraphicsReleaseDC
- _GDIPlus_GraphicsReleaseDC($[$$hGraphics], $[$$hDC])
- $(2)~_GDIPlus_GraphicsResetClip
- _GDIPlus_GraphicsResetClip($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsResetTransform
- _GDIPlus_GraphicsResetTransform($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsRestore
- _GDIPlus_GraphicsRestore($[$$hGraphics], $[$$iState])
- $(2)~_GDIPlus_GraphicsRotateTransform
- _GDIPlus_GraphicsRotateTransform($[$$hGraphics], $[$$fAngle], $[$$iOrder = 0])
- $(2)~_GDIPlus_GraphicsSave
- _GDIPlus_GraphicsSave($[$$hGraphics])
- $(2)~_GDIPlus_GraphicsScaleTransform
- _GDIPlus_GraphicsScaleTransform($[$$hGraphics], $[$$fScaleX], $[$$fScaleY], $[$$iOrder = 0])
- $(2)~_GDIPlus_GraphicsSetClipPath
- _GDIPlus_GraphicsSetClipPath($[$$hGraphics], $[$$hPath], $[$$iCombineMode = 0])
- $(2)~_GDIPlus_GraphicsSetClipRect
- _GDIPlus_GraphicsSetClipRect($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iCombineMode = 0])
- $(2)~_GDIPlus_GraphicsSetClipRegion
- _GDIPlus_GraphicsSetClipRegion($[$$hGraphics], $[$$hRegion], $[$$iCombineMode = 0])
- $(2)~_GDIPlus_GraphicsSetCompositingMode
- _GDIPlus_GraphicsSetCompositingMode($[$$hGraphics], $[$$iCompositionMode])
- $(2)~_GDIPlus_GraphicsSetCompositingQuality
- _GDIPlus_GraphicsSetCompositingQuality($[$$hGraphics], $[$$iCompositionQuality])
- $(2)~_GDIPlus_GraphicsSetInterpolationMode
- _GDIPlus_GraphicsSetInterpolationMode($[$$hGraphics], $[$$iInterpolationMode])
- $(2)~_GDIPlus_GraphicsSetPixelOffsetMode
- _GDIPlus_GraphicsSetPixelOffsetMode($[$$hGraphics], $[$$iPixelOffsetMode])
- $(2)~_GDIPlus_GraphicsSetSmoothingMode
- _GDIPlus_GraphicsSetSmoothingMode($[$$hGraphics], $[$$iSmooth])
- $(2)~_GDIPlus_GraphicsSetTextRenderingHint
- _GDIPlus_GraphicsSetTextRenderingHint($[$$hGraphics], $[$$iTextRenderingHint])
- $(2)~_GDIPlus_GraphicsSetTransform
- _GDIPlus_GraphicsSetTransform($[$$hGraphics], $[$$hMatrix])
- $(2)~_GDIPlus_GraphicsTransformPoints
- _GDIPlus_GraphicsTransformPoints($[$$hGraphics], $[ByRef $$aPoints], $[$$iCoordSpaceTo = 0], $[$$iCoordSpaceFrom = 1])
- $(2)~_GDIPlus_GraphicsTranslateTransform
- _GDIPlus_GraphicsTranslateTransform($[$$hGraphics], $[$$nDX], $[$$nDY], $[$$iOrder = 0])
- $(2)~_GDIPlus_HatchBrushCreate
- _GDIPlus_HatchBrushCreate($[$$iHatchStyle = 0], $[$$iARGBForeground = 0xFFFFFFFF], $[$$iARGBBackground = 0xFFFFFFFF])
- $(2)~_GDIPlus_HICONCreateFromBitmap
- _GDIPlus_HICONCreateFromBitmap($[$$hBitmap])
- $(2)~_GDIPlus_ImageAttributesCreate
- _GDIPlus_ImageAttributesCreate($[])
- $(2)~_GDIPlus_ImageAttributesDispose
- _GDIPlus_ImageAttributesDispose($[$$hImageAttributes])
- $(2)~_GDIPlus_ImageAttributesSetColorKeys
- _GDIPlus_ImageAttributesSetColorKeys($[$$hImageAttributes], $[$$iColorAdjustType = 0], $[$$bEnable = False], $[$$iARGBLow = 0], $[$$iARGBHigh = 0])
- $(2)~_GDIPlus_ImageAttributesSetColorMatrix
- _GDIPlus_ImageAttributesSetColorMatrix($[$$hImageAttributes], $[$$iColorAdjustType = 0], $[$$bEnable = False], $[$$tClrMatrix = 0], $[$$tGrayMatrix = 0], $[$$iColorMatrixFlags = 0])
- $(2)~_GDIPlus_ImageAttributesSetRemapTable
- _GDIPlus_ImageAttributesSetRemapTable($[$$hImageAttributes], $[$$aColorMap = 0], $[$$iColorAdjustType = 0], $[$$bEnable = True])
- $(2)~_GDIPlus_ImageAttributesSetThreshold
- _GDIPlus_ImageAttributesSetThreshold($[$$hImageAttributes], $[$$fThreshold], $[$$iColorAdjustType = $$GDIP_COLORADJUSTTYPE_DEFAULT], $[$$bEnable = True])
- $(2)~_GDIPlus_ImageClone
- _GDIPlus_ImageClone($[$$hImage])
- $(2)~_GDIPlus_ImageDispose
- _GDIPlus_ImageDispose($[$$hImage])
- $(2)~_GDIPlus_ImageGetDimension
- _GDIPlus_ImageGetDimension($[$$hImage])
- $(2)~_GDIPlus_ImageGetFlags
- _GDIPlus_ImageGetFlags($[$$hImage])
- $(2)~_GDIPlus_ImageGetFrameCount
- _GDIPlus_ImageGetFrameCount($[$$hImage], $[$$sDimensionID])
- $(2)~_GDIPlus_ImageGetGraphicsContext
- _GDIPlus_ImageGetGraphicsContext($[$$hImage])
- $(2)~_GDIPlus_ImageGetHeight
- _GDIPlus_ImageGetHeight($[$$hImage])
- $(2)~_GDIPlus_ImageGetHorizontalResolution
- _GDIPlus_ImageGetHorizontalResolution($[$$hImage])
- $(2)~_GDIPlus_ImageGetPixelFormat
- _GDIPlus_ImageGetPixelFormat($[$$hImage])
- $(2)~_GDIPlus_ImageGetPropertyIdList
- _GDIPlus_ImageGetPropertyIdList($[$$hImage])
- $(2)~_GDIPlus_ImageGetPropertyItem
- _GDIPlus_ImageGetPropertyItem($[$$hImage], $[$$iPropID])
- $(2)~_GDIPlus_ImageGetRawFormat
- _GDIPlus_ImageGetRawFormat($[$$hImage])
- $(2)~_GDIPlus_ImageGetThumbnail
- _GDIPlus_ImageGetThumbnail($[$$hImage], $[$$iWidth = 0], $[$$iHeight = 0], $[$$bKeepRatio = True], $[$$hCallback = Null], $[$$hCallbackData = Null])
- $(2)~_GDIPlus_ImageGetType
- _GDIPlus_ImageGetType($[$$hImage])
- $(2)~_GDIPlus_ImageGetVerticalResolution
- _GDIPlus_ImageGetVerticalResolution($[$$hImage])
- $(2)~_GDIPlus_ImageGetWidth
- _GDIPlus_ImageGetWidth($[$$hImage])
- $(2)~_GDIPlus_ImageLoadFromFile
- _GDIPlus_ImageLoadFromFile($[$$sFileName])
- $(2)~_GDIPlus_ImageLoadFromStream
- _GDIPlus_ImageLoadFromStream($[$$pStream])
- $(2)~_GDIPlus_ImageResize
- _GDIPlus_ImageResize($[$$hImage], $[$$iNewWidth], $[$$iNewHeight], $[$$iInterpolationMode = $$GDIP_INTERPOLATIONMODE_HIGHQUALITYBICUBIC])
- $(2)~_GDIPlus_ImageRotateFlip
- _GDIPlus_ImageRotateFlip($[$$hImage], $[$$iRotateFlipType])
- $(2)~_GDIPlus_ImageSaveAdd
- _GDIPlus_ImageSaveAdd($[$$hImage], $[$$tParams])
- $(2)~_GDIPlus_ImageSaveAddImage
- _GDIPlus_ImageSaveAddImage($[$$hImage], $[$$hImageNew], $[$$tParams])
- $(2)~_GDIPlus_ImageSaveToFile
- _GDIPlus_ImageSaveToFile($[$$hImage], $[$$sFileName])
- $(2)~_GDIPlus_ImageSaveToFileEx
- _GDIPlus_ImageSaveToFileEx($[$$hImage], $[$$sFileName], $[$$sEncoder], $[$$tParams = 0])
- $(2)~_GDIPlus_ImageSaveToStream
- _GDIPlus_ImageSaveToStream($[$$hImage], $[$$pStream], $[$$tEncoder], $[$$tParams = 0])
- $(2)~_GDIPlus_ImageScale
- _GDIPlus_ImageScale($[$$hImage], $[$$iScaleW], $[$$iScaleH], $[$$iInterpolationMode = $$GDIP_INTERPOLATIONMODE_HIGHQUALITYBICUBIC])
- $(2)~_GDIPlus_ImageSelectActiveFrame
- _GDIPlus_ImageSelectActiveFrame($[$$hImage], $[$$sDimensionID], $[$$iFrameIndex])
- $(2)~_GDIPlus_LineBrushCreate
- _GDIPlus_LineBrushCreate($[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$iARGBClr1], $[$$iARGBClr2], $[$$iWrapMode = 0])
- $(2)~_GDIPlus_LineBrushCreateFromRect
- _GDIPlus_LineBrushCreateFromRect($[$$tRECTF], $[$$iARGBClr1], $[$$iARGBClr2], $[$$iGradientMode = 0], $[$$iWrapMode = 0])
- $(2)~_GDIPlus_LineBrushCreateFromRectWithAngle
- _GDIPlus_LineBrushCreateFromRectWithAngle($[$$tRECTF], $[$$iARGBClr1], $[$$iARGBClr2], $[$$fAngle], $[$$bIsAngleScalable = True], $[$$iWrapMode = 0])
- $(2)~_GDIPlus_LineBrushGetColors
- _GDIPlus_LineBrushGetColors($[$$hLineGradientBrush])
- $(2)~_GDIPlus_LineBrushGetRect
- _GDIPlus_LineBrushGetRect($[$$hLineGradientBrush])
- $(2)~_GDIPlus_LineBrushMultiplyTransform
- _GDIPlus_LineBrushMultiplyTransform($[$$hLineGradientBrush], $[$$hMatrix], $[$$iOrder = 0])
- $(2)~_GDIPlus_LineBrushResetTransform
- _GDIPlus_LineBrushResetTransform($[$$hLineGradientBrush])
- $(2)~_GDIPlus_LineBrushSetBlend
- _GDIPlus_LineBrushSetBlend($[$$hLineGradientBrush], $[$$aBlends])
- $(2)~_GDIPlus_LineBrushSetColors
- _GDIPlus_LineBrushSetColors($[$$hLineGradientBrush], $[$$iARGBStart], $[$$iARGBEnd])
- $(2)~_GDIPlus_LineBrushSetGammaCorrection
- _GDIPlus_LineBrushSetGammaCorrection($[$$hLineGradientBrush], $[$$bUseGammaCorrection = True])
- $(2)~_GDIPlus_LineBrushSetLinearBlend
- _GDIPlus_LineBrushSetLinearBlend($[$$hLineGradientBrush], $[$$fFocus], $[$$fScale = 1])
- $(2)~_GDIPlus_LineBrushSetPresetBlend
- _GDIPlus_LineBrushSetPresetBlend($[$$hLineGradientBrush], $[$$aInterpolations])
- $(2)~_GDIPlus_LineBrushSetSigmaBlend
- _GDIPlus_LineBrushSetSigmaBlend($[$$hLineGradientBrush], $[$$fFocus], $[$$fScale = 1])
- $(2)~_GDIPlus_LineBrushSetTransform
- _GDIPlus_LineBrushSetTransform($[$$hLineGradientBrush], $[$$hMatrix])
- $(2)~_GDIPlus_MatrixClone
- _GDIPlus_MatrixClone($[$$hMatrix])
- $(2)~_GDIPlus_MatrixCreate
- _GDIPlus_MatrixCreate($[])
- $(2)~_GDIPlus_MatrixCreate2
- _GDIPlus_MatrixCreate2($[$$nM11 = 1], $[$$nM12 = 1], $[$$nM21 = 1], $[$$nM22 = 1], $[$$nDX = 0], $[$$nDY = 0])
- $(2)~_GDIPlus_MatrixDispose
- _GDIPlus_MatrixDispose($[$$hMatrix])
- $(2)~_GDIPlus_MatrixGetElements
- _GDIPlus_MatrixGetElements($[$$hMatrix])
- $(2)~_GDIPlus_MatrixInvert
- _GDIPlus_MatrixInvert($[$$hMatrix])
- $(2)~_GDIPlus_MatrixMultiply
- _GDIPlus_MatrixMultiply($[$$hMatrix1], $[$$hMatrix2], $[$$iOrder = 0])
- $(2)~_GDIPlus_MatrixRotate
- _GDIPlus_MatrixRotate($[$$hMatrix], $[$$fAngle], $[$$bAppend = False])
- $(2)~_GDIPlus_MatrixScale
- _GDIPlus_MatrixScale($[$$hMatrix], $[$$fScaleX], $[$$fScaleY], $[$$bOrder = False])
- $(2)~_GDIPlus_MatrixSetElements
- _GDIPlus_MatrixSetElements($[$$hMatrix], $[$$nM11 = 1], $[$$nM12 = 0], $[$$nM21 = 0], $[$$nM22 = 1], $[$$nDX = 0], $[$$nDY = 0])
- $(2)~_GDIPlus_MatrixShear
- _GDIPlus_MatrixShear($[$$hMatrix], $[$$fShearX], $[$$fShearY], $[$$iOrder = 0])
- $(2)~_GDIPlus_MatrixTransformPoints
- _GDIPlus_MatrixTransformPoints($[$$hMatrix], $[ByRef $$aPoints])
- $(2)~_GDIPlus_MatrixTranslate
- _GDIPlus_MatrixTranslate($[$$hMatrix], $[$$fOffsetX], $[$$fOffsetY], $[$$bAppend = False])
- $(2)~_GDIPlus_PaletteInitialize
- _GDIPlus_PaletteInitialize($[$$iEntries], $[$$iPaletteType = $$GDIP_PaletteTypeOptimal], $[$$iOptimalColors = 0], $[$$bUseTransparentColor = True], $[$$hBitmap = Null])
- $(2)~_GDIPlus_ParamAdd
- _GDIPlus_ParamAdd($[ByRef $$tParams], $[$$sGUID], $[$$iNbOfValues], $[$$iType], $[$$pValues])
- $(2)~_GDIPlus_ParamInit
- _GDIPlus_ParamInit($[$$iCount])
- $(2)~_GDIPlus_ParamSize
- _GDIPlus_ParamSize($[])
- $(2)~_GDIPlus_PathAddArc
- _GDIPlus_PathAddArc($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle])
- $(2)~_GDIPlus_PathAddBezier
- _GDIPlus_PathAddBezier($[$$hPath], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$nX3], $[$$nY3], $[$$nX4], $[$$nY4])
- $(2)~_GDIPlus_PathAddClosedCurve
- _GDIPlus_PathAddClosedCurve($[$$hPath], $[$$aPoints])
- $(2)~_GDIPlus_PathAddClosedCurve2
- _GDIPlus_PathAddClosedCurve2($[$$hPath], $[$$aPoints], $[$$nTension = 0.5])
- $(2)~_GDIPlus_PathAddCurve
- _GDIPlus_PathAddCurve($[$$hPath], $[$$aPoints])
- $(2)~_GDIPlus_PathAddCurve2
- _GDIPlus_PathAddCurve2($[$$hPath], $[$$aPoints], $[$$nTension = 0.5])
- $(2)~_GDIPlus_PathAddCurve3
- _GDIPlus_PathAddCurve3($[$$hPath], $[$$aPoints], $[$$iOffset], $[$$iNumOfSegments], $[$$nTension = 0.5])
- $(2)~_GDIPlus_PathAddEllipse
- _GDIPlus_PathAddEllipse($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight])
- $(2)~_GDIPlus_PathAddLine
- _GDIPlus_PathAddLine($[$$hPath], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2])
- $(2)~_GDIPlus_PathAddLine2
- _GDIPlus_PathAddLine2($[$$hPath], $[$$aPoints])
- $(2)~_GDIPlus_PathAddPath
- _GDIPlus_PathAddPath($[$$hPath1], $[$$hPath2], $[$$bConnect = True])
- $(2)~_GDIPlus_PathAddPie
- _GDIPlus_PathAddPie($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle])
- $(2)~_GDIPlus_PathAddPolygon
- _GDIPlus_PathAddPolygon($[$$hPath], $[$$aPoints])
- $(2)~_GDIPlus_PathAddRectangle
- _GDIPlus_PathAddRectangle($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight])
- $(2)~_GDIPlus_PathAddString
- _GDIPlus_PathAddString($[$$hPath], $[$$sString], $[$$tLayout], $[$$hFamily], $[$$iStyle = 0], $[$$fSize = 8.5], $[$$hFormat = 0])
- $(2)~_GDIPlus_PathBrushCreate
- _GDIPlus_PathBrushCreate($[$$aPoints], $[$$iWrapMode = 0])
- $(2)~_GDIPlus_PathBrushCreateFromPath
- _GDIPlus_PathBrushCreateFromPath($[$$hPath])
- $(2)~_GDIPlus_PathBrushGetCenterPoint
- _GDIPlus_PathBrushGetCenterPoint($[$$hPathGradientBrush])
- $(2)~_GDIPlus_PathBrushGetFocusScales
- _GDIPlus_PathBrushGetFocusScales($[$$hPathGradientBrush])
- $(2)~_GDIPlus_PathBrushGetPointCount
- _GDIPlus_PathBrushGetPointCount($[$$hPathGradientBrush])
- $(2)~_GDIPlus_PathBrushGetRect
- _GDIPlus_PathBrushGetRect($[$$hPathGradientBrush])
- $(2)~_GDIPlus_PathBrushGetWrapMode
- _GDIPlus_PathBrushGetWrapMode($[$$hPathGradientBrush])
- $(2)~_GDIPlus_PathBrushMultiplyTransform
- _GDIPlus_PathBrushMultiplyTransform($[$$hPathGradientBrush], $[$$hMatrix], $[$$iOrder = 0])
- $(2)~_GDIPlus_PathBrushResetTransform
- _GDIPlus_PathBrushResetTransform($[$$hPathGradientBrush])
- $(2)~_GDIPlus_PathBrushSetBlend
- _GDIPlus_PathBrushSetBlend($[$$hPathGradientBrush], $[$$aBlends])
- $(2)~_GDIPlus_PathBrushSetCenterColor
- _GDIPlus_PathBrushSetCenterColor($[$$hPathGradientBrush], $[$$iARGB])
- $(2)~_GDIPlus_PathBrushSetCenterPoint
- _GDIPlus_PathBrushSetCenterPoint($[$$hPathGradientBrush], $[$$nX], $[$$nY])
- $(2)~_GDIPlus_PathBrushSetFocusScales
- _GDIPlus_PathBrushSetFocusScales($[$$hPathGradientBrush], $[$$fScaleX], $[$$fScaleY])
- $(2)~_GDIPlus_PathBrushSetGammaCorrection
- _GDIPlus_PathBrushSetGammaCorrection($[$$hPathGradientBrush], $[$$bUseGammaCorrection])
- $(2)~_GDIPlus_PathBrushSetLinearBlend
- _GDIPlus_PathBrushSetLinearBlend($[$$hPathGradientBrush], $[$$fFocus], $[$$fScale = 1])
- $(2)~_GDIPlus_PathBrushSetPresetBlend
- _GDIPlus_PathBrushSetPresetBlend($[$$hPathGradientBrush], $[$$aInterpolations])
- $(2)~_GDIPlus_PathBrushSetSigmaBlend
- _GDIPlus_PathBrushSetSigmaBlend($[$$hPathGradientBrush], $[$$fFocus], $[$$fScale = 1])
- $(2)~_GDIPlus_PathBrushSetSurroundColor
- _GDIPlus_PathBrushSetSurroundColor($[$$hPathGradientBrush], $[$$iARGB])
- $(2)~_GDIPlus_PathBrushSetSurroundColorsWithCount
- _GDIPlus_PathBrushSetSurroundColorsWithCount($[$$hPathGradientBrush], $[$$aColors])
- $(2)~_GDIPlus_PathBrushSetTransform
- _GDIPlus_PathBrushSetTransform($[$$hPathGradientBrush], $[$$hMatrix])
- $(2)~_GDIPlus_PathBrushSetWrapMode
- _GDIPlus_PathBrushSetWrapMode($[$$hPathGradientBrush], $[$$iWrapMode])
- $(2)~_GDIPlus_PathClone
- _GDIPlus_PathClone($[$$hPath])
- $(2)~_GDIPlus_PathCloseFigure
- _GDIPlus_PathCloseFigure($[$$hPath])
- $(2)~_GDIPlus_PathCreate
- _GDIPlus_PathCreate($[$$iFillMode = 0])
- $(2)~_GDIPlus_PathCreate2
- _GDIPlus_PathCreate2($[$$aPathData], $[$$iFillMode = 0])
- $(2)~_GDIPlus_PathDispose
- _GDIPlus_PathDispose($[$$hPath])
- $(2)~_GDIPlus_PathFlatten
- _GDIPlus_PathFlatten($[$$hPath], $[$$fFlatness = 0.25], $[$$hMatrix = 0])
- $(2)~_GDIPlus_PathGetData
- _GDIPlus_PathGetData($[$$hPath])
- $(2)~_GDIPlus_PathGetFillMode
- _GDIPlus_PathGetFillMode($[$$hPath])
- $(2)~_GDIPlus_PathGetLastPoint
- _GDIPlus_PathGetLastPoint($[$$hPath])
- $(2)~_GDIPlus_PathGetPointCount
- _GDIPlus_PathGetPointCount($[$$hPath])
- $(2)~_GDIPlus_PathGetPoints
- _GDIPlus_PathGetPoints($[$$hPath])
- $(2)~_GDIPlus_PathGetWorldBounds
- _GDIPlus_PathGetWorldBounds($[$$hPath], $[$$hMatrix = 0], $[$$hPen = 0])
- $(2)~_GDIPlus_PathIsOutlineVisiblePoint
- _GDIPlus_PathIsOutlineVisiblePoint($[$$hPath], $[$$nX], $[$$nY], $[$$hPen = 0], $[$$hGraphics = 0])
- $(2)~_GDIPlus_PathIsVisiblePoint
- _GDIPlus_PathIsVisiblePoint($[$$hPath], $[$$nX], $[$$nY], $[$$hGraphics = 0])
- $(2)~_GDIPlus_PathIterCreate
- _GDIPlus_PathIterCreate($[$$hPath])
- $(2)~_GDIPlus_PathIterDispose
- _GDIPlus_PathIterDispose($[$$hPathIter])
- $(2)~_GDIPlus_PathIterGetSubpathCount
- _GDIPlus_PathIterGetSubpathCount($[$$hPathIter])
- $(2)~_GDIPlus_PathIterNextMarkerPath
- _GDIPlus_PathIterNextMarkerPath($[$$hPathIter], $[$$hPath])
- $(2)~_GDIPlus_PathIterNextSubpathPath
- _GDIPlus_PathIterNextSubpathPath($[$$hPathIter], $[$$hPath])
- $(2)~_GDIPlus_PathIterRewind
- _GDIPlus_PathIterRewind($[$$hPathIter])
- $(2)~_GDIPlus_PathReset
- _GDIPlus_PathReset($[$$hPath])
- $(2)~_GDIPlus_PathReverse
- _GDIPlus_PathReverse($[$$hPath])
- $(2)~_GDIPlus_PathSetFillMode
- _GDIPlus_PathSetFillMode($[$$hPath], $[$$iFillMode])
- $(2)~_GDIPlus_PathSetMarker
- _GDIPlus_PathSetMarker($[$$hPath])
- $(2)~_GDIPlus_PathStartFigure
- _GDIPlus_PathStartFigure($[$$hPath])
- $(2)~_GDIPlus_PathTransform
- _GDIPlus_PathTransform($[$$hPath], $[$$hMatrix])
- $(2)~_GDIPlus_PathWarp
- _GDIPlus_PathWarp($[$$hPath], $[$$hMatrix], $[$$aPoints], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iWarpMode = 0], $[$$fFlatness = 0.25])
- $(2)~_GDIPlus_PathWiden
- _GDIPlus_PathWiden($[$$hPath], $[$$hPen], $[$$hMatrix = 0], $[$$fFlatness = 0.25])
- $(2)~_GDIPlus_PathWindingModeOutline
- _GDIPlus_PathWindingModeOutline($[$$hPath], $[$$hMatrix = 0], $[$$fFlatness = 0.25])
- $(2)~_GDIPlus_PenCreate
- _GDIPlus_PenCreate($[$$iARGB = 0xFF000000], $[$$nWidth = 1], $[$$iUnit = 2])
- $(2)~_GDIPlus_PenCreate2
- _GDIPlus_PenCreate2($[$$hBrush], $[$$nWidth = 1], $[$$iUnit = 2])
- $(2)~_GDIPlus_PenDispose
- _GDIPlus_PenDispose($[$$hPen])
- $(2)~_GDIPlus_PenGetAlignment
- _GDIPlus_PenGetAlignment($[$$hPen])
- $(2)~_GDIPlus_PenGetColor
- _GDIPlus_PenGetColor($[$$hPen])
- $(2)~_GDIPlus_PenGetCustomEndCap
- _GDIPlus_PenGetCustomEndCap($[$$hPen])
- $(2)~_GDIPlus_PenGetDashCap
- _GDIPlus_PenGetDashCap($[$$hPen])
- $(2)~_GDIPlus_PenGetDashStyle
- _GDIPlus_PenGetDashStyle($[$$hPen])
- $(2)~_GDIPlus_PenGetEndCap
- _GDIPlus_PenGetEndCap($[$$hPen])
- $(2)~_GDIPlus_PenGetMiterLimit
- _GDIPlus_PenGetMiterLimit($[$$hPen])
- $(2)~_GDIPlus_PenGetWidth
- _GDIPlus_PenGetWidth($[$$hPen])
- $(2)~_GDIPlus_PenResetTransform
- _GDIPlus_PenResetTransform($[$$hPen])
- $(2)~_GDIPlus_PenRotateTransform
- _GDIPlus_PenRotateTransform($[$$hPen], $[$$fAngle], $[$$iOrder = 0])
- $(2)~_GDIPlus_PenScaleTransform
- _GDIPlus_PenScaleTransform($[$$hPen], $[$$fScaleX], $[$$fScaleY], $[$$iOrder = 0])
- $(2)~_GDIPlus_PenSetAlignment
- _GDIPlus_PenSetAlignment($[$$hPen], $[$$iAlignment = 0])
- $(2)~_GDIPlus_PenSetColor
- _GDIPlus_PenSetColor($[$$hPen], $[$$iARGB])
- $(2)~_GDIPlus_PenSetCompound
- _GDIPlus_PenSetCompound($[$$hPen], $[$$aCompounds])
- $(2)~_GDIPlus_PenSetCustomEndCap
- _GDIPlus_PenSetCustomEndCap($[$$hPen], $[$$hEndCap])
- $(2)~_GDIPlus_PenSetDashCap
- _GDIPlus_PenSetDashCap($[$$hPen], $[$$iDash = 0])
- $(2)~_GDIPlus_PenSetDashStyle
- _GDIPlus_PenSetDashStyle($[$$hPen], $[$$iStyle = 0])
- $(2)~_GDIPlus_PenSetEndCap
- _GDIPlus_PenSetEndCap($[$$hPen], $[$$iEndCap])
- $(2)~_GDIPlus_PenSetLineCap
- _GDIPlus_PenSetLineCap($[$$hPen], $[$$iStartCap], $[$$iEndCap], $[$$iDashCap])
- $(2)~_GDIPlus_PenSetLineJoin
- _GDIPlus_PenSetLineJoin($[$$hPen], $[$$iLineJoin])
- $(2)~_GDIPlus_PenSetMiterLimit
- _GDIPlus_PenSetMiterLimit($[$$hPen], $[$$fMiterLimit])
- $(2)~_GDIPlus_PenSetStartCap
- _GDIPlus_PenSetStartCap($[$$hPen], $[$$iLineCap])
- $(2)~_GDIPlus_PenSetTransform
- _GDIPlus_PenSetTransform($[$$hPen], $[$$hMatrix])
- $(2)~_GDIPlus_PenSetWidth
- _GDIPlus_PenSetWidth($[$$hPen], $[$$fWidth])
- $(2)~_GDIPlus_RectFCreate
- _GDIPlus_RectFCreate($[$$nX = 0], $[$$nY = 0], $[$$nWidth = 0], $[$$nHeight = 0])
- $(2)~_GDIPlus_RegionClone
- _GDIPlus_RegionClone($[$$hRegion])
- $(2)~_GDIPlus_RegionCombinePath
- _GDIPlus_RegionCombinePath($[$$hRegion], $[$$hPath], $[$$iCombineMode = 2])
- $(2)~_GDIPlus_RegionCombineRect
- _GDIPlus_RegionCombineRect($[$$hRegion], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iCombineMode = 2])
- $(2)~_GDIPlus_RegionCombineRegion
- _GDIPlus_RegionCombineRegion($[$$hRegionDst], $[$$hRegionSrc], $[$$iCombineMode = 2])
- $(2)~_GDIPlus_RegionCreate
- _GDIPlus_RegionCreate($[])
- $(2)~_GDIPlus_RegionCreateFromPath
- _GDIPlus_RegionCreateFromPath($[$$hPath])
- $(2)~_GDIPlus_RegionCreateFromRect
- _GDIPlus_RegionCreateFromRect($[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight])
- $(2)~_GDIPlus_RegionDispose
- _GDIPlus_RegionDispose($[$$hRegion])
- $(2)~_GDIPlus_RegionGetBounds
- _GDIPlus_RegionGetBounds($[$$hRegion], $[$$hGraphics])
- $(2)~_GDIPlus_RegionGetHRgn
- _GDIPlus_RegionGetHRgn($[$$hRegion], $[$$hGraphics = 0])
- $(2)~_GDIPlus_RegionSetEmpty
- _GDIPlus_RegionSetEmpty($[$$hRegion])
- $(2)~_GDIPlus_RegionSetInfinite
- _GDIPlus_RegionSetInfinite($[$$hRegion])
- $(2)~_GDIPlus_RegionTransform
- _GDIPlus_RegionTransform($[$$hRegion], $[$$hMatrix])
- $(2)~_GDIPlus_RegionTranslate
- _GDIPlus_RegionTranslate($[$$hRegion], $[$$nDX], $[$$nDY])
- $(2)~_GDIPlus_Shutdown
- _GDIPlus_Shutdown($[])
- $(2)~_GDIPlus_Startup
- _GDIPlus_Startup($[$$sGDIPDLL = Default], $[$$bRetDllHandle = False])
- $(2)~_GDIPlus_StringFormatCreate
- _GDIPlus_StringFormatCreate($[$$iFormat = 0], $[$$iLangID = 0])
- $(2)~_GDIPlus_StringFormatDispose
- _GDIPlus_StringFormatDispose($[$$hFormat])
- $(2)~_GDIPlus_StringFormatGetMeasurableCharacterRangeCount
- _GDIPlus_StringFormatGetMeasurableCharacterRangeCount($[$$hStringFormat])
- $(2)~_GDIPlus_StringFormatSetAlign
- _GDIPlus_StringFormatSetAlign($[$$hStringFormat], $[$$iFlag])
- $(2)~_GDIPlus_StringFormatSetLineAlign
- _GDIPlus_StringFormatSetLineAlign($[$$hStringFormat], $[$$iStringAlign])
- $(2)~_GDIPlus_StringFormatSetMeasurableCharacterRanges
- _GDIPlus_StringFormatSetMeasurableCharacterRanges($[$$hStringFormat], $[$$aRanges])
- $(2)~_GDIPlus_TextureCreate
- _GDIPlus_TextureCreate($[$$hImage], $[$$iWrapMode = 0])
- $(2)~_GDIPlus_TextureCreate2
- _GDIPlus_TextureCreate2($[$$hImage], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iWrapMode = 0])
- $(2)~_GDIPlus_TextureCreateIA
- _GDIPlus_TextureCreateIA($[$$hImage], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$pImageAttributes = 0])
- $(2)~_GetIP
- _GetIP($[])
- $(2)~_GUICtrlAVI_Close
- _GUICtrlAVI_Close($[$$hWnd])
- $(2)~_GUICtrlAVI_Create
- _GUICtrlAVI_Create($[$$hWnd], $[$$sFilePath = ""], $[$$iSubFileID = -1], $[$$iX = 0], $[$$iY = 0], $[$$iWidth = 0], $[$$iHeight = 0], $[$$iStyle = 0x00000006], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlAVI_Destroy
- _GUICtrlAVI_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlAVI_IsPlaying
- _GUICtrlAVI_IsPlaying($[$$hWnd])
- $(2)~_GUICtrlAVI_Open
- _GUICtrlAVI_Open($[$$hWnd], $[$$sFileName])
- $(2)~_GUICtrlAVI_OpenEx
- _GUICtrlAVI_OpenEx($[$$hWnd], $[$$sFileName], $[$$iResourceID])
- $(2)~_GUICtrlAVI_Play
- _GUICtrlAVI_Play($[$$hWnd], $[$$iFrom = 0], $[$$iTo = -1], $[$$iRepeat = -1])
- $(2)~_GUICtrlAVI_Seek
- _GUICtrlAVI_Seek($[$$hWnd], $[$$iFrame])
- $(2)~_GUICtrlAVI_Show
- _GUICtrlAVI_Show($[$$hWnd], $[$$iState])
- $(2)~_GUICtrlAVI_Stop
- _GUICtrlAVI_Stop($[$$hWnd])
- $(2)~_GUICtrlButton_Click
- _GUICtrlButton_Click($[$$hWnd])
- $(2)~_GUICtrlButton_Create
- _GUICtrlButton_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iStyle = -1], $[$$iExStyle = -1])
- $(2)~_GUICtrlButton_Destroy
- _GUICtrlButton_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlButton_Enable
- _GUICtrlButton_Enable($[$$hWnd], $[$$bEnable = True])
- $(2)~_GUICtrlButton_GetCheck
- _GUICtrlButton_GetCheck($[$$hWnd])
- $(2)~_GUICtrlButton_GetFocus
- _GUICtrlButton_GetFocus($[$$hWnd])
- $(2)~_GUICtrlButton_GetIdealSize
- _GUICtrlButton_GetIdealSize($[$$hWnd])
- $(2)~_GUICtrlButton_GetImage
- _GUICtrlButton_GetImage($[$$hWnd])
- $(2)~_GUICtrlButton_GetImageList
- _GUICtrlButton_GetImageList($[$$hWnd])
- $(2)~_GUICtrlButton_GetNote
- _GUICtrlButton_GetNote($[$$hWnd])
- $(2)~_GUICtrlButton_GetNoteLength
- _GUICtrlButton_GetNoteLength($[$$hWnd])
- $(2)~_GUICtrlButton_GetSplitInfo
- _GUICtrlButton_GetSplitInfo($[$$hWnd])
- $(2)~_GUICtrlButton_GetState
- _GUICtrlButton_GetState($[$$hWnd])
- $(2)~_GUICtrlButton_GetText
- _GUICtrlButton_GetText($[$$hWnd])
- $(2)~_GUICtrlButton_GetTextMargin
- _GUICtrlButton_GetTextMargin($[$$hWnd])
- $(2)~_GUICtrlButton_SetCheck
- _GUICtrlButton_SetCheck($[$$hWnd], $[$$iState = $$BST_CHECKED])
- $(2)~_GUICtrlButton_SetDontClick
- _GUICtrlButton_SetDontClick($[$$hWnd], $[$$bState = True])
- $(2)~_GUICtrlButton_SetFocus
- _GUICtrlButton_SetFocus($[$$hWnd], $[$$bFocus = True])
- $(2)~_GUICtrlButton_SetImage
- _GUICtrlButton_SetImage($[$$hWnd], $[$$sImageFile], $[$$iIconID = -1], $[$$bLarge = False])
- $(2)~_GUICtrlButton_SetImageList
- _GUICtrlButton_SetImageList($[$$hWnd], $[$$hImage], $[$$iAlign = 0], $[$$iLeft = 1], $[$$iTop = 1], $[$$iRight = 1], $[$$iBottom = 1])
- $(2)~_GUICtrlButton_SetNote
- _GUICtrlButton_SetNote($[$$hWnd], $[$$sNote])
- $(2)~_GUICtrlButton_SetShield
- _GUICtrlButton_SetShield($[$$hWnd], $[$$bRequired = True])
- $(2)~_GUICtrlButton_SetSize
- _GUICtrlButton_SetSize($[$$hWnd], $[$$iWidth], $[$$iHeight])
- $(2)~_GUICtrlButton_SetSplitInfo
- _GUICtrlButton_SetSplitInfo($[$$hWnd], $[$$hImlGlyph = -1], $[$$iSplitStyle = $$BCSS_ALIGNLEFT], $[$$iWidth = 0], $[$$iHeight = 0])
- $(2)~_GUICtrlButton_SetState
- _GUICtrlButton_SetState($[$$hWnd], $[$$bHighlighted = True])
- $(2)~_GUICtrlButton_SetStyle
- _GUICtrlButton_SetStyle($[$$hWnd], $[$$iStyle])
- $(2)~_GUICtrlButton_SetText
- _GUICtrlButton_SetText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlButton_SetTextMargin
- _GUICtrlButton_SetTextMargin($[$$hWnd], $[$$iLeft = 1], $[$$iTop = 1], $[$$iRight = 1], $[$$iBottom = 1])
- $(2)~_GUICtrlButton_Show
- _GUICtrlButton_Show($[$$hWnd], $[$$bShow = True])
- $(2)~_GUICtrlComboBox_AddDir
- _GUICtrlComboBox_AddDir($[$$hWnd], $[$$sFilePath], $[$$iAttributes = 0], $[$$bBrackets = True])
- $(2)~_GUICtrlComboBox_AddString
- _GUICtrlComboBox_AddString($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlComboBox_AutoComplete
- _GUICtrlComboBox_AutoComplete($[$$hWnd])
- $(2)~_GUICtrlComboBox_BeginUpdate
- _GUICtrlComboBox_BeginUpdate($[$$hWnd])
- $(2)~_GUICtrlComboBox_Create
- _GUICtrlComboBox_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 120], $[$$iStyle = 0x00200042], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlComboBox_DeleteString
- _GUICtrlComboBox_DeleteString($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBox_Destroy
- _GUICtrlComboBox_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlComboBox_EndUpdate
- _GUICtrlComboBox_EndUpdate($[$$hWnd])
- $(2)~_GUICtrlComboBox_FindString
- _GUICtrlComboBox_FindString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBox_FindStringExact
- _GUICtrlComboBox_FindStringExact($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBox_GetComboBoxInfo
- _GUICtrlComboBox_GetComboBoxInfo($[$$hWnd], $[ByRef $$tInfo])
- $(2)~_GUICtrlComboBox_GetCount
- _GUICtrlComboBox_GetCount($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetCueBanner
- _GUICtrlComboBox_GetCueBanner($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetCurSel
- _GUICtrlComboBox_GetCurSel($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetDroppedControlRect
- _GUICtrlComboBox_GetDroppedControlRect($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetDroppedControlRectEx
- _GUICtrlComboBox_GetDroppedControlRectEx($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetDroppedState
- _GUICtrlComboBox_GetDroppedState($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetDroppedWidth
- _GUICtrlComboBox_GetDroppedWidth($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetEditSel
- _GUICtrlComboBox_GetEditSel($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetEditText
- _GUICtrlComboBox_GetEditText($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetExtendedUI
- _GUICtrlComboBox_GetExtendedUI($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetHorizontalExtent
- _GUICtrlComboBox_GetHorizontalExtent($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetItemHeight
- _GUICtrlComboBox_GetItemHeight($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBox_GetLBText
- _GUICtrlComboBox_GetLBText($[$$hWnd], $[$$iIndex], $[ByRef $$sText])
- $(2)~_GUICtrlComboBox_GetLBTextLen
- _GUICtrlComboBox_GetLBTextLen($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBox_GetList
- _GUICtrlComboBox_GetList($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetListArray
- _GUICtrlComboBox_GetListArray($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetLocale
- _GUICtrlComboBox_GetLocale($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetLocaleCountry
- _GUICtrlComboBox_GetLocaleCountry($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetLocaleLang
- _GUICtrlComboBox_GetLocaleLang($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetLocalePrimLang
- _GUICtrlComboBox_GetLocalePrimLang($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetLocaleSubLang
- _GUICtrlComboBox_GetLocaleSubLang($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetMinVisible
- _GUICtrlComboBox_GetMinVisible($[$$hWnd])
- $(2)~_GUICtrlComboBox_GetTopIndex
- _GUICtrlComboBox_GetTopIndex($[$$hWnd])
- $(2)~_GUICtrlComboBox_InitStorage
- _GUICtrlComboBox_InitStorage($[$$hWnd], $[$$iNum], $[$$iBytes])
- $(2)~_GUICtrlComboBox_InsertString
- _GUICtrlComboBox_InsertString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBox_LimitText
- _GUICtrlComboBox_LimitText($[$$hWnd], $[$$iLimit = 0])
- $(2)~_GUICtrlComboBox_ReplaceEditSel
- _GUICtrlComboBox_ReplaceEditSel($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlComboBox_ResetContent
- _GUICtrlComboBox_ResetContent($[$$hWnd])
- $(2)~_GUICtrlComboBox_SelectString
- _GUICtrlComboBox_SelectString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBox_SetCueBanner
- _GUICtrlComboBox_SetCueBanner($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlComboBox_SetCurSel
- _GUICtrlComboBox_SetCurSel($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBox_SetDroppedWidth
- _GUICtrlComboBox_SetDroppedWidth($[$$hWnd], $[$$iWidth])
- $(2)~_GUICtrlComboBox_SetEditSel
- _GUICtrlComboBox_SetEditSel($[$$hWnd], $[$$iStart], $[$$iStop])
- $(2)~_GUICtrlComboBox_SetEditText
- _GUICtrlComboBox_SetEditText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlComboBox_SetExtendedUI
- _GUICtrlComboBox_SetExtendedUI($[$$hWnd], $[$$bExtended = False])
- $(2)~_GUICtrlComboBox_SetHorizontalExtent
- _GUICtrlComboBox_SetHorizontalExtent($[$$hWnd], $[$$iWidth])
- $(2)~_GUICtrlComboBox_SetItemHeight
- _GUICtrlComboBox_SetItemHeight($[$$hWnd], $[$$iHeight], $[$$iComponent = -1])
- $(2)~_GUICtrlComboBox_SetMinVisible
- _GUICtrlComboBox_SetMinVisible($[$$hWnd], $[$$iMinimum])
- $(2)~_GUICtrlComboBox_SetTopIndex
- _GUICtrlComboBox_SetTopIndex($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBox_ShowDropDown
- _GUICtrlComboBox_ShowDropDown($[$$hWnd], $[$$bShow = False])
- $(2)~_GUICtrlComboBoxEx_AddDir
- _GUICtrlComboBoxEx_AddDir($[$$hWnd], $[$$sFilePath], $[$$iAttributes = 0], $[$$bBrackets = True])
- $(2)~_GUICtrlComboBoxEx_AddString
- _GUICtrlComboBoxEx_AddString($[$$hWnd], $[$$sText], $[$$iImage = -1], $[$$iSelectedImage = -1], $[$$iOverlayImage = -1], $[$$iIndent = -1], $[$$iParam = -1])
- $(2)~_GUICtrlComboBoxEx_BeginUpdate
- _GUICtrlComboBoxEx_BeginUpdate($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_Create
- _GUICtrlComboBoxEx_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 200], $[$$iStyle = 0x00200002], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlComboBoxEx_CreateSolidBitMap
- _GUICtrlComboBoxEx_CreateSolidBitMap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight])
- $(2)~_GUICtrlComboBoxEx_DeleteString
- _GUICtrlComboBoxEx_DeleteString($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_Destroy
- _GUICtrlComboBoxEx_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlComboBoxEx_EndUpdate
- _GUICtrlComboBoxEx_EndUpdate($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_FindStringExact
- _GUICtrlComboBoxEx_FindStringExact($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBoxEx_GetComboBoxInfo
- _GUICtrlComboBoxEx_GetComboBoxInfo($[$$hWnd], $[ByRef $$tInfo])
- $(2)~_GUICtrlComboBoxEx_GetComboControl
- _GUICtrlComboBoxEx_GetComboControl($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetCount
- _GUICtrlComboBoxEx_GetCount($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetCurSel
- _GUICtrlComboBoxEx_GetCurSel($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetDroppedControlRect
- _GUICtrlComboBoxEx_GetDroppedControlRect($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetDroppedControlRectEx
- _GUICtrlComboBoxEx_GetDroppedControlRectEx($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetDroppedState
- _GUICtrlComboBoxEx_GetDroppedState($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetDroppedWidth
- _GUICtrlComboBoxEx_GetDroppedWidth($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetEditControl
- _GUICtrlComboBoxEx_GetEditControl($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetEditSel
- _GUICtrlComboBoxEx_GetEditSel($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetEditText
- _GUICtrlComboBoxEx_GetEditText($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetExtendedStyle
- _GUICtrlComboBoxEx_GetExtendedStyle($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetExtendedUI
- _GUICtrlComboBoxEx_GetExtendedUI($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetImageList
- _GUICtrlComboBoxEx_GetImageList($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetItem
- _GUICtrlComboBoxEx_GetItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetItemEx
- _GUICtrlComboBoxEx_GetItemEx($[$$hWnd], $[ByRef $$tItem])
- $(2)~_GUICtrlComboBoxEx_GetItemHeight
- _GUICtrlComboBoxEx_GetItemHeight($[$$hWnd], $[$$iComponent = -1])
- $(2)~_GUICtrlComboBoxEx_GetItemImage
- _GUICtrlComboBoxEx_GetItemImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetItemIndent
- _GUICtrlComboBoxEx_GetItemIndent($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetItemOverlayImage
- _GUICtrlComboBoxEx_GetItemOverlayImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetItemParam
- _GUICtrlComboBoxEx_GetItemParam($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetItemSelectedImage
- _GUICtrlComboBoxEx_GetItemSelectedImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetItemText
- _GUICtrlComboBoxEx_GetItemText($[$$hWnd], $[$$iIndex], $[ByRef $$sText])
- $(2)~_GUICtrlComboBoxEx_GetItemTextLen
- _GUICtrlComboBoxEx_GetItemTextLen($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_GetList
- _GUICtrlComboBoxEx_GetList($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetListArray
- _GUICtrlComboBoxEx_GetListArray($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetLocale
- _GUICtrlComboBoxEx_GetLocale($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetLocaleCountry
- _GUICtrlComboBoxEx_GetLocaleCountry($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetLocaleLang
- _GUICtrlComboBoxEx_GetLocaleLang($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetLocalePrimLang
- _GUICtrlComboBoxEx_GetLocalePrimLang($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetLocaleSubLang
- _GUICtrlComboBoxEx_GetLocaleSubLang($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetMinVisible
- _GUICtrlComboBoxEx_GetMinVisible($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetTopIndex
- _GUICtrlComboBoxEx_GetTopIndex($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_GetUnicode
- _GUICtrlComboBoxEx_GetUnicode($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_InitStorage
- _GUICtrlComboBoxEx_InitStorage($[$$hWnd], $[$$iNum], $[$$iBytes])
- $(2)~_GUICtrlComboBoxEx_InsertString
- _GUICtrlComboBoxEx_InsertString($[$$hWnd], $[$$sText], $[$$iIndex = -1], $[$$iImage = -1], $[$$iSelectedImage = -1], $[$$iOverlayImage = -1], $[$$iIndent = -1], $[$$iParam = -1])
- $(2)~_GUICtrlComboBoxEx_LimitText
- _GUICtrlComboBoxEx_LimitText($[$$hWnd], $[$$iLimit = 0])
- $(2)~_GUICtrlComboBoxEx_ReplaceEditSel
- _GUICtrlComboBoxEx_ReplaceEditSel($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlComboBoxEx_ResetContent
- _GUICtrlComboBoxEx_ResetContent($[$$hWnd])
- $(2)~_GUICtrlComboBoxEx_SetCurSel
- _GUICtrlComboBoxEx_SetCurSel($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUICtrlComboBoxEx_SetDroppedWidth
- _GUICtrlComboBoxEx_SetDroppedWidth($[$$hWnd], $[$$iWidth])
- $(2)~_GUICtrlComboBoxEx_SetEditSel
- _GUICtrlComboBoxEx_SetEditSel($[$$hWnd], $[$$iStart], $[$$iStop])
- $(2)~_GUICtrlComboBoxEx_SetEditText
- _GUICtrlComboBoxEx_SetEditText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlComboBoxEx_SetExtendedStyle
- _GUICtrlComboBoxEx_SetExtendedStyle($[$$hWnd], $[$$iExStyle], $[$$iExMask = 0])
- $(2)~_GUICtrlComboBoxEx_SetExtendedUI
- _GUICtrlComboBoxEx_SetExtendedUI($[$$hWnd], $[$$bExtended = False])
- $(2)~_GUICtrlComboBoxEx_SetImageList
- _GUICtrlComboBoxEx_SetImageList($[$$hWnd], $[$$hHandle])
- $(2)~_GUICtrlComboBoxEx_SetItem
- _GUICtrlComboBoxEx_SetItem($[$$hWnd], $[$$sText], $[$$iIndex = 0], $[$$iImage = -1], $[$$iSelectedImage = -1], $[$$iOverlayImage = -1], $[$$iIndent = -1], $[$$iParam = -1])
- $(2)~_GUICtrlComboBoxEx_SetItemEx
- _GUICtrlComboBoxEx_SetItemEx($[$$hWnd], $[ByRef $$tItem])
- $(2)~_GUICtrlComboBoxEx_SetItemHeight
- _GUICtrlComboBoxEx_SetItemHeight($[$$hWnd], $[$$iComponent], $[$$iHeight])
- $(2)~_GUICtrlComboBoxEx_SetItemImage
- _GUICtrlComboBoxEx_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage])
- $(2)~_GUICtrlComboBoxEx_SetItemIndent
- _GUICtrlComboBoxEx_SetItemIndent($[$$hWnd], $[$$iIndex], $[$$iIndent])
- $(2)~_GUICtrlComboBoxEx_SetItemOverlayImage
- _GUICtrlComboBoxEx_SetItemOverlayImage($[$$hWnd], $[$$iIndex], $[$$iImage])
- $(2)~_GUICtrlComboBoxEx_SetItemParam
- _GUICtrlComboBoxEx_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
- $(2)~_GUICtrlComboBoxEx_SetItemSelectedImage
- _GUICtrlComboBoxEx_SetItemSelectedImage($[$$hWnd], $[$$iIndex], $[$$iImage])
- $(2)~_GUICtrlComboBoxEx_SetMinVisible
- _GUICtrlComboBoxEx_SetMinVisible($[$$hWnd], $[$$iMinimum])
- $(2)~_GUICtrlComboBoxEx_SetTopIndex
- _GUICtrlComboBoxEx_SetTopIndex($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlComboBoxEx_SetUnicode
- _GUICtrlComboBoxEx_SetUnicode($[$$hWnd], $[$$bUnicode = True])
- $(2)~_GUICtrlComboBoxEx_ShowDropDown
- _GUICtrlComboBoxEx_ShowDropDown($[$$hWnd], $[$$bShow = False])
- $(2)~_GUICtrlDTP_Create
- _GUICtrlDTP_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 120], $[$$iHeight = 21], $[$$iStyle = 0x00000000], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlDTP_Destroy
- _GUICtrlDTP_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlDTP_GetMCColor
- _GUICtrlDTP_GetMCColor($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlDTP_GetMCFont
- _GUICtrlDTP_GetMCFont($[$$hWnd])
- $(2)~_GUICtrlDTP_GetMonthCal
- _GUICtrlDTP_GetMonthCal($[$$hWnd])
- $(2)~_GUICtrlDTP_GetRange
- _GUICtrlDTP_GetRange($[$$hWnd])
- $(2)~_GUICtrlDTP_GetRangeEx
- _GUICtrlDTP_GetRangeEx($[$$hWnd])
- $(2)~_GUICtrlDTP_GetSystemTime
- _GUICtrlDTP_GetSystemTime($[$$hWnd])
- $(2)~_GUICtrlDTP_GetSystemTimeEx
- _GUICtrlDTP_GetSystemTimeEx($[$$hWnd])
- $(2)~_GUICtrlDTP_SetFormat
- _GUICtrlDTP_SetFormat($[$$hWnd], $[$$sFormat])
- $(2)~_GUICtrlDTP_SetMCColor
- _GUICtrlDTP_SetMCColor($[$$hWnd], $[$$iIndex], $[$$iColor])
- $(2)~_GUICtrlDTP_SetMCFont
- _GUICtrlDTP_SetMCFont($[$$hWnd], $[$$hFont], $[$$bRedraw = True])
- $(2)~_GUICtrlDTP_SetRange
- _GUICtrlDTP_SetRange($[$$hWnd], $[ByRef $$aRange])
- $(2)~_GUICtrlDTP_SetRangeEx
- _GUICtrlDTP_SetRangeEx($[$$hWnd], $[ByRef $$tRange])
- $(2)~_GUICtrlDTP_SetSystemTime
- _GUICtrlDTP_SetSystemTime($[$$hWnd], $[ByRef $$aDate])
- $(2)~_GUICtrlDTP_SetSystemTimeEx
- _GUICtrlDTP_SetSystemTimeEx($[$$hWnd], $[ByRef $$tDate], $[$$bFlag = False])
- $(2)~_GUICtrlEdit_AppendText
- _GUICtrlEdit_AppendText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlEdit_BeginUpdate
- _GUICtrlEdit_BeginUpdate($[$$hWnd])
- $(2)~_GUICtrlEdit_CanUndo
- _GUICtrlEdit_CanUndo($[$$hWnd])
- $(2)~_GUICtrlEdit_CharFromPos
- _GUICtrlEdit_CharFromPos($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlEdit_Create
- _GUICtrlEdit_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x003010C4], $[$$iExStyle = 0x00000200])
- $(2)~_GUICtrlEdit_Destroy
- _GUICtrlEdit_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlEdit_EmptyUndoBuffer
- _GUICtrlEdit_EmptyUndoBuffer($[$$hWnd])
- $(2)~_GUICtrlEdit_EndUpdate
- _GUICtrlEdit_EndUpdate($[$$hWnd])
- $(2)~_GUICtrlEdit_Find
- _GUICtrlEdit_Find($[$$hWnd], $[$$bReplace = False])
- $(2)~_GUICtrlEdit_FmtLines
- _GUICtrlEdit_FmtLines($[$$hWnd], $[$$bSoftBreak = False])
- $(2)~_GUICtrlEdit_GetCueBanner
- _GUICtrlEdit_GetCueBanner($[$$hWnd])
- $(2)~_GUICtrlEdit_GetFirstVisibleLine
- _GUICtrlEdit_GetFirstVisibleLine($[$$hWnd])
- $(2)~_GUICtrlEdit_GetLimitText
- _GUICtrlEdit_GetLimitText($[$$hWnd])
- $(2)~_GUICtrlEdit_GetLine
- _GUICtrlEdit_GetLine($[$$hWnd], $[$$iLine])
- $(2)~_GUICtrlEdit_GetLineCount
- _GUICtrlEdit_GetLineCount($[$$hWnd])
- $(2)~_GUICtrlEdit_GetMargins
- _GUICtrlEdit_GetMargins($[$$hWnd])
- $(2)~_GUICtrlEdit_GetModify
- _GUICtrlEdit_GetModify($[$$hWnd])
- $(2)~_GUICtrlEdit_GetPasswordChar
- _GUICtrlEdit_GetPasswordChar($[$$hWnd])
- $(2)~_GUICtrlEdit_GetRECT
- _GUICtrlEdit_GetRECT($[$$hWnd])
- $(2)~_GUICtrlEdit_GetRECTEx
- _GUICtrlEdit_GetRECTEx($[$$hWnd])
- $(2)~_GUICtrlEdit_GetSel
- _GUICtrlEdit_GetSel($[$$hWnd])
- $(2)~_GUICtrlEdit_GetText
- _GUICtrlEdit_GetText($[$$hWnd])
- $(2)~_GUICtrlEdit_GetTextLen
- _GUICtrlEdit_GetTextLen($[$$hWnd])
- $(2)~_GUICtrlEdit_HideBalloonTip
- _GUICtrlEdit_HideBalloonTip($[$$hWnd])
- $(2)~_GUICtrlEdit_InsertText
- _GUICtrlEdit_InsertText($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlEdit_LineFromChar
- _GUICtrlEdit_LineFromChar($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUICtrlEdit_LineIndex
- _GUICtrlEdit_LineIndex($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUICtrlEdit_LineLength
- _GUICtrlEdit_LineLength($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUICtrlEdit_LineScroll
- _GUICtrlEdit_LineScroll($[$$hWnd], $[$$iHoriz], $[$$iVert])
- $(2)~_GUICtrlEdit_PosFromChar
- _GUICtrlEdit_PosFromChar($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlEdit_ReplaceSel
- _GUICtrlEdit_ReplaceSel($[$$hWnd], $[$$sText], $[$$bUndo = True])
- $(2)~_GUICtrlEdit_Scroll
- _GUICtrlEdit_Scroll($[$$hWnd], $[$$iDirection])
- $(2)~_GUICtrlEdit_SetCueBanner
- _GUICtrlEdit_SetCueBanner($[$$hWnd], $[$$sText], $[$$bOnFocus = False])
- $(2)~_GUICtrlEdit_SetLimitText
- _GUICtrlEdit_SetLimitText($[$$hWnd], $[$$iLimit])
- $(2)~_GUICtrlEdit_SetMargins
- _GUICtrlEdit_SetMargins($[$$hWnd], $[$$iMargin = 0x1], $[$$iLeft = 0xFFFF], $[$$iRight = 0xFFFF])
- $(2)~_GUICtrlEdit_SetModify
- _GUICtrlEdit_SetModify($[$$hWnd], $[$$bModified])
- $(2)~_GUICtrlEdit_SetPasswordChar
- _GUICtrlEdit_SetPasswordChar($[$$hWnd], $[$$sDisplayChar = "0"])
- $(2)~_GUICtrlEdit_SetReadOnly
- _GUICtrlEdit_SetReadOnly($[$$hWnd], $[$$bReadOnly])
- $(2)~_GUICtrlEdit_SetRECT
- _GUICtrlEdit_SetRECT($[$$hWnd], $[$$aRect])
- $(2)~_GUICtrlEdit_SetRECTEx
- _GUICtrlEdit_SetRECTEx($[$$hWnd], $[$$tRECT])
- $(2)~_GUICtrlEdit_SetRECTNP
- _GUICtrlEdit_SetRECTNP($[$$hWnd], $[$$aRect])
- $(2)~_GUICtrlEdit_SetRectNPEx
- _GUICtrlEdit_SetRectNPEx($[$$hWnd], $[$$tRECT])
- $(2)~_GUICtrlEdit_SetSel
- _GUICtrlEdit_SetSel($[$$hWnd], $[$$iStart], $[$$iEnd])
- $(2)~_GUICtrlEdit_SetTabStops
- _GUICtrlEdit_SetTabStops($[$$hWnd], $[$$aTabStops])
- $(2)~_GUICtrlEdit_SetText
- _GUICtrlEdit_SetText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlEdit_ShowBalloonTip
- _GUICtrlEdit_ShowBalloonTip($[$$hWnd], $[$$sTitle], $[$$sText], $[$$iIcon])
- $(2)~_GUICtrlEdit_Undo
- _GUICtrlEdit_Undo($[$$hWnd])
- $(2)~_GUICtrlHeader_AddItem
- _GUICtrlHeader_AddItem($[$$hWnd], $[$$sText], $[$$iWidth = 50], $[$$iAlign = 0], $[$$iImage = -1], $[$$bOnRight = False])
- $(2)~_GUICtrlHeader_ClearFilter
- _GUICtrlHeader_ClearFilter($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_ClearFilterAll
- _GUICtrlHeader_ClearFilterAll($[$$hWnd])
- $(2)~_GUICtrlHeader_Create
- _GUICtrlHeader_Create($[$$hWnd], $[$$iStyle = 0x00000046])
- $(2)~_GUICtrlHeader_CreateDragImage
- _GUICtrlHeader_CreateDragImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_DeleteItem
- _GUICtrlHeader_DeleteItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_Destroy
- _GUICtrlHeader_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlHeader_EditFilter
- _GUICtrlHeader_EditFilter($[$$hWnd], $[$$iIndex], $[$$bDiscard = True])
- $(2)~_GUICtrlHeader_GetBitmapMargin
- _GUICtrlHeader_GetBitmapMargin($[$$hWnd])
- $(2)~_GUICtrlHeader_GetImageList
- _GUICtrlHeader_GetImageList($[$$hWnd])
- $(2)~_GUICtrlHeader_GetItem
- _GUICtrlHeader_GetItem($[$$hWnd], $[$$iIndex], $[ByRef $$tItem])
- $(2)~_GUICtrlHeader_GetItemAlign
- _GUICtrlHeader_GetItemAlign($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemBitmap
- _GUICtrlHeader_GetItemBitmap($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemCount
- _GUICtrlHeader_GetItemCount($[$$hWnd])
- $(2)~_GUICtrlHeader_GetItemDisplay
- _GUICtrlHeader_GetItemDisplay($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemFlags
- _GUICtrlHeader_GetItemFlags($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemFormat
- _GUICtrlHeader_GetItemFormat($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemImage
- _GUICtrlHeader_GetItemImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemOrder
- _GUICtrlHeader_GetItemOrder($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemParam
- _GUICtrlHeader_GetItemParam($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemRect
- _GUICtrlHeader_GetItemRect($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemRectEx
- _GUICtrlHeader_GetItemRectEx($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemText
- _GUICtrlHeader_GetItemText($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetItemWidth
- _GUICtrlHeader_GetItemWidth($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlHeader_GetOrderArray
- _GUICtrlHeader_GetOrderArray($[$$hWnd])
- $(2)~_GUICtrlHeader_GetUnicodeFormat
- _GUICtrlHeader_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlHeader_HitTest
- _GUICtrlHeader_HitTest($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlHeader_InsertItem
- _GUICtrlHeader_InsertItem($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iWidth = 50], $[$$iAlign = 0], $[$$iImage = -1], $[$$bOnRight = False])
- $(2)~_GUICtrlHeader_Layout
- _GUICtrlHeader_Layout($[$$hWnd], $[ByRef $$tRECT])
- $(2)~_GUICtrlHeader_OrderToIndex
- _GUICtrlHeader_OrderToIndex($[$$hWnd], $[$$iOrder])
- $(2)~_GUICtrlHeader_SetBitmapMargin
- _GUICtrlHeader_SetBitmapMargin($[$$hWnd], $[$$iWidth])
- $(2)~_GUICtrlHeader_SetFilterChangeTimeout
- _GUICtrlHeader_SetFilterChangeTimeout($[$$hWnd], $[$$iTimeOut])
- $(2)~_GUICtrlHeader_SetHotDivider
- _GUICtrlHeader_SetHotDivider($[$$hWnd], $[$$iFlag], $[$$iInputValue])
- $(2)~_GUICtrlHeader_SetImageList
- _GUICtrlHeader_SetImageList($[$$hWnd], $[$$hImage])
- $(2)~_GUICtrlHeader_SetItem
- _GUICtrlHeader_SetItem($[$$hWnd], $[$$iIndex], $[ByRef $$tItem])
- $(2)~_GUICtrlHeader_SetItemAlign
- _GUICtrlHeader_SetItemAlign($[$$hWnd], $[$$iIndex], $[$$iAlign])
- $(2)~_GUICtrlHeader_SetItemBitmap
- _GUICtrlHeader_SetItemBitmap($[$$hWnd], $[$$iIndex], $[$$hBitmap])
- $(2)~_GUICtrlHeader_SetItemDisplay
- _GUICtrlHeader_SetItemDisplay($[$$hWnd], $[$$iIndex], $[$$iDisplay])
- $(2)~_GUICtrlHeader_SetItemFlags
- _GUICtrlHeader_SetItemFlags($[$$hWnd], $[$$iIndex], $[$$iFlags])
- $(2)~_GUICtrlHeader_SetItemFormat
- _GUICtrlHeader_SetItemFormat($[$$hWnd], $[$$iIndex], $[$$iFormat])
- $(2)~_GUICtrlHeader_SetItemImage
- _GUICtrlHeader_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage])
- $(2)~_GUICtrlHeader_SetItemOrder
- _GUICtrlHeader_SetItemOrder($[$$hWnd], $[$$iIndex], $[$$iOrder])
- $(2)~_GUICtrlHeader_SetItemParam
- _GUICtrlHeader_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
- $(2)~_GUICtrlHeader_SetItemText
- _GUICtrlHeader_SetItemText($[$$hWnd], $[$$iIndex], $[$$sText])
- $(2)~_GUICtrlHeader_SetItemWidth
- _GUICtrlHeader_SetItemWidth($[$$hWnd], $[$$iIndex], $[$$iWidth])
- $(2)~_GUICtrlHeader_SetOrderArray
- _GUICtrlHeader_SetOrderArray($[$$hWnd], $[ByRef $$aOrder])
- $(2)~_GUICtrlHeader_SetUnicodeFormat
- _GUICtrlHeader_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
- $(2)~_GUICtrlIpAddress_ClearAddress
- _GUICtrlIpAddress_ClearAddress($[$$hWnd])
- $(2)~_GUICtrlIpAddress_Create
- _GUICtrlIpAddress_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 125], $[$$iHeight = 25], $[$$iStyles = 0x00000000], $[$$iExstyles = 0x00000000])
- $(2)~_GUICtrlIpAddress_Destroy
- _GUICtrlIpAddress_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlIpAddress_Get
- _GUICtrlIpAddress_Get($[$$hWnd])
- $(2)~_GUICtrlIpAddress_GetArray
- _GUICtrlIpAddress_GetArray($[$$hWnd])
- $(2)~_GUICtrlIpAddress_GetEx
- _GUICtrlIpAddress_GetEx($[$$hWnd])
- $(2)~_GUICtrlIpAddress_IsBlank
- _GUICtrlIpAddress_IsBlank($[$$hWnd])
- $(2)~_GUICtrlIpAddress_Set
- _GUICtrlIpAddress_Set($[$$hWnd], $[$$sAddress])
- $(2)~_GUICtrlIpAddress_SetArray
- _GUICtrlIpAddress_SetArray($[$$hWnd], $[$$aAddress])
- $(2)~_GUICtrlIpAddress_SetEx
- _GUICtrlIpAddress_SetEx($[$$hWnd], $[$$tIP])
- $(2)~_GUICtrlIpAddress_SetFocus
- _GUICtrlIpAddress_SetFocus($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlIpAddress_SetFont
- _GUICtrlIpAddress_SetFont($[$$hWnd], $[$$sFaceName = "Arial"], $[$$iFontSize = 12], $[$$iFontWeight = 400], $[$$bFontItalic = False])
- $(2)~_GUICtrlIpAddress_SetRange
- _GUICtrlIpAddress_SetRange($[$$hWnd], $[$$iIndex], $[$$iLowRange = 0], $[$$iHighRange = 255])
- $(2)~_GUICtrlIpAddress_ShowHide
- _GUICtrlIpAddress_ShowHide($[$$hWnd], $[$$iState])
- $(2)~_GUICtrlListBox_AddFile
- _GUICtrlListBox_AddFile($[$$hWnd], $[$$sFilePath])
- $(2)~_GUICtrlListBox_AddString
- _GUICtrlListBox_AddString($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlListBox_BeginUpdate
- _GUICtrlListBox_BeginUpdate($[$$hWnd])
- $(2)~_GUICtrlListBox_ClickItem
- _GUICtrlListBox_ClickItem($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 0])
- $(2)~_GUICtrlListBox_Create
- _GUICtrlListBox_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 200], $[$$iStyle = 0x00B00002], $[$$iExStyle = 0x00000200])
- $(2)~_GUICtrlListBox_DeleteString
- _GUICtrlListBox_DeleteString($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_Destroy
- _GUICtrlListBox_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlListBox_Dir
- _GUICtrlListBox_Dir($[$$hWnd], $[$$sFilePath], $[$$iAttributes = 0], $[$$bBrackets = True])
- $(2)~_GUICtrlListBox_EndUpdate
- _GUICtrlListBox_EndUpdate($[$$hWnd])
- $(2)~_GUICtrlListBox_FindInText
- _GUICtrlListBox_FindInText($[$$hWnd], $[$$sText], $[$$iStart = -1], $[$$bWrapOK = True])
- $(2)~_GUICtrlListBox_FindString
- _GUICtrlListBox_FindString($[$$hWnd], $[$$sText], $[$$bExact = False])
- $(2)~_GUICtrlListBox_GetAnchorIndex
- _GUICtrlListBox_GetAnchorIndex($[$$hWnd])
- $(2)~_GUICtrlListBox_GetCaretIndex
- _GUICtrlListBox_GetCaretIndex($[$$hWnd])
- $(2)~_GUICtrlListBox_GetCount
- _GUICtrlListBox_GetCount($[$$hWnd])
- $(2)~_GUICtrlListBox_GetCurSel
- _GUICtrlListBox_GetCurSel($[$$hWnd])
- $(2)~_GUICtrlListBox_GetHorizontalExtent
- _GUICtrlListBox_GetHorizontalExtent($[$$hWnd])
- $(2)~_GUICtrlListBox_GetItemData
- _GUICtrlListBox_GetItemData($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_GetItemHeight
- _GUICtrlListBox_GetItemHeight($[$$hWnd])
- $(2)~_GUICtrlListBox_GetItemRect
- _GUICtrlListBox_GetItemRect($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_GetItemRectEx
- _GUICtrlListBox_GetItemRectEx($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_GetListBoxInfo
- _GUICtrlListBox_GetListBoxInfo($[$$hWnd])
- $(2)~_GUICtrlListBox_GetLocale
- _GUICtrlListBox_GetLocale($[$$hWnd])
- $(2)~_GUICtrlListBox_GetLocaleCountry
- _GUICtrlListBox_GetLocaleCountry($[$$hWnd])
- $(2)~_GUICtrlListBox_GetLocaleLang
- _GUICtrlListBox_GetLocaleLang($[$$hWnd])
- $(2)~_GUICtrlListBox_GetLocalePrimLang
- _GUICtrlListBox_GetLocalePrimLang($[$$hWnd])
- $(2)~_GUICtrlListBox_GetLocaleSubLang
- _GUICtrlListBox_GetLocaleSubLang($[$$hWnd])
- $(2)~_GUICtrlListBox_GetSel
- _GUICtrlListBox_GetSel($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_GetSelCount
- _GUICtrlListBox_GetSelCount($[$$hWnd])
- $(2)~_GUICtrlListBox_GetSelItems
- _GUICtrlListBox_GetSelItems($[$$hWnd])
- $(2)~_GUICtrlListBox_GetSelItemsText
- _GUICtrlListBox_GetSelItemsText($[$$hWnd])
- $(2)~_GUICtrlListBox_GetText
- _GUICtrlListBox_GetText($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_GetTextLen
- _GUICtrlListBox_GetTextLen($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_GetTopIndex
- _GUICtrlListBox_GetTopIndex($[$$hWnd])
- $(2)~_GUICtrlListBox_InitStorage
- _GUICtrlListBox_InitStorage($[$$hWnd], $[$$iItems], $[$$iBytes])
- $(2)~_GUICtrlListBox_InsertString
- _GUICtrlListBox_InsertString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlListBox_ItemFromPoint
- _GUICtrlListBox_ItemFromPoint($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlListBox_ReplaceString
- _GUICtrlListBox_ReplaceString($[$$hWnd], $[$$iIndex], $[$$sText])
- $(2)~_GUICtrlListBox_ResetContent
- _GUICtrlListBox_ResetContent($[$$hWnd])
- $(2)~_GUICtrlListBox_SelectString
- _GUICtrlListBox_SelectString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
- $(2)~_GUICtrlListBox_SelItemRange
- _GUICtrlListBox_SelItemRange($[$$hWnd], $[$$iFirst], $[$$iLast], $[$$bSelect = True])
- $(2)~_GUICtrlListBox_SelItemRangeEx
- _GUICtrlListBox_SelItemRangeEx($[$$hWnd], $[$$iFirst], $[$$iLast])
- $(2)~_GUICtrlListBox_SetAnchorIndex
- _GUICtrlListBox_SetAnchorIndex($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_SetCaretIndex
- _GUICtrlListBox_SetCaretIndex($[$$hWnd], $[$$iIndex], $[$$bPartial = False])
- $(2)~_GUICtrlListBox_SetColumnWidth
- _GUICtrlListBox_SetColumnWidth($[$$hWnd], $[$$iWidth])
- $(2)~_GUICtrlListBox_SetCurSel
- _GUICtrlListBox_SetCurSel($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_SetHorizontalExtent
- _GUICtrlListBox_SetHorizontalExtent($[$$hWnd], $[$$iWidth])
- $(2)~_GUICtrlListBox_SetItemData
- _GUICtrlListBox_SetItemData($[$$hWnd], $[$$iIndex], $[$$iValue])
- $(2)~_GUICtrlListBox_SetItemHeight
- _GUICtrlListBox_SetItemHeight($[$$hWnd], $[$$iHeight], $[$$iIndex = 0])
- $(2)~_GUICtrlListBox_SetLocale
- _GUICtrlListBox_SetLocale($[$$hWnd], $[$$iLocal])
- $(2)~_GUICtrlListBox_SetSel
- _GUICtrlListBox_SetSel($[$$hWnd], $[$$iIndex = -1], $[$$iSelect = -1])
- $(2)~_GUICtrlListBox_SetTabStops
- _GUICtrlListBox_SetTabStops($[$$hWnd], $[$$aTabStops])
- $(2)~_GUICtrlListBox_SetTopIndex
- _GUICtrlListBox_SetTopIndex($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListBox_Sort
- _GUICtrlListBox_Sort($[$$hWnd])
- $(2)~_GUICtrlListBox_SwapString
- _GUICtrlListBox_SwapString($[$$hWnd], $[$$iIndexA], $[$$iIndexB])
- $(2)~_GUICtrlListBox_UpdateHScroll
- _GUICtrlListBox_UpdateHScroll($[$$hWnd])
- $(2)~_GUICtrlListView_AddArray
- _GUICtrlListView_AddArray($[$$hWnd], $[ByRef $$aItems])
- $(2)~_GUICtrlListView_AddColumn
- _GUICtrlListView_AddColumn($[$$hWnd], $[$$sText], $[$$iWidth = 50], $[$$iAlign = -1], $[$$iImage = -1], $[$$bOnRight = False])
- $(2)~_GUICtrlListView_AddItem
- _GUICtrlListView_AddItem($[$$hWnd], $[$$sText], $[$$iImage = -1], $[$$iParam = 0])
- $(2)~_GUICtrlListView_AddSubItem
- _GUICtrlListView_AddSubItem($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iSubItem], $[$$iImage = -1])
- $(2)~_GUICtrlListView_ApproximateViewHeight
- _GUICtrlListView_ApproximateViewHeight($[$$hWnd], $[$$iCount = -1], $[$$iCX = -1], $[$$iCY = -1])
- $(2)~_GUICtrlListView_ApproximateViewRect
- _GUICtrlListView_ApproximateViewRect($[$$hWnd], $[$$iCount = -1], $[$$iCX = -1], $[$$iCY = -1])
- $(2)~_GUICtrlListView_ApproximateViewWidth
- _GUICtrlListView_ApproximateViewWidth($[$$hWnd], $[$$iCount = -1], $[$$iCX = -1], $[$$iCY = -1])
- $(2)~_GUICtrlListView_Arrange
- _GUICtrlListView_Arrange($[$$hWnd], $[$$iArrange = 0])
- $(2)~_GUICtrlListView_BeginUpdate
- _GUICtrlListView_BeginUpdate($[$$hWnd])
- $(2)~_GUICtrlListView_CancelEditLabel
- _GUICtrlListView_CancelEditLabel($[$$hWnd])
- $(2)~_GUICtrlListView_ClickItem
- _GUICtrlListView_ClickItem($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
- $(2)~_GUICtrlListView_CopyItems
- _GUICtrlListView_CopyItems($[$$hWnd_Source], $[$$hWnd_Destination], $[$$bDelFlag = False])
- $(2)~_GUICtrlListView_Create
- _GUICtrlListView_Create($[$$hWnd], $[$$sHeaderText], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x0000000D], $[$$iExStyle = 0x00000000], $[$$bCoInit = False])
- $(2)~_GUICtrlListView_CreateDragImage
- _GUICtrlListView_CreateDragImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_CreateSolidBitMap
- _GUICtrlListView_CreateSolidBitMap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight])
- $(2)~_GUICtrlListView_DeleteAllItems
- _GUICtrlListView_DeleteAllItems($[$$hWnd])
- $(2)~_GUICtrlListView_DeleteColumn
- _GUICtrlListView_DeleteColumn($[$$hWnd], $[$$iCol])
- $(2)~_GUICtrlListView_DeleteItem
- _GUICtrlListView_DeleteItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_DeleteItemsSelected
- _GUICtrlListView_DeleteItemsSelected($[$$hWnd])
- $(2)~_GUICtrlListView_Destroy
- _GUICtrlListView_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlListView_DrawDragImage
- _GUICtrlListView_DrawDragImage($[ByRef $$hWnd], $[ByRef $$aDrag])
- $(2)~_GUICtrlListView_EditLabel
- _GUICtrlListView_EditLabel($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_EnableGroupView
- _GUICtrlListView_EnableGroupView($[$$hWnd], $[$$bEnable = True])
- $(2)~_GUICtrlListView_EndUpdate
- _GUICtrlListView_EndUpdate($[$$hWnd])
- $(2)~_GUICtrlListView_EnsureVisible
- _GUICtrlListView_EnsureVisible($[$$hWnd], $[$$iIndex], $[$$bPartialOK = False])
- $(2)~_GUICtrlListView_FindInText
- _GUICtrlListView_FindInText($[$$hWnd], $[$$sText], $[$$iStart = -1], $[$$bWrapOK = True], $[$$bReverse = False])
- $(2)~_GUICtrlListView_FindItem
- _GUICtrlListView_FindItem($[$$hWnd], $[$$iStart], $[ByRef $$tFindInfo], $[$$sText = ""])
- $(2)~_GUICtrlListView_FindNearest
- _GUICtrlListView_FindNearest($[$$hWnd], $[$$iX], $[$$iY], $[$$iDir = 0], $[$$iStart = -1], $[$$bWrapOK = True])
- $(2)~_GUICtrlListView_FindParam
- _GUICtrlListView_FindParam($[$$hWnd], $[$$iParam], $[$$iStart = -1])
- $(2)~_GUICtrlListView_FindText
- _GUICtrlListView_FindText($[$$hWnd], $[$$sText], $[$$iStart = -1], $[$$bPartialOK = True], $[$$bWrapOK = True])
- $(2)~_GUICtrlListView_GetBkColor
- _GUICtrlListView_GetBkColor($[$$hWnd])
- $(2)~_GUICtrlListView_GetBkImage
- _GUICtrlListView_GetBkImage($[$$hWnd])
- $(2)~_GUICtrlListView_GetCallbackMask
- _GUICtrlListView_GetCallbackMask($[$$hWnd])
- $(2)~_GUICtrlListView_GetColumn
- _GUICtrlListView_GetColumn($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetColumnCount
- _GUICtrlListView_GetColumnCount($[$$hWnd])
- $(2)~_GUICtrlListView_GetColumnOrder
- _GUICtrlListView_GetColumnOrder($[$$hWnd])
- $(2)~_GUICtrlListView_GetColumnOrderArray
- _GUICtrlListView_GetColumnOrderArray($[$$hWnd])
- $(2)~_GUICtrlListView_GetColumnWidth
- _GUICtrlListView_GetColumnWidth($[$$hWnd], $[$$iCol])
- $(2)~_GUICtrlListView_GetCounterPage
- _GUICtrlListView_GetCounterPage($[$$hWnd])
- $(2)~_GUICtrlListView_GetEditControl
- _GUICtrlListView_GetEditControl($[$$hWnd])
- $(2)~_GUICtrlListView_GetExtendedListViewStyle
- _GUICtrlListView_GetExtendedListViewStyle($[$$hWnd])
- $(2)~_GUICtrlListView_GetFocusedGroup
- _GUICtrlListView_GetFocusedGroup($[$$hWnd])
- $(2)~_GUICtrlListView_GetGroupCount
- _GUICtrlListView_GetGroupCount($[$$hWnd])
- $(2)~_GUICtrlListView_GetGroupInfo
- _GUICtrlListView_GetGroupInfo($[$$hWnd], $[$$iGroupID])
- $(2)~_GUICtrlListView_GetGroupInfoByIndex
- _GUICtrlListView_GetGroupInfoByIndex($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetGroupRect
- _GUICtrlListView_GetGroupRect($[$$hWnd], $[$$iGroupID], $[$$iGet = $$LVGGR_GROUP])
- $(2)~_GUICtrlListView_GetGroupViewEnabled
- _GUICtrlListView_GetGroupViewEnabled($[$$hWnd])
- $(2)~_GUICtrlListView_GetHeader
- _GUICtrlListView_GetHeader($[$$hWnd])
- $(2)~_GUICtrlListView_GetHotCursor
- _GUICtrlListView_GetHotCursor($[$$hWnd])
- $(2)~_GUICtrlListView_GetHotItem
- _GUICtrlListView_GetHotItem($[$$hWnd])
- $(2)~_GUICtrlListView_GetHoverTime
- _GUICtrlListView_GetHoverTime($[$$hWnd])
- $(2)~_GUICtrlListView_GetImageList
- _GUICtrlListView_GetImageList($[$$hWnd], $[$$iImageList])
- $(2)~_GUICtrlListView_GetISearchString
- _GUICtrlListView_GetISearchString($[$$hWnd])
- $(2)~_GUICtrlListView_GetItem
- _GUICtrlListView_GetItem($[$$hWnd], $[$$iIndex], $[$$iSubItem = 0])
- $(2)~_GUICtrlListView_GetItemChecked
- _GUICtrlListView_GetItemChecked($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemCount
- _GUICtrlListView_GetItemCount($[$$hWnd])
- $(2)~_GUICtrlListView_GetItemCut
- _GUICtrlListView_GetItemCut($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemDropHilited
- _GUICtrlListView_GetItemDropHilited($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemEx
- _GUICtrlListView_GetItemEx($[$$hWnd], $[ByRef $$tItem])
- $(2)~_GUICtrlListView_GetItemFocused
- _GUICtrlListView_GetItemFocused($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemGroupID
- _GUICtrlListView_GetItemGroupID($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemImage
- _GUICtrlListView_GetItemImage($[$$hWnd], $[$$iIndex], $[$$iSubItem = 0])
- $(2)~_GUICtrlListView_GetItemIndent
- _GUICtrlListView_GetItemIndent($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemParam
- _GUICtrlListView_GetItemParam($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemPosition
- _GUICtrlListView_GetItemPosition($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemPositionX
- _GUICtrlListView_GetItemPositionX($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemPositionY
- _GUICtrlListView_GetItemPositionY($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemRect
- _GUICtrlListView_GetItemRect($[$$hWnd], $[$$iIndex], $[$$iPart = 3])
- $(2)~_GUICtrlListView_GetItemRectEx
- _GUICtrlListView_GetItemRectEx($[$$hWnd], $[$$iIndex], $[$$iPart = 3])
- $(2)~_GUICtrlListView_GetItemSelected
- _GUICtrlListView_GetItemSelected($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemSpacing
- _GUICtrlListView_GetItemSpacing($[$$hWnd], $[$$bSmall = False])
- $(2)~_GUICtrlListView_GetItemSpacingX
- _GUICtrlListView_GetItemSpacingX($[$$hWnd], $[$$bSmall = False])
- $(2)~_GUICtrlListView_GetItemSpacingY
- _GUICtrlListView_GetItemSpacingY($[$$hWnd], $[$$bSmall = False])
- $(2)~_GUICtrlListView_GetItemState
- _GUICtrlListView_GetItemState($[$$hWnd], $[$$iIndex], $[$$iMask])
- $(2)~_GUICtrlListView_GetItemStateImage
- _GUICtrlListView_GetItemStateImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_GetItemText
- _GUICtrlListView_GetItemText($[$$hWnd], $[$$iIndex], $[$$iSubItem = 0])
- $(2)~_GUICtrlListView_GetItemTextArray
- _GUICtrlListView_GetItemTextArray($[$$hWnd], $[$$iItem = -1])
- $(2)~_GUICtrlListView_GetItemTextString
- _GUICtrlListView_GetItemTextString($[$$hWnd], $[$$iItem = -1])
- $(2)~_GUICtrlListView_GetNextItem
- _GUICtrlListView_GetNextItem($[$$hWnd], $[$$iStart = -1], $[$$iSearch = 0], $[$$iState = 8])
- $(2)~_GUICtrlListView_GetNumberOfWorkAreas
- _GUICtrlListView_GetNumberOfWorkAreas($[$$hWnd])
- $(2)~_GUICtrlListView_GetOrigin
- _GUICtrlListView_GetOrigin($[$$hWnd])
- $(2)~_GUICtrlListView_GetOriginX
- _GUICtrlListView_GetOriginX($[$$hWnd])
- $(2)~_GUICtrlListView_GetOriginY
- _GUICtrlListView_GetOriginY($[$$hWnd])
- $(2)~_GUICtrlListView_GetOutlineColor
- _GUICtrlListView_GetOutlineColor($[$$hWnd])
- $(2)~_GUICtrlListView_GetSelectedColumn
- _GUICtrlListView_GetSelectedColumn($[$$hWnd])
- $(2)~_GUICtrlListView_GetSelectedCount
- _GUICtrlListView_GetSelectedCount($[$$hWnd])
- $(2)~_GUICtrlListView_GetSelectedIndices
- _GUICtrlListView_GetSelectedIndices($[$$hWnd], $[$$bArray = False])
- $(2)~_GUICtrlListView_GetSelectionMark
- _GUICtrlListView_GetSelectionMark($[$$hWnd])
- $(2)~_GUICtrlListView_GetStringWidth
- _GUICtrlListView_GetStringWidth($[$$hWnd], $[$$sString])
- $(2)~_GUICtrlListView_GetSubItemRect
- _GUICtrlListView_GetSubItemRect($[$$hWnd], $[$$iIndex], $[$$iSubItem], $[$$iPart = 0])
- $(2)~_GUICtrlListView_GetTextBkColor
- _GUICtrlListView_GetTextBkColor($[$$hWnd])
- $(2)~_GUICtrlListView_GetTextColor
- _GUICtrlListView_GetTextColor($[$$hWnd])
- $(2)~_GUICtrlListView_GetToolTips
- _GUICtrlListView_GetToolTips($[$$hWnd])
- $(2)~_GUICtrlListView_GetTopIndex
- _GUICtrlListView_GetTopIndex($[$$hWnd])
- $(2)~_GUICtrlListView_GetUnicodeFormat
- _GUICtrlListView_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlListView_GetView
- _GUICtrlListView_GetView($[$$hWnd])
- $(2)~_GUICtrlListView_GetViewDetails
- _GUICtrlListView_GetViewDetails($[$$hWnd])
- $(2)~_GUICtrlListView_GetViewLarge
- _GUICtrlListView_GetViewLarge($[$$hWnd])
- $(2)~_GUICtrlListView_GetViewList
- _GUICtrlListView_GetViewList($[$$hWnd])
- $(2)~_GUICtrlListView_GetViewRect
- _GUICtrlListView_GetViewRect($[$$hWnd])
- $(2)~_GUICtrlListView_GetViewSmall
- _GUICtrlListView_GetViewSmall($[$$hWnd])
- $(2)~_GUICtrlListView_GetViewTile
- _GUICtrlListView_GetViewTile($[$$hWnd])
- $(2)~_GUICtrlListView_HideColumn
- _GUICtrlListView_HideColumn($[$$hWnd], $[$$iCol])
- $(2)~_GUICtrlListView_HitTest
- _GUICtrlListView_HitTest($[$$hWnd], $[$$iX = -1], $[$$iY = -1])
- $(2)~_GUICtrlListView_InsertColumn
- _GUICtrlListView_InsertColumn($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iWidth = 50], $[$$iAlign = -1], $[$$iImage = -1], $[$$bOnRight = False])
- $(2)~_GUICtrlListView_InsertGroup
- _GUICtrlListView_InsertGroup($[$$hWnd], $[$$iIndex], $[$$iGroupID], $[$$sHeader], $[$$iAlign = 0])
- $(2)~_GUICtrlListView_InsertItem
- _GUICtrlListView_InsertItem($[$$hWnd], $[$$sText], $[$$iIndex = -1], $[$$iImage = -1], $[$$iParam = 0])
- $(2)~_GUICtrlListView_JustifyColumn
- _GUICtrlListView_JustifyColumn($[$$hWnd], $[$$iIndex], $[$$iAlign = -1])
- $(2)~_GUICtrlListView_MapIDToIndex
- _GUICtrlListView_MapIDToIndex($[$$hWnd], $[$$iID])
- $(2)~_GUICtrlListView_MapIndexToID
- _GUICtrlListView_MapIndexToID($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_RedrawItems
- _GUICtrlListView_RedrawItems($[$$hWnd], $[$$iFirst], $[$$iLast])
- $(2)~_GUICtrlListView_RegisterSortCallBack
- _GUICtrlListView_RegisterSortCallBack($[$$hWnd], $[$$vCompareType = 1], $[$$bArrows = True], $[$$sPrivateCallBack = "__GUICtrlListView_Sort"])
- $(2)~_GUICtrlListView_RemoveAllGroups
- _GUICtrlListView_RemoveAllGroups($[$$hWnd])
- $(2)~_GUICtrlListView_RemoveGroup
- _GUICtrlListView_RemoveGroup($[$$hWnd], $[$$iGroupID])
- $(2)~_GUICtrlListView_Scroll
- _GUICtrlListView_Scroll($[$$hWnd], $[$$iDX], $[$$iDY])
- $(2)~_GUICtrlListView_SetBkColor
- _GUICtrlListView_SetBkColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlListView_SetBkImage
- _GUICtrlListView_SetBkImage($[$$hWnd], $[$$sURL = ""], $[$$iStyle = 0], $[$$iXOffset = 0], $[$$iYOffset = 0])
- $(2)~_GUICtrlListView_SetCallBackMask
- _GUICtrlListView_SetCallBackMask($[$$hWnd], $[$$iMask])
- $(2)~_GUICtrlListView_SetColumn
- _GUICtrlListView_SetColumn($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iWidth = -1], $[$$iAlign = -1], $[$$iImage = -1], $[$$bOnRight = False])
- $(2)~_GUICtrlListView_SetColumnOrder
- _GUICtrlListView_SetColumnOrder($[$$hWnd], $[$$sOrder])
- $(2)~_GUICtrlListView_SetColumnOrderArray
- _GUICtrlListView_SetColumnOrderArray($[$$hWnd], $[$$aOrder])
- $(2)~_GUICtrlListView_SetColumnWidth
- _GUICtrlListView_SetColumnWidth($[$$hWnd], $[$$iCol], $[$$iWidth])
- $(2)~_GUICtrlListView_SetExtendedListViewStyle
- _GUICtrlListView_SetExtendedListViewStyle($[$$hWnd], $[$$iExStyle], $[$$iExMask = 0])
- $(2)~_GUICtrlListView_SetGroupInfo
- _GUICtrlListView_SetGroupInfo($[$$hWnd], $[$$iGroupID], $[$$sHeader], $[$$iAlign = 0], $[$$iState = $$LVGS_NORMAL])
- $(2)~_GUICtrlListView_SetHotItem
- _GUICtrlListView_SetHotItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_SetHoverTime
- _GUICtrlListView_SetHoverTime($[$$hWnd], $[$$iTime])
- $(2)~_GUICtrlListView_SetIconSpacing
- _GUICtrlListView_SetIconSpacing($[$$hWnd], $[$$iCX], $[$$iCY])
- $(2)~_GUICtrlListView_SetImageList
- _GUICtrlListView_SetImageList($[$$hWnd], $[$$hHandle], $[$$iType = 0])
- $(2)~_GUICtrlListView_SetItem
- _GUICtrlListView_SetItem($[$$hWnd], $[$$sText], $[$$iIndex = 0], $[$$iSubItem = 0], $[$$iImage = -1], $[$$iParam = -1], $[$$iIndent = -1])
- $(2)~_GUICtrlListView_SetItemChecked
- _GUICtrlListView_SetItemChecked($[$$hWnd], $[$$iIndex], $[$$bCheck = True])
- $(2)~_GUICtrlListView_SetItemCount
- _GUICtrlListView_SetItemCount($[$$hWnd], $[$$iItems])
- $(2)~_GUICtrlListView_SetItemCut
- _GUICtrlListView_SetItemCut($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlListView_SetItemDropHilited
- _GUICtrlListView_SetItemDropHilited($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlListView_SetItemEx
- _GUICtrlListView_SetItemEx($[$$hWnd], $[ByRef $$tItem])
- $(2)~_GUICtrlListView_SetItemFocused
- _GUICtrlListView_SetItemFocused($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlListView_SetItemGroupID
- _GUICtrlListView_SetItemGroupID($[$$hWnd], $[$$iIndex], $[$$iGroupID])
- $(2)~_GUICtrlListView_SetItemImage
- _GUICtrlListView_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage], $[$$iSubItem = 0])
- $(2)~_GUICtrlListView_SetItemIndent
- _GUICtrlListView_SetItemIndent($[$$hWnd], $[$$iIndex], $[$$iIndent])
- $(2)~_GUICtrlListView_SetItemParam
- _GUICtrlListView_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
- $(2)~_GUICtrlListView_SetItemPosition
- _GUICtrlListView_SetItemPosition($[$$hWnd], $[$$iIndex], $[$$iCX], $[$$iCY])
- $(2)~_GUICtrlListView_SetItemPosition32
- _GUICtrlListView_SetItemPosition32($[$$hWnd], $[$$iIndex], $[$$iCX], $[$$iCY])
- $(2)~_GUICtrlListView_SetItemSelected
- _GUICtrlListView_SetItemSelected($[$$hWnd], $[$$iIndex], $[$$bSelected = True], $[$$bFocused = False])
- $(2)~_GUICtrlListView_SetItemState
- _GUICtrlListView_SetItemState($[$$hWnd], $[$$iIndex], $[$$iState], $[$$iStateMask])
- $(2)~_GUICtrlListView_SetItemStateImage
- _GUICtrlListView_SetItemStateImage($[$$hWnd], $[$$iIndex], $[$$iImage])
- $(2)~_GUICtrlListView_SetItemText
- _GUICtrlListView_SetItemText($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iSubItem = 0])
- $(2)~_GUICtrlListView_SetOutlineColor
- _GUICtrlListView_SetOutlineColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlListView_SetSelectedColumn
- _GUICtrlListView_SetSelectedColumn($[$$hWnd], $[$$iCol])
- $(2)~_GUICtrlListView_SetSelectionMark
- _GUICtrlListView_SetSelectionMark($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlListView_SetTextBkColor
- _GUICtrlListView_SetTextBkColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlListView_SetTextColor
- _GUICtrlListView_SetTextColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlListView_SetToolTips
- _GUICtrlListView_SetToolTips($[$$hWnd], $[$$hToolTip])
- $(2)~_GUICtrlListView_SetUnicodeFormat
- _GUICtrlListView_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
- $(2)~_GUICtrlListView_SetView
- _GUICtrlListView_SetView($[$$hWnd], $[$$iView])
- $(2)~_GUICtrlListView_SetWorkAreas
- _GUICtrlListView_SetWorkAreas($[$$hWnd], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
- $(2)~_GUICtrlListView_SimpleSort
- _GUICtrlListView_SimpleSort($[$$hWnd], $[ByRef $$vSortSense], $[$$iCol], $[$$bToggleSense = True])
- $(2)~_GUICtrlListView_SortItems
- _GUICtrlListView_SortItems($[$$hWnd], $[$$iCol])
- $(2)~_GUICtrlListView_SubItemHitTest
- _GUICtrlListView_SubItemHitTest($[$$hWnd], $[$$iX = -1], $[$$iY = -1])
- $(2)~_GUICtrlListView_UnRegisterSortCallBack
- _GUICtrlListView_UnRegisterSortCallBack($[$$hWnd])
- $(2)~_GUICtrlMenu_AddMenuItem
- _GUICtrlMenu_AddMenuItem($[$$hMenu], $[$$sText], $[$$iCmdID = 0], $[$$hSubMenu = 0])
- $(2)~_GUICtrlMenu_AppendMenu
- _GUICtrlMenu_AppendMenu($[$$hMenu], $[$$iFlags], $[$$iNewItem], $[$$vNewItem])
- $(2)~_GUICtrlMenu_CalculatePopupWindowPosition
- _GUICtrlMenu_CalculatePopupWindowPosition($[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iFlags = 0], $[$$tExclude = 0])
- $(2)~_GUICtrlMenu_CheckMenuItem
- _GUICtrlMenu_CheckMenuItem($[$$hMenu], $[$$iItem], $[$$bCheck = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_CheckRadioItem
- _GUICtrlMenu_CheckRadioItem($[$$hMenu], $[$$iFirst], $[$$iLast], $[$$iCheck], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_CreateMenu
- _GUICtrlMenu_CreateMenu($[$$iStyle = $$MNS_CHECKORBMP])
- $(2)~_GUICtrlMenu_CreatePopup
- _GUICtrlMenu_CreatePopup($[$$iStyle = $$MNS_CHECKORBMP])
- $(2)~_GUICtrlMenu_DeleteMenu
- _GUICtrlMenu_DeleteMenu($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_DestroyMenu
- _GUICtrlMenu_DestroyMenu($[$$hMenu])
- $(2)~_GUICtrlMenu_DrawMenuBar
- _GUICtrlMenu_DrawMenuBar($[$$hWnd])
- $(2)~_GUICtrlMenu_EnableMenuItem
- _GUICtrlMenu_EnableMenuItem($[$$hMenu], $[$$iItem], $[$$iState = 0], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_FindItem
- _GUICtrlMenu_FindItem($[$$hMenu], $[$$sText], $[$$bInStr = False], $[$$iStart = 0])
- $(2)~_GUICtrlMenu_FindParent
- _GUICtrlMenu_FindParent($[$$hMenu])
- $(2)~_GUICtrlMenu_GetItemBmp
- _GUICtrlMenu_GetItemBmp($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemBmpChecked
- _GUICtrlMenu_GetItemBmpChecked($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemBmpUnchecked
- _GUICtrlMenu_GetItemBmpUnchecked($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemChecked
- _GUICtrlMenu_GetItemChecked($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemCount
- _GUICtrlMenu_GetItemCount($[$$hMenu])
- $(2)~_GUICtrlMenu_GetItemData
- _GUICtrlMenu_GetItemData($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemDefault
- _GUICtrlMenu_GetItemDefault($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemDisabled
- _GUICtrlMenu_GetItemDisabled($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemEnabled
- _GUICtrlMenu_GetItemEnabled($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemGrayed
- _GUICtrlMenu_GetItemGrayed($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemHighlighted
- _GUICtrlMenu_GetItemHighlighted($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemID
- _GUICtrlMenu_GetItemID($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemInfo
- _GUICtrlMenu_GetItemInfo($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemRect
- _GUICtrlMenu_GetItemRect($[$$hWnd], $[$$hMenu], $[$$iItem])
- $(2)~_GUICtrlMenu_GetItemRectEx
- _GUICtrlMenu_GetItemRectEx($[$$hWnd], $[$$hMenu], $[$$iItem])
- $(2)~_GUICtrlMenu_GetItemState
- _GUICtrlMenu_GetItemState($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemStateEx
- _GUICtrlMenu_GetItemStateEx($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemSubMenu
- _GUICtrlMenu_GetItemSubMenu($[$$hMenu], $[$$iItem])
- $(2)~_GUICtrlMenu_GetItemText
- _GUICtrlMenu_GetItemText($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetItemType
- _GUICtrlMenu_GetItemType($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_GetMenu
- _GUICtrlMenu_GetMenu($[$$hWnd])
- $(2)~_GUICtrlMenu_GetMenuBackground
- _GUICtrlMenu_GetMenuBackground($[$$hMenu])
- $(2)~_GUICtrlMenu_GetMenuBarInfo
- _GUICtrlMenu_GetMenuBarInfo($[$$hWnd], $[$$iItem = 0], $[$$iObject = 1])
- $(2)~_GUICtrlMenu_GetMenuContextHelpID
- _GUICtrlMenu_GetMenuContextHelpID($[$$hMenu])
- $(2)~_GUICtrlMenu_GetMenuData
- _GUICtrlMenu_GetMenuData($[$$hMenu])
- $(2)~_GUICtrlMenu_GetMenuDefaultItem
- _GUICtrlMenu_GetMenuDefaultItem($[$$hMenu], $[$$bByPos = True], $[$$iFlags = 0])
- $(2)~_GUICtrlMenu_GetMenuHeight
- _GUICtrlMenu_GetMenuHeight($[$$hMenu])
- $(2)~_GUICtrlMenu_GetMenuInfo
- _GUICtrlMenu_GetMenuInfo($[$$hMenu])
- $(2)~_GUICtrlMenu_GetMenuStyle
- _GUICtrlMenu_GetMenuStyle($[$$hMenu])
- $(2)~_GUICtrlMenu_GetSystemMenu
- _GUICtrlMenu_GetSystemMenu($[$$hWnd], $[$$bRevert = False])
- $(2)~_GUICtrlMenu_InsertMenuItem
- _GUICtrlMenu_InsertMenuItem($[$$hMenu], $[$$iIndex], $[$$sText], $[$$iCmdID = 0], $[$$hSubMenu = 0])
- $(2)~_GUICtrlMenu_InsertMenuItemEx
- _GUICtrlMenu_InsertMenuItemEx($[$$hMenu], $[$$iIndex], $[ByRef $$tMenu], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_IsMenu
- _GUICtrlMenu_IsMenu($[$$hMenu])
- $(2)~_GUICtrlMenu_LoadMenu
- _GUICtrlMenu_LoadMenu($[$$hInst], $[$$sMenuName])
- $(2)~_GUICtrlMenu_MapAccelerator
- _GUICtrlMenu_MapAccelerator($[$$hMenu], $[$$sAccelKey])
- $(2)~_GUICtrlMenu_MenuItemFromPoint
- _GUICtrlMenu_MenuItemFromPoint($[$$hWnd], $[$$hMenu], $[$$iX = -1], $[$$iY = -1])
- $(2)~_GUICtrlMenu_RemoveMenu
- _GUICtrlMenu_RemoveMenu($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemBitmaps
- _GUICtrlMenu_SetItemBitmaps($[$$hMenu], $[$$iItem], $[$$hChecked], $[$$hUnChecked], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemBmp
- _GUICtrlMenu_SetItemBmp($[$$hMenu], $[$$iItem], $[$$hBitmap], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemBmpChecked
- _GUICtrlMenu_SetItemBmpChecked($[$$hMenu], $[$$iItem], $[$$hBitmap], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemBmpUnchecked
- _GUICtrlMenu_SetItemBmpUnchecked($[$$hMenu], $[$$iItem], $[$$hBitmap], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemChecked
- _GUICtrlMenu_SetItemChecked($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemData
- _GUICtrlMenu_SetItemData($[$$hMenu], $[$$iItem], $[$$iData], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemDefault
- _GUICtrlMenu_SetItemDefault($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemDisabled
- _GUICtrlMenu_SetItemDisabled($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemEnabled
- _GUICtrlMenu_SetItemEnabled($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemGrayed
- _GUICtrlMenu_SetItemGrayed($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemHighlighted
- _GUICtrlMenu_SetItemHighlighted($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemID
- _GUICtrlMenu_SetItemID($[$$hMenu], $[$$iItem], $[$$iID], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemInfo
- _GUICtrlMenu_SetItemInfo($[$$hMenu], $[$$iItem], $[ByRef $$tInfo], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemState
- _GUICtrlMenu_SetItemState($[$$hMenu], $[$$iItem], $[$$iState], $[$$bState = True], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemSubMenu
- _GUICtrlMenu_SetItemSubMenu($[$$hMenu], $[$$iItem], $[$$hSubMenu], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemText
- _GUICtrlMenu_SetItemText($[$$hMenu], $[$$iItem], $[$$sText], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetItemType
- _GUICtrlMenu_SetItemType($[$$hMenu], $[$$iItem], $[$$iType], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetMenu
- _GUICtrlMenu_SetMenu($[$$hWnd], $[$$hMenu])
- $(2)~_GUICtrlMenu_SetMenuBackground
- _GUICtrlMenu_SetMenuBackground($[$$hMenu], $[$$hBrush])
- $(2)~_GUICtrlMenu_SetMenuContextHelpID
- _GUICtrlMenu_SetMenuContextHelpID($[$$hMenu], $[$$iHelpID])
- $(2)~_GUICtrlMenu_SetMenuData
- _GUICtrlMenu_SetMenuData($[$$hMenu], $[$$iData])
- $(2)~_GUICtrlMenu_SetMenuDefaultItem
- _GUICtrlMenu_SetMenuDefaultItem($[$$hMenu], $[$$iItem], $[$$bByPos = True])
- $(2)~_GUICtrlMenu_SetMenuHeight
- _GUICtrlMenu_SetMenuHeight($[$$hMenu], $[$$iHeight])
- $(2)~_GUICtrlMenu_SetMenuInfo
- _GUICtrlMenu_SetMenuInfo($[$$hMenu], $[ByRef $$tInfo])
- $(2)~_GUICtrlMenu_SetMenuStyle
- _GUICtrlMenu_SetMenuStyle($[$$hMenu], $[$$iStyle])
- $(2)~_GUICtrlMenu_TrackPopupMenu
- _GUICtrlMenu_TrackPopupMenu($[$$hMenu], $[$$hWnd], $[$$iX = -1], $[$$iY = -1], $[$$iAlignX = 1], $[$$iAlignY = 1], $[$$iNotify = 0], $[$$iButtons = 0])
- $(2)~_GUICtrlMonthCal_Create
- _GUICtrlMonthCal_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iStyle = 0x00000000], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlMonthCal_Destroy
- _GUICtrlMonthCal_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlMonthCal_GetCalendarBorder
- _GUICtrlMonthCal_GetCalendarBorder($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetCalendarCount
- _GUICtrlMonthCal_GetCalendarCount($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetColor
- _GUICtrlMonthCal_GetColor($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlMonthCal_GetColorArray
- _GUICtrlMonthCal_GetColorArray($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlMonthCal_GetCurSel
- _GUICtrlMonthCal_GetCurSel($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetCurSelStr
- _GUICtrlMonthCal_GetCurSelStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetFirstDOW
- _GUICtrlMonthCal_GetFirstDOW($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetFirstDOWStr
- _GUICtrlMonthCal_GetFirstDOWStr($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMaxSelCount
- _GUICtrlMonthCal_GetMaxSelCount($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMaxTodayWidth
- _GUICtrlMonthCal_GetMaxTodayWidth($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMinReqHeight
- _GUICtrlMonthCal_GetMinReqHeight($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMinReqRect
- _GUICtrlMonthCal_GetMinReqRect($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMinReqRectArray
- _GUICtrlMonthCal_GetMinReqRectArray($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMinReqWidth
- _GUICtrlMonthCal_GetMinReqWidth($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMonthDelta
- _GUICtrlMonthCal_GetMonthDelta($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetMonthRange
- _GUICtrlMonthCal_GetMonthRange($[$$hWnd], $[$$bPartial = False])
- $(2)~_GUICtrlMonthCal_GetMonthRangeMax
- _GUICtrlMonthCal_GetMonthRangeMax($[$$hWnd], $[$$bPartial = False])
- $(2)~_GUICtrlMonthCal_GetMonthRangeMaxStr
- _GUICtrlMonthCal_GetMonthRangeMaxStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetMonthRangeMin
- _GUICtrlMonthCal_GetMonthRangeMin($[$$hWnd], $[$$bPartial = False])
- $(2)~_GUICtrlMonthCal_GetMonthRangeMinStr
- _GUICtrlMonthCal_GetMonthRangeMinStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetMonthRangeSpan
- _GUICtrlMonthCal_GetMonthRangeSpan($[$$hWnd], $[$$bPartial = False])
- $(2)~_GUICtrlMonthCal_GetRange
- _GUICtrlMonthCal_GetRange($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetRangeMax
- _GUICtrlMonthCal_GetRangeMax($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetRangeMaxStr
- _GUICtrlMonthCal_GetRangeMaxStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetRangeMin
- _GUICtrlMonthCal_GetRangeMin($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetRangeMinStr
- _GUICtrlMonthCal_GetRangeMinStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetSelRange
- _GUICtrlMonthCal_GetSelRange($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetSelRangeMax
- _GUICtrlMonthCal_GetSelRangeMax($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetSelRangeMaxStr
- _GUICtrlMonthCal_GetSelRangeMaxStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetSelRangeMin
- _GUICtrlMonthCal_GetSelRangeMin($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetSelRangeMinStr
- _GUICtrlMonthCal_GetSelRangeMinStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetToday
- _GUICtrlMonthCal_GetToday($[$$hWnd])
- $(2)~_GUICtrlMonthCal_GetTodayStr
- _GUICtrlMonthCal_GetTodayStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
- $(2)~_GUICtrlMonthCal_GetUnicodeFormat
- _GUICtrlMonthCal_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlMonthCal_HitTest
- _GUICtrlMonthCal_HitTest($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlMonthCal_SetCalendarBorder
- _GUICtrlMonthCal_SetCalendarBorder($[$$hWnd], $[$$iBorderSize = 4], $[$$bSetBorder = True])
- $(2)~_GUICtrlMonthCal_SetColor
- _GUICtrlMonthCal_SetColor($[$$hWnd], $[$$iIndex], $[$$iColor])
- $(2)~_GUICtrlMonthCal_SetCurSel
- _GUICtrlMonthCal_SetCurSel($[$$hWnd], $[$$iYear], $[$$iMonth], $[$$iDay])
- $(2)~_GUICtrlMonthCal_SetDayState
- _GUICtrlMonthCal_SetDayState($[$$hWnd], $[$$aMasks])
- $(2)~_GUICtrlMonthCal_SetFirstDOW
- _GUICtrlMonthCal_SetFirstDOW($[$$hWnd], $[$$sDay])
- $(2)~_GUICtrlMonthCal_SetMaxSelCount
- _GUICtrlMonthCal_SetMaxSelCount($[$$hWnd], $[$$iMaxSel])
- $(2)~_GUICtrlMonthCal_SetMonthDelta
- _GUICtrlMonthCal_SetMonthDelta($[$$hWnd], $[$$iDelta])
- $(2)~_GUICtrlMonthCal_SetRange
- _GUICtrlMonthCal_SetRange($[$$hWnd], $[$$iMinYear], $[$$iMinMonth], $[$$iMinDay], $[$$iMaxYear], $[$$iMaxMonth], $[$$iMaxDay])
- $(2)~_GUICtrlMonthCal_SetSelRange
- _GUICtrlMonthCal_SetSelRange($[$$hWnd], $[$$iMinYear], $[$$iMinMonth], $[$$iMinDay], $[$$iMaxYear], $[$$iMaxMonth], $[$$iMaxDay])
- $(2)~_GUICtrlMonthCal_SetToday
- _GUICtrlMonthCal_SetToday($[$$hWnd], $[$$iYear], $[$$iMonth], $[$$iDay])
- $(2)~_GUICtrlMonthCal_SetUnicodeFormat
- _GUICtrlMonthCal_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = False])
- $(2)~_GUICtrlRebar_AddBand
- _GUICtrlRebar_AddBand($[$$hWndRebar], $[$$hWndChild], $[$$iMinWidth = 100], $[$$iDefaultWidth = 100], $[$$sText = ""], $[$$iIndex = -1], $[$$iStyle = -1])
- $(2)~_GUICtrlRebar_AddToolBarBand
- _GUICtrlRebar_AddToolBarBand($[$$hWndRebar], $[$$hWndToolbar], $[$$sText = ""], $[$$iIndex = -1], $[$$iStyle = -1])
- $(2)~_GUICtrlRebar_BeginDrag
- _GUICtrlRebar_BeginDrag($[$$hWnd], $[$$iIndex], $[$$iPos = -1])
- $(2)~_GUICtrlRebar_Create
- _GUICtrlRebar_Create($[$$hWnd], $[$$iStyles = 0x513])
- $(2)~_GUICtrlRebar_DeleteBand
- _GUICtrlRebar_DeleteBand($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_Destroy
- _GUICtrlRebar_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlRebar_DragMove
- _GUICtrlRebar_DragMove($[$$hWnd], $[$$iPos = -1])
- $(2)~_GUICtrlRebar_EndDrag
- _GUICtrlRebar_EndDrag($[$$hWnd])
- $(2)~_GUICtrlRebar_GetBandBackColor
- _GUICtrlRebar_GetBandBackColor($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandBorders
- _GUICtrlRebar_GetBandBorders($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandBordersEx
- _GUICtrlRebar_GetBandBordersEx($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandChildHandle
- _GUICtrlRebar_GetBandChildHandle($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandChildSize
- _GUICtrlRebar_GetBandChildSize($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandCount
- _GUICtrlRebar_GetBandCount($[$$hWnd])
- $(2)~_GUICtrlRebar_GetBandForeColor
- _GUICtrlRebar_GetBandForeColor($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandHeaderSize
- _GUICtrlRebar_GetBandHeaderSize($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandID
- _GUICtrlRebar_GetBandID($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandIdealSize
- _GUICtrlRebar_GetBandIdealSize($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandLength
- _GUICtrlRebar_GetBandLength($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandLParam
- _GUICtrlRebar_GetBandLParam($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandMargins
- _GUICtrlRebar_GetBandMargins($[$$hWnd])
- $(2)~_GUICtrlRebar_GetBandMarginsEx
- _GUICtrlRebar_GetBandMarginsEx($[$$hWnd])
- $(2)~_GUICtrlRebar_GetBandRect
- _GUICtrlRebar_GetBandRect($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandRectEx
- _GUICtrlRebar_GetBandRectEx($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyle
- _GUICtrlRebar_GetBandStyle($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleBreak
- _GUICtrlRebar_GetBandStyleBreak($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleChildEdge
- _GUICtrlRebar_GetBandStyleChildEdge($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleFixedBMP
- _GUICtrlRebar_GetBandStyleFixedBMP($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleFixedSize
- _GUICtrlRebar_GetBandStyleFixedSize($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleGripperAlways
- _GUICtrlRebar_GetBandStyleGripperAlways($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleHidden
- _GUICtrlRebar_GetBandStyleHidden($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleHideTitle
- _GUICtrlRebar_GetBandStyleHideTitle($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleNoGripper
- _GUICtrlRebar_GetBandStyleNoGripper($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleTopAlign
- _GUICtrlRebar_GetBandStyleTopAlign($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleUseChevron
- _GUICtrlRebar_GetBandStyleUseChevron($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandStyleVariableHeight
- _GUICtrlRebar_GetBandStyleVariableHeight($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBandText
- _GUICtrlRebar_GetBandText($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetBarHeight
- _GUICtrlRebar_GetBarHeight($[$$hWnd])
- $(2)~_GUICtrlRebar_GetBarInfo
- _GUICtrlRebar_GetBarInfo($[$$hWnd])
- $(2)~_GUICtrlRebar_GetBKColor
- _GUICtrlRebar_GetBKColor($[$$hWnd])
- $(2)~_GUICtrlRebar_GetColorScheme
- _GUICtrlRebar_GetColorScheme($[$$hWnd])
- $(2)~_GUICtrlRebar_GetRowCount
- _GUICtrlRebar_GetRowCount($[$$hWnd])
- $(2)~_GUICtrlRebar_GetRowHeight
- _GUICtrlRebar_GetRowHeight($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_GetTextColor
- _GUICtrlRebar_GetTextColor($[$$hWnd])
- $(2)~_GUICtrlRebar_GetToolTips
- _GUICtrlRebar_GetToolTips($[$$hWnd])
- $(2)~_GUICtrlRebar_GetUnicodeFormat
- _GUICtrlRebar_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlRebar_HitTest
- _GUICtrlRebar_HitTest($[$$hWnd], $[$$iX = -1], $[$$iY = -1])
- $(2)~_GUICtrlRebar_IDToIndex
- _GUICtrlRebar_IDToIndex($[$$hWnd], $[$$iID])
- $(2)~_GUICtrlRebar_MaximizeBand
- _GUICtrlRebar_MaximizeBand($[$$hWnd], $[$$iIndex], $[$$bIdeal = True])
- $(2)~_GUICtrlRebar_MinimizeBand
- _GUICtrlRebar_MinimizeBand($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlRebar_MoveBand
- _GUICtrlRebar_MoveBand($[$$hWnd], $[$$iIndexFrom], $[$$iIndexTo])
- $(2)~_GUICtrlRebar_SetBandBackColor
- _GUICtrlRebar_SetBandBackColor($[$$hWnd], $[$$iIndex], $[$$iColor])
- $(2)~_GUICtrlRebar_SetBandForeColor
- _GUICtrlRebar_SetBandForeColor($[$$hWnd], $[$$iIndex], $[$$iColor])
- $(2)~_GUICtrlRebar_SetBandHeaderSize
- _GUICtrlRebar_SetBandHeaderSize($[$$hWnd], $[$$iIndex], $[$$iNewSize])
- $(2)~_GUICtrlRebar_SetBandID
- _GUICtrlRebar_SetBandID($[$$hWnd], $[$$iIndex], $[$$iID])
- $(2)~_GUICtrlRebar_SetBandIdealSize
- _GUICtrlRebar_SetBandIdealSize($[$$hWnd], $[$$iIndex], $[$$iNewSize])
- $(2)~_GUICtrlRebar_SetBandLength
- _GUICtrlRebar_SetBandLength($[$$hWnd], $[$$iIndex], $[$$iLength])
- $(2)~_GUICtrlRebar_SetBandLParam
- _GUICtrlRebar_SetBandLParam($[$$hWnd], $[$$iIndex], $[$$lParam])
- $(2)~_GUICtrlRebar_SetBandStyle
- _GUICtrlRebar_SetBandStyle($[$$hWnd], $[$$iIndex], $[$$iStyle])
- $(2)~_GUICtrlRebar_SetBandStyleBreak
- _GUICtrlRebar_SetBandStyleBreak($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleChildEdge
- _GUICtrlRebar_SetBandStyleChildEdge($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleFixedBMP
- _GUICtrlRebar_SetBandStyleFixedBMP($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleFixedSize
- _GUICtrlRebar_SetBandStyleFixedSize($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleGripperAlways
- _GUICtrlRebar_SetBandStyleGripperAlways($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleHidden
- _GUICtrlRebar_SetBandStyleHidden($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleHideTitle
- _GUICtrlRebar_SetBandStyleHideTitle($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleNoGripper
- _GUICtrlRebar_SetBandStyleNoGripper($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleTopAlign
- _GUICtrlRebar_SetBandStyleTopAlign($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleUseChevron
- _GUICtrlRebar_SetBandStyleUseChevron($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandStyleVariableHeight
- _GUICtrlRebar_SetBandStyleVariableHeight($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
- $(2)~_GUICtrlRebar_SetBandText
- _GUICtrlRebar_SetBandText($[$$hWnd], $[$$iIndex], $[$$sText])
- $(2)~_GUICtrlRebar_SetBarInfo
- _GUICtrlRebar_SetBarInfo($[$$hWnd], $[$$hIml])
- $(2)~_GUICtrlRebar_SetBKColor
- _GUICtrlRebar_SetBKColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlRebar_SetColorScheme
- _GUICtrlRebar_SetColorScheme($[$$hWnd], $[$$iBtnHighlight], $[$$iBtnShadow])
- $(2)~_GUICtrlRebar_SetTextColor
- _GUICtrlRebar_SetTextColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlRebar_SetToolTips
- _GUICtrlRebar_SetToolTips($[$$hWnd], $[$$hToolTip])
- $(2)~_GUICtrlRebar_SetUnicodeFormat
- _GUICtrlRebar_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = True])
- $(2)~_GUICtrlRebar_ShowBand
- _GUICtrlRebar_ShowBand($[$$hWnd], $[$$iIndex], $[$$bShow = True])
- $(2)~_GUICtrlRichEdit_AppendText
- _GUICtrlRichEdit_AppendText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlRichEdit_AutoDetectURL
- _GUICtrlRichEdit_AutoDetectURL($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlRichEdit_CanPaste
- _GUICtrlRichEdit_CanPaste($[$$hWnd])
- $(2)~_GUICtrlRichEdit_CanPasteSpecial
- _GUICtrlRichEdit_CanPasteSpecial($[$$hWnd])
- $(2)~_GUICtrlRichEdit_CanRedo
- _GUICtrlRichEdit_CanRedo($[$$hWnd])
- $(2)~_GUICtrlRichEdit_CanUndo
- _GUICtrlRichEdit_CanUndo($[$$hWnd])
- $(2)~_GUICtrlRichEdit_ChangeFontSize
- _GUICtrlRichEdit_ChangeFontSize($[$$hWnd], $[$$iIncrement])
- $(2)~_GUICtrlRichEdit_Copy
- _GUICtrlRichEdit_Copy($[$$hWnd])
- $(2)~_GUICtrlRichEdit_Create
- _GUICtrlRichEdit_Create($[$$hWnd], $[$$sText], $[$$iLeft], $[$$iTop], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = -1], $[$$iExStyle = -1])
- $(2)~_GUICtrlRichEdit_Cut
- _GUICtrlRichEdit_Cut($[$$hWnd])
- $(2)~_GUICtrlRichEdit_Deselect
- _GUICtrlRichEdit_Deselect($[$$hWnd])
- $(2)~_GUICtrlRichEdit_Destroy
- _GUICtrlRichEdit_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlRichEdit_EmptyUndoBuffer
- _GUICtrlRichEdit_EmptyUndoBuffer($[$$hWnd])
- $(2)~_GUICtrlRichEdit_FindText
- _GUICtrlRichEdit_FindText($[$$hWnd], $[$$sText], $[$$bForward = True], $[$$bMatchCase = False], $[$$bWholeWord = False], $[$$iBehavior = 0])
- $(2)~_GUICtrlRichEdit_FindTextInRange
- _GUICtrlRichEdit_FindTextInRange($[$$hWnd], $[$$sText], $[$$iStart = 0], $[$$iEnd = -1], $[$$bMatchCase = False], $[$$bWholeWord = False], $[$$iBehavior = 0])
- $(2)~_GUICtrlRichEdit_GetBkColor
- _GUICtrlRichEdit_GetBkColor($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetCharAttributes
- _GUICtrlRichEdit_GetCharAttributes($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetCharBkColor
- _GUICtrlRichEdit_GetCharBkColor($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetCharColor
- _GUICtrlRichEdit_GetCharColor($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetCharPosFromXY
- _GUICtrlRichEdit_GetCharPosFromXY($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlRichEdit_GetCharPosOfNextWord
- _GUICtrlRichEdit_GetCharPosOfNextWord($[$$hWnd], $[$$iCpStart])
- $(2)~_GUICtrlRichEdit_GetCharPosOfPreviousWord
- _GUICtrlRichEdit_GetCharPosOfPreviousWord($[$$hWnd], $[$$iCpStart])
- $(2)~_GUICtrlRichEdit_GetCharWordBreakInfo
- _GUICtrlRichEdit_GetCharWordBreakInfo($[$$hWnd], $[$$iCp])
- $(2)~_GUICtrlRichEdit_GetFirstCharPosOnLine
- _GUICtrlRichEdit_GetFirstCharPosOnLine($[$$hWnd], $[$$iLine = -1])
- $(2)~_GUICtrlRichEdit_GetFont
- _GUICtrlRichEdit_GetFont($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetLineCount
- _GUICtrlRichEdit_GetLineCount($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetLineLength
- _GUICtrlRichEdit_GetLineLength($[$$hWnd], $[$$iLine])
- $(2)~_GUICtrlRichEdit_GetLineNumberFromCharPos
- _GUICtrlRichEdit_GetLineNumberFromCharPos($[$$hWnd], $[$$iCharPos])
- $(2)~_GUICtrlRichEdit_GetNextRedo
- _GUICtrlRichEdit_GetNextRedo($[$$hWnd], $[$$bName = True])
- $(2)~_GUICtrlRichEdit_GetNextUndo
- _GUICtrlRichEdit_GetNextUndo($[$$hWnd], $[$$bName = True])
- $(2)~_GUICtrlRichEdit_GetNumberOfFirstVisibleLine
- _GUICtrlRichEdit_GetNumberOfFirstVisibleLine($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaAlignment
- _GUICtrlRichEdit_GetParaAlignment($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaAttributes
- _GUICtrlRichEdit_GetParaAttributes($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaBorder
- _GUICtrlRichEdit_GetParaBorder($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaIndents
- _GUICtrlRichEdit_GetParaIndents($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaNumbering
- _GUICtrlRichEdit_GetParaNumbering($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaShading
- _GUICtrlRichEdit_GetParaShading($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaSpacing
- _GUICtrlRichEdit_GetParaSpacing($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetParaTabStops
- _GUICtrlRichEdit_GetParaTabStops($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetPasswordChar
- _GUICtrlRichEdit_GetPasswordChar($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetRECT
- _GUICtrlRichEdit_GetRECT($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetScrollPos
- _GUICtrlRichEdit_GetScrollPos($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetSel
- _GUICtrlRichEdit_GetSel($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetSelAA
- _GUICtrlRichEdit_GetSelAA($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetSelText
- _GUICtrlRichEdit_GetSelText($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GetSpaceUnit
- _GUICtrlRichEdit_GetSpaceUnit($[])
- $(2)~_GUICtrlRichEdit_GetText
- _GUICtrlRichEdit_GetText($[$$hWnd], $[$$bCrToCrLf = False], $[$$iCodePage = 0], $[$$sReplChar = ""])
- $(2)~_GUICtrlRichEdit_GetTextInLine
- _GUICtrlRichEdit_GetTextInLine($[$$hWnd], $[$$iLine])
- $(2)~_GUICtrlRichEdit_GetTextInRange
- _GUICtrlRichEdit_GetTextInRange($[$$hWnd], $[$$iStart], $[$$iEnd])
- $(2)~_GUICtrlRichEdit_GetTextLength
- _GUICtrlRichEdit_GetTextLength($[$$hWnd], $[$$bExact = True], $[$$bChars = False])
- $(2)~_GUICtrlRichEdit_GetVersion
- _GUICtrlRichEdit_GetVersion($[])
- $(2)~_GUICtrlRichEdit_GetXYFromCharPos
- _GUICtrlRichEdit_GetXYFromCharPos($[$$hWnd], $[$$iCharPos])
- $(2)~_GUICtrlRichEdit_GetZoom
- _GUICtrlRichEdit_GetZoom($[$$hWnd])
- $(2)~_GUICtrlRichEdit_GotoCharPos
- _GUICtrlRichEdit_GotoCharPos($[$$hWnd], $[$$iCharPos])
- $(2)~_GUICtrlRichEdit_HideSelection
- _GUICtrlRichEdit_HideSelection($[$$hWnd], $[$$bHide = True])
- $(2)~_GUICtrlRichEdit_InsertText
- _GUICtrlRichEdit_InsertText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlRichEdit_IsModified
- _GUICtrlRichEdit_IsModified($[$$hWnd])
- $(2)~_GUICtrlRichEdit_IsTextSelected
- _GUICtrlRichEdit_IsTextSelected($[$$hWnd])
- $(2)~_GUICtrlRichEdit_Paste
- _GUICtrlRichEdit_Paste($[$$hWnd])
- $(2)~_GUICtrlRichEdit_PasteSpecial
- _GUICtrlRichEdit_PasteSpecial($[$$hWnd], $[$$bAndObjects = True])
- $(2)~_GUICtrlRichEdit_PauseRedraw
- _GUICtrlRichEdit_PauseRedraw($[$$hWnd])
- $(2)~_GUICtrlRichEdit_Redo
- _GUICtrlRichEdit_Redo($[$$hWnd])
- $(2)~_GUICtrlRichEdit_ReplaceText
- _GUICtrlRichEdit_ReplaceText($[$$hWnd], $[$$sText], $[$$bCanUndo = True])
- $(2)~_GUICtrlRichEdit_ResumeRedraw
- _GUICtrlRichEdit_ResumeRedraw($[$$hWnd])
- $(2)~_GUICtrlRichEdit_ScrollLineOrPage
- _GUICtrlRichEdit_ScrollLineOrPage($[$$hWnd], $[$$sAction])
- $(2)~_GUICtrlRichEdit_ScrollLines
- _GUICtrlRichEdit_ScrollLines($[$$hWnd], $[$$iQlines])
- $(2)~_GUICtrlRichEdit_ScrollToCaret
- _GUICtrlRichEdit_ScrollToCaret($[$$hWnd])
- $(2)~_GUICtrlRichEdit_SetBkColor
- _GUICtrlRichEdit_SetBkColor($[$$hWnd], $[$$iBngColor = Default])
- $(2)~_GUICtrlRichEdit_SetCharAttributes
- _GUICtrlRichEdit_SetCharAttributes($[$$hWnd], $[$$sStatesAndEffects], $[$$bWord = False])
- $(2)~_GUICtrlRichEdit_SetCharBkColor
- _GUICtrlRichEdit_SetCharBkColor($[$$hWnd], $[$$iBkColor = Default])
- $(2)~_GUICtrlRichEdit_SetCharColor
- _GUICtrlRichEdit_SetCharColor($[$$hWnd], $[$$iColor = Default])
- $(2)~_GUICtrlRichEdit_SetEventMask
- _GUICtrlRichEdit_SetEventMask($[$$hWnd], $[$$iEventMask])
- $(2)~_GUICtrlRichEdit_SetFont
- _GUICtrlRichEdit_SetFont($[$$hWnd], $[$$iPoints = Default], $[$$sName = Default], $[$$iCharset = Default], $[$$iLcid = Default])
- $(2)~_GUICtrlRichEdit_SetLimitOnText
- _GUICtrlRichEdit_SetLimitOnText($[$$hWnd], $[$$iNewLimit])
- $(2)~_GUICtrlRichEdit_SetModified
- _GUICtrlRichEdit_SetModified($[$$hWnd], $[$$bState = True])
- $(2)~_GUICtrlRichEdit_SetParaAlignment
- _GUICtrlRichEdit_SetParaAlignment($[$$hWnd], $[$$sAlignment])
- $(2)~_GUICtrlRichEdit_SetParaAttributes
- _GUICtrlRichEdit_SetParaAttributes($[$$hWnd], $[$$sStatesAndAtts])
- $(2)~_GUICtrlRichEdit_SetParaBorder
- _GUICtrlRichEdit_SetParaBorder($[$$hWnd], $[$$sLocation = Default], $[$$vLineStyle = Default], $[$$sColor = Default], $[$$iSpace = Default])
- $(2)~_GUICtrlRichEdit_SetParaIndents
- _GUICtrlRichEdit_SetParaIndents($[$$hWnd], $[$$vLeft = Default], $[$$iRight = Default], $[$$iFirstLine = Default])
- $(2)~_GUICtrlRichEdit_SetParaNumbering
- _GUICtrlRichEdit_SetParaNumbering($[$$hWnd], $[$$sStyle], $[$$iTextToNbrSpace = Default], $[$$bForceRoman = False])
- $(2)~_GUICtrlRichEdit_SetParaShading
- _GUICtrlRichEdit_SetParaShading($[$$hWnd], $[$$iWeight = Default], $[$$sStyle = Default], $[$$sForeColor = Default], $[$$sBackColor = Default])
- $(2)~_GUICtrlRichEdit_SetParaSpacing
- _GUICtrlRichEdit_SetParaSpacing($[$$hWnd], $[$$vInter = Default], $[$$iBefore = Default], $[$$iAfter = Default])
- $(2)~_GUICtrlRichEdit_SetParaTabStops
- _GUICtrlRichEdit_SetParaTabStops($[$$hWnd], $[$$sTabStops])
- $(2)~_GUICtrlRichEdit_SetPasswordChar
- _GUICtrlRichEdit_SetPasswordChar($[$$hWnd], $[$$sDisplayChar = "*"])
- $(2)~_GUICtrlRichEdit_SetReadOnly
- _GUICtrlRichEdit_SetReadOnly($[$$hWnd], $[$$bState = True])
- $(2)~_GUICtrlRichEdit_SetRECT
- _GUICtrlRichEdit_SetRECT($[$$hWnd], $[$$iLeft = Default], $[$$iTop = Default], $[$$iRight = Default], $[$$iBottom = Default], $[$$bRedraw = True])
- $(2)~_GUICtrlRichEdit_SetScrollPos
- _GUICtrlRichEdit_SetScrollPos($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlRichEdit_SetSel
- _GUICtrlRichEdit_SetSel($[$$hWnd], $[$$iAnchor], $[$$iActive], $[$$bHideSel = False])
- $(2)~_GUICtrlRichEdit_SetSpaceUnit
- _GUICtrlRichEdit_SetSpaceUnit($[$$sUnit])
- $(2)~_GUICtrlRichEdit_SetTabStops
- _GUICtrlRichEdit_SetTabStops($[$$hWnd], $[$$vTabStops], $[$$bRedraw = True])
- $(2)~_GUICtrlRichEdit_SetText
- _GUICtrlRichEdit_SetText($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlRichEdit_SetUndoLimit
- _GUICtrlRichEdit_SetUndoLimit($[$$hWnd], $[$$iLimit])
- $(2)~_GUICtrlRichEdit_SetZoom
- _GUICtrlRichEdit_SetZoom($[$$hWnd], $[$$iPercent])
- $(2)~_GUICtrlRichEdit_StreamFromFile
- _GUICtrlRichEdit_StreamFromFile($[$$hWnd], $[$$sFileSpec], $[$$iFileEncoding = Default])
- $(2)~_GUICtrlRichEdit_StreamFromVar
- _GUICtrlRichEdit_StreamFromVar($[$$hWnd], $[$$sVar])
- $(2)~_GUICtrlRichEdit_StreamToFile
- _GUICtrlRichEdit_StreamToFile($[$$hWnd], $[$$sFileSpec], $[$$bIncludeCOM = True], $[$$iOpts = 0], $[$$iCodePage = 0], $[$$iFileEncoding = Default])
- $(2)~_GUICtrlRichEdit_StreamToVar
- _GUICtrlRichEdit_StreamToVar($[$$hWnd], $[$$bRtf = True], $[$$bIncludeCOM = True], $[$$iOpts = 0], $[$$iCodePage = 0])
- $(2)~_GUICtrlRichEdit_Undo
- _GUICtrlRichEdit_Undo($[$$hWnd])
- $(2)~_GUICtrlSlider_ClearSel
- _GUICtrlSlider_ClearSel($[$$hWnd])
- $(2)~_GUICtrlSlider_ClearTics
- _GUICtrlSlider_ClearTics($[$$hWnd])
- $(2)~_GUICtrlSlider_Create
- _GUICtrlSlider_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 20], $[$$iStyle = $$TBS_AUTOTICKS], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlSlider_Destroy
- _GUICtrlSlider_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlSlider_GetBuddy
- _GUICtrlSlider_GetBuddy($[$$hWnd], $[$$bLocation])
- $(2)~_GUICtrlSlider_GetChannelRect
- _GUICtrlSlider_GetChannelRect($[$$hWnd])
- $(2)~_GUICtrlSlider_GetChannelRectEx
- _GUICtrlSlider_GetChannelRectEx($[$$hWnd])
- $(2)~_GUICtrlSlider_GetLineSize
- _GUICtrlSlider_GetLineSize($[$$hWnd])
- $(2)~_GUICtrlSlider_GetLogicalTics
- _GUICtrlSlider_GetLogicalTics($[$$hWnd])
- $(2)~_GUICtrlSlider_GetNumTics
- _GUICtrlSlider_GetNumTics($[$$hWnd])
- $(2)~_GUICtrlSlider_GetPageSize
- _GUICtrlSlider_GetPageSize($[$$hWnd])
- $(2)~_GUICtrlSlider_GetPos
- _GUICtrlSlider_GetPos($[$$hWnd])
- $(2)~_GUICtrlSlider_GetRange
- _GUICtrlSlider_GetRange($[$$hWnd])
- $(2)~_GUICtrlSlider_GetRangeMax
- _GUICtrlSlider_GetRangeMax($[$$hWnd])
- $(2)~_GUICtrlSlider_GetRangeMin
- _GUICtrlSlider_GetRangeMin($[$$hWnd])
- $(2)~_GUICtrlSlider_GetSel
- _GUICtrlSlider_GetSel($[$$hWnd])
- $(2)~_GUICtrlSlider_GetSelEnd
- _GUICtrlSlider_GetSelEnd($[$$hWnd])
- $(2)~_GUICtrlSlider_GetSelStart
- _GUICtrlSlider_GetSelStart($[$$hWnd])
- $(2)~_GUICtrlSlider_GetThumbLength
- _GUICtrlSlider_GetThumbLength($[$$hWnd])
- $(2)~_GUICtrlSlider_GetThumbRect
- _GUICtrlSlider_GetThumbRect($[$$hWnd])
- $(2)~_GUICtrlSlider_GetThumbRectEx
- _GUICtrlSlider_GetThumbRectEx($[$$hWnd])
- $(2)~_GUICtrlSlider_GetTic
- _GUICtrlSlider_GetTic($[$$hWnd], $[$$iTic])
- $(2)~_GUICtrlSlider_GetTicPos
- _GUICtrlSlider_GetTicPos($[$$hWnd], $[$$iTic])
- $(2)~_GUICtrlSlider_GetToolTips
- _GUICtrlSlider_GetToolTips($[$$hWnd])
- $(2)~_GUICtrlSlider_GetUnicodeFormat
- _GUICtrlSlider_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlSlider_SetBuddy
- _GUICtrlSlider_SetBuddy($[$$hWnd], $[$$bLocation], $[$$hBuddy])
- $(2)~_GUICtrlSlider_SetLineSize
- _GUICtrlSlider_SetLineSize($[$$hWnd], $[$$iLineSize])
- $(2)~_GUICtrlSlider_SetPageSize
- _GUICtrlSlider_SetPageSize($[$$hWnd], $[$$iPageSize])
- $(2)~_GUICtrlSlider_SetPos
- _GUICtrlSlider_SetPos($[$$hWnd], $[$$iPosition])
- $(2)~_GUICtrlSlider_SetRange
- _GUICtrlSlider_SetRange($[$$hWnd], $[$$iMinimum], $[$$iMaximum])
- $(2)~_GUICtrlSlider_SetRangeMax
- _GUICtrlSlider_SetRangeMax($[$$hWnd], $[$$iMaximum])
- $(2)~_GUICtrlSlider_SetRangeMin
- _GUICtrlSlider_SetRangeMin($[$$hWnd], $[$$iMinimum])
- $(2)~_GUICtrlSlider_SetSel
- _GUICtrlSlider_SetSel($[$$hWnd], $[$$iMinimum], $[$$iMaximum])
- $(2)~_GUICtrlSlider_SetSelEnd
- _GUICtrlSlider_SetSelEnd($[$$hWnd], $[$$iMaximum])
- $(2)~_GUICtrlSlider_SetSelStart
- _GUICtrlSlider_SetSelStart($[$$hWnd], $[$$iMinimum])
- $(2)~_GUICtrlSlider_SetThumbLength
- _GUICtrlSlider_SetThumbLength($[$$hWnd], $[$$iLength])
- $(2)~_GUICtrlSlider_SetTic
- _GUICtrlSlider_SetTic($[$$hWnd], $[$$iPosition])
- $(2)~_GUICtrlSlider_SetTicFreq
- _GUICtrlSlider_SetTicFreq($[$$hWnd], $[$$iFreg])
- $(2)~_GUICtrlSlider_SetTipSide
- _GUICtrlSlider_SetTipSide($[$$hWnd], $[$$iLocation])
- $(2)~_GUICtrlSlider_SetToolTips
- _GUICtrlSlider_SetToolTips($[$$hWnd], $[$$hWndTT])
- $(2)~_GUICtrlSlider_SetUnicodeFormat
- _GUICtrlSlider_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
- $(2)~_GUICtrlStatusBar_Create
- _GUICtrlStatusBar_Create($[$$hWnd], $[$$vPartEdge = -1], $[$$vPartText = ""], $[$$iStyles = -1], $[$$iExStyles = 0x00000000])
- $(2)~_GUICtrlStatusBar_Destroy
- _GUICtrlStatusBar_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlStatusBar_EmbedControl
- _GUICtrlStatusBar_EmbedControl($[$$hWnd], $[$$iPart], $[$$hControl], $[$$iFit = 4])
- $(2)~_GUICtrlStatusBar_GetBorders
- _GUICtrlStatusBar_GetBorders($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetBordersHorz
- _GUICtrlStatusBar_GetBordersHorz($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetBordersRect
- _GUICtrlStatusBar_GetBordersRect($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetBordersVert
- _GUICtrlStatusBar_GetBordersVert($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetCount
- _GUICtrlStatusBar_GetCount($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetHeight
- _GUICtrlStatusBar_GetHeight($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetIcon
- _GUICtrlStatusBar_GetIcon($[$$hWnd], $[$$iIndex = 0])
- $(2)~_GUICtrlStatusBar_GetParts
- _GUICtrlStatusBar_GetParts($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetRect
- _GUICtrlStatusBar_GetRect($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetRectEx
- _GUICtrlStatusBar_GetRectEx($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetText
- _GUICtrlStatusBar_GetText($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetTextFlags
- _GUICtrlStatusBar_GetTextFlags($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetTextLength
- _GUICtrlStatusBar_GetTextLength($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetTextLengthEx
- _GUICtrlStatusBar_GetTextLengthEx($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetTipText
- _GUICtrlStatusBar_GetTipText($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_GetUnicodeFormat
- _GUICtrlStatusBar_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlStatusBar_GetWidth
- _GUICtrlStatusBar_GetWidth($[$$hWnd], $[$$iPart])
- $(2)~_GUICtrlStatusBar_IsSimple
- _GUICtrlStatusBar_IsSimple($[$$hWnd])
- $(2)~_GUICtrlStatusBar_Resize
- _GUICtrlStatusBar_Resize($[$$hWnd])
- $(2)~_GUICtrlStatusBar_SetBkColor
- _GUICtrlStatusBar_SetBkColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlStatusBar_SetIcon
- _GUICtrlStatusBar_SetIcon($[$$hWnd], $[$$iPart], $[$$hIcon = -1], $[$$sIconFile = ""])
- $(2)~_GUICtrlStatusBar_SetMinHeight
- _GUICtrlStatusBar_SetMinHeight($[$$hWnd], $[$$iMinHeight])
- $(2)~_GUICtrlStatusBar_SetParts
- _GUICtrlStatusBar_SetParts($[$$hWnd], $[$$vPartEdge = -1], $[$$vPartWidth = 25])
- $(2)~_GUICtrlStatusBar_SetSimple
- _GUICtrlStatusBar_SetSimple($[$$hWnd], $[$$bSimple = True])
- $(2)~_GUICtrlStatusBar_SetText
- _GUICtrlStatusBar_SetText($[$$hWnd], $[$$sText = ""], $[$$iPart = 0], $[$$iUFlag = 0])
- $(2)~_GUICtrlStatusBar_SetTipText
- _GUICtrlStatusBar_SetTipText($[$$hWnd], $[$$iPart], $[$$sText])
- $(2)~_GUICtrlStatusBar_SetUnicodeFormat
- _GUICtrlStatusBar_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = True])
- $(2)~_GUICtrlStatusBar_ShowHide
- _GUICtrlStatusBar_ShowHide($[$$hWnd], $[$$iState])
- $(2)~_GUICtrlTab_ActivateTab
- _GUICtrlTab_ActivateTab($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_ClickTab
- _GUICtrlTab_ClickTab($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
- $(2)~_GUICtrlTab_Create
- _GUICtrlTab_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x00000040], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlTab_DeleteAllItems
- _GUICtrlTab_DeleteAllItems($[$$hWnd])
- $(2)~_GUICtrlTab_DeleteItem
- _GUICtrlTab_DeleteItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_DeselectAll
- _GUICtrlTab_DeselectAll($[$$hWnd], $[$$bExclude = True])
- $(2)~_GUICtrlTab_Destroy
- _GUICtrlTab_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlTab_FindTab
- _GUICtrlTab_FindTab($[$$hWnd], $[$$sText], $[$$bInStr = False], $[$$iStart = 0])
- $(2)~_GUICtrlTab_GetCurFocus
- _GUICtrlTab_GetCurFocus($[$$hWnd])
- $(2)~_GUICtrlTab_GetCurSel
- _GUICtrlTab_GetCurSel($[$$hWnd])
- $(2)~_GUICtrlTab_GetDisplayRect
- _GUICtrlTab_GetDisplayRect($[$$hWnd])
- $(2)~_GUICtrlTab_GetDisplayRectEx
- _GUICtrlTab_GetDisplayRectEx($[$$hWnd])
- $(2)~_GUICtrlTab_GetExtendedStyle
- _GUICtrlTab_GetExtendedStyle($[$$hWnd])
- $(2)~_GUICtrlTab_GetImageList
- _GUICtrlTab_GetImageList($[$$hWnd])
- $(2)~_GUICtrlTab_GetItem
- _GUICtrlTab_GetItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetItemCount
- _GUICtrlTab_GetItemCount($[$$hWnd])
- $(2)~_GUICtrlTab_GetItemImage
- _GUICtrlTab_GetItemImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetItemParam
- _GUICtrlTab_GetItemParam($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetItemRect
- _GUICtrlTab_GetItemRect($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetItemRectEx
- _GUICtrlTab_GetItemRectEx($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetItemState
- _GUICtrlTab_GetItemState($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetItemText
- _GUICtrlTab_GetItemText($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_GetRowCount
- _GUICtrlTab_GetRowCount($[$$hWnd])
- $(2)~_GUICtrlTab_GetToolTips
- _GUICtrlTab_GetToolTips($[$$hWnd])
- $(2)~_GUICtrlTab_GetUnicodeFormat
- _GUICtrlTab_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlTab_HighlightItem
- _GUICtrlTab_HighlightItem($[$$hWnd], $[$$iIndex], $[$$bHighlight = True])
- $(2)~_GUICtrlTab_HitTest
- _GUICtrlTab_HitTest($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlTab_InsertItem
- _GUICtrlTab_InsertItem($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iImage = -1], $[$$iParam = 0])
- $(2)~_GUICtrlTab_RemoveImage
- _GUICtrlTab_RemoveImage($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_SetCurFocus
- _GUICtrlTab_SetCurFocus($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_SetCurSel
- _GUICtrlTab_SetCurSel($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTab_SetExtendedStyle
- _GUICtrlTab_SetExtendedStyle($[$$hWnd], $[$$iStyle])
- $(2)~_GUICtrlTab_SetImageList
- _GUICtrlTab_SetImageList($[$$hWnd], $[$$hImage])
- $(2)~_GUICtrlTab_SetItem
- _GUICtrlTab_SetItem($[$$hWnd], $[$$iIndex], $[$$sText = -1], $[$$iState = -1], $[$$iImage = -1], $[$$iParam = -1])
- $(2)~_GUICtrlTab_SetItemImage
- _GUICtrlTab_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage])
- $(2)~_GUICtrlTab_SetItemParam
- _GUICtrlTab_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
- $(2)~_GUICtrlTab_SetItemSize
- _GUICtrlTab_SetItemSize($[$$hWnd], $[$$iWidth], $[$$iHeight])
- $(2)~_GUICtrlTab_SetItemState
- _GUICtrlTab_SetItemState($[$$hWnd], $[$$iIndex], $[$$iState])
- $(2)~_GUICtrlTab_SetItemText
- _GUICtrlTab_SetItemText($[$$hWnd], $[$$iIndex], $[$$sText])
- $(2)~_GUICtrlTab_SetMinTabWidth
- _GUICtrlTab_SetMinTabWidth($[$$hWnd], $[$$iMinWidth])
- $(2)~_GUICtrlTab_SetPadding
- _GUICtrlTab_SetPadding($[$$hWnd], $[$$iHorz], $[$$iVert])
- $(2)~_GUICtrlTab_SetToolTips
- _GUICtrlTab_SetToolTips($[$$hWnd], $[$$hToolTip])
- $(2)~_GUICtrlTab_SetUnicodeFormat
- _GUICtrlTab_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
- $(2)~_GUICtrlToolbar_AddBitmap
- _GUICtrlToolbar_AddBitmap($[$$hWnd], $[$$iButtons], $[$$hInst], $[$$iID])
- $(2)~_GUICtrlToolbar_AddButton
- _GUICtrlToolbar_AddButton($[$$hWnd], $[$$iID], $[$$iImage], $[$$iString = 0], $[$$iStyle = 0], $[$$iState = 4], $[$$iParam = 0])
- $(2)~_GUICtrlToolbar_AddButtonSep
- _GUICtrlToolbar_AddButtonSep($[$$hWnd], $[$$iWidth = 6])
- $(2)~_GUICtrlToolbar_AddString
- _GUICtrlToolbar_AddString($[$$hWnd], $[$$sString])
- $(2)~_GUICtrlToolbar_ButtonCount
- _GUICtrlToolbar_ButtonCount($[$$hWnd])
- $(2)~_GUICtrlToolbar_CheckButton
- _GUICtrlToolbar_CheckButton($[$$hWnd], $[$$iCommandID], $[$$bCheck = True])
- $(2)~_GUICtrlToolbar_ClickAccel
- _GUICtrlToolbar_ClickAccel($[$$hWnd], $[$$sAccelKey], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
- $(2)~_GUICtrlToolbar_ClickButton
- _GUICtrlToolbar_ClickButton($[$$hWnd], $[$$iCommandID], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
- $(2)~_GUICtrlToolbar_ClickIndex
- _GUICtrlToolbar_ClickIndex($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
- $(2)~_GUICtrlToolbar_CommandToIndex
- _GUICtrlToolbar_CommandToIndex($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_Create
- _GUICtrlToolbar_Create($[$$hWnd], $[$$iStyle = 0x00000800], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlToolbar_Customize
- _GUICtrlToolbar_Customize($[$$hWnd])
- $(2)~_GUICtrlToolbar_DeleteButton
- _GUICtrlToolbar_DeleteButton($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_Destroy
- _GUICtrlToolbar_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlToolbar_EnableButton
- _GUICtrlToolbar_EnableButton($[$$hWnd], $[$$iCommandID], $[$$bEnable = True])
- $(2)~_GUICtrlToolbar_FindToolbar
- _GUICtrlToolbar_FindToolbar($[$$hWnd], $[$$sText])
- $(2)~_GUICtrlToolbar_GetAnchorHighlight
- _GUICtrlToolbar_GetAnchorHighlight($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetBitmapFlags
- _GUICtrlToolbar_GetBitmapFlags($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetButtonBitmap
- _GUICtrlToolbar_GetButtonBitmap($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonInfo
- _GUICtrlToolbar_GetButtonInfo($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonInfoEx
- _GUICtrlToolbar_GetButtonInfoEx($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonParam
- _GUICtrlToolbar_GetButtonParam($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonRect
- _GUICtrlToolbar_GetButtonRect($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonRectEx
- _GUICtrlToolbar_GetButtonRectEx($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonSize
- _GUICtrlToolbar_GetButtonSize($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetButtonState
- _GUICtrlToolbar_GetButtonState($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonStyle
- _GUICtrlToolbar_GetButtonStyle($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetButtonText
- _GUICtrlToolbar_GetButtonText($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_GetColorScheme
- _GUICtrlToolbar_GetColorScheme($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetDisabledImageList
- _GUICtrlToolbar_GetDisabledImageList($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetExtendedStyle
- _GUICtrlToolbar_GetExtendedStyle($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetHotImageList
- _GUICtrlToolbar_GetHotImageList($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetHotItem
- _GUICtrlToolbar_GetHotItem($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetImageList
- _GUICtrlToolbar_GetImageList($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetInsertMark
- _GUICtrlToolbar_GetInsertMark($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetInsertMarkColor
- _GUICtrlToolbar_GetInsertMarkColor($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetMaxSize
- _GUICtrlToolbar_GetMaxSize($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetMetrics
- _GUICtrlToolbar_GetMetrics($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetPadding
- _GUICtrlToolbar_GetPadding($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetRows
- _GUICtrlToolbar_GetRows($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetString
- _GUICtrlToolbar_GetString($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlToolbar_GetStyle
- _GUICtrlToolbar_GetStyle($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleAltDrag
- _GUICtrlToolbar_GetStyleAltDrag($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleCustomErase
- _GUICtrlToolbar_GetStyleCustomErase($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleFlat
- _GUICtrlToolbar_GetStyleFlat($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleList
- _GUICtrlToolbar_GetStyleList($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleRegisterDrop
- _GUICtrlToolbar_GetStyleRegisterDrop($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleToolTips
- _GUICtrlToolbar_GetStyleToolTips($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleTransparent
- _GUICtrlToolbar_GetStyleTransparent($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetStyleWrapable
- _GUICtrlToolbar_GetStyleWrapable($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetTextRows
- _GUICtrlToolbar_GetTextRows($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetToolTips
- _GUICtrlToolbar_GetToolTips($[$$hWnd])
- $(2)~_GUICtrlToolbar_GetUnicodeFormat
- _GUICtrlToolbar_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlToolbar_HideButton
- _GUICtrlToolbar_HideButton($[$$hWnd], $[$$iCommandID], $[$$bHide = True])
- $(2)~_GUICtrlToolbar_HighlightButton
- _GUICtrlToolbar_HighlightButton($[$$hWnd], $[$$iCommandID], $[$$bHighlight = True])
- $(2)~_GUICtrlToolbar_HitTest
- _GUICtrlToolbar_HitTest($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlToolbar_IndexToCommand
- _GUICtrlToolbar_IndexToCommand($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlToolbar_InsertButton
- _GUICtrlToolbar_InsertButton($[$$hWnd], $[$$iIndex], $[$$iID], $[$$iImage], $[$$sText = ""], $[$$iStyle = 0], $[$$iState = 4], $[$$iParam = 0])
- $(2)~_GUICtrlToolbar_InsertMarkHitTest
- _GUICtrlToolbar_InsertMarkHitTest($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlToolbar_IsButtonChecked
- _GUICtrlToolbar_IsButtonChecked($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_IsButtonEnabled
- _GUICtrlToolbar_IsButtonEnabled($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_IsButtonHidden
- _GUICtrlToolbar_IsButtonHidden($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_IsButtonHighlighted
- _GUICtrlToolbar_IsButtonHighlighted($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_IsButtonIndeterminate
- _GUICtrlToolbar_IsButtonIndeterminate($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_IsButtonPressed
- _GUICtrlToolbar_IsButtonPressed($[$$hWnd], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_LoadBitmap
- _GUICtrlToolbar_LoadBitmap($[$$hWnd], $[$$sFileName])
- $(2)~_GUICtrlToolbar_LoadImages
- _GUICtrlToolbar_LoadImages($[$$hWnd], $[$$iBitMapID])
- $(2)~_GUICtrlToolbar_MapAccelerator
- _GUICtrlToolbar_MapAccelerator($[$$hWnd], $[$$sAccelKey])
- $(2)~_GUICtrlToolbar_MoveButton
- _GUICtrlToolbar_MoveButton($[$$hWnd], $[$$iOldPos], $[$$iNewPos])
- $(2)~_GUICtrlToolbar_PressButton
- _GUICtrlToolbar_PressButton($[$$hWnd], $[$$iCommandID], $[$$bPress = True])
- $(2)~_GUICtrlToolbar_SetAnchorHighlight
- _GUICtrlToolbar_SetAnchorHighlight($[$$hWnd], $[$$bAnchor])
- $(2)~_GUICtrlToolbar_SetBitmapSize
- _GUICtrlToolbar_SetBitmapSize($[$$hWnd], $[$$iWidth], $[$$iHeight])
- $(2)~_GUICtrlToolbar_SetButtonBitMap
- _GUICtrlToolbar_SetButtonBitMap($[$$hWnd], $[$$iCommandID], $[$$iIndex])
- $(2)~_GUICtrlToolbar_SetButtonInfo
- _GUICtrlToolbar_SetButtonInfo($[$$hWnd], $[$$iCommandID], $[$$iImage = -3], $[$$iState = -1], $[$$iStyle = -1], $[$$iWidth = -1], $[$$iParam = -1])
- $(2)~_GUICtrlToolbar_SetButtonInfoEx
- _GUICtrlToolbar_SetButtonInfoEx($[$$hWnd], $[$$iCommandID], $[$$tButton])
- $(2)~_GUICtrlToolbar_SetButtonParam
- _GUICtrlToolbar_SetButtonParam($[$$hWnd], $[$$iCommandID], $[$$iParam])
- $(2)~_GUICtrlToolbar_SetButtonSize
- _GUICtrlToolbar_SetButtonSize($[$$hWnd], $[$$iHeight], $[$$iWidth])
- $(2)~_GUICtrlToolbar_SetButtonState
- _GUICtrlToolbar_SetButtonState($[$$hWnd], $[$$iCommandID], $[$$iState])
- $(2)~_GUICtrlToolbar_SetButtonStyle
- _GUICtrlToolbar_SetButtonStyle($[$$hWnd], $[$$iCommandID], $[$$iStyle])
- $(2)~_GUICtrlToolbar_SetButtonText
- _GUICtrlToolbar_SetButtonText($[$$hWnd], $[$$iCommandID], $[$$sText])
- $(2)~_GUICtrlToolbar_SetButtonWidth
- _GUICtrlToolbar_SetButtonWidth($[$$hWnd], $[$$iMin], $[$$iMax])
- $(2)~_GUICtrlToolbar_SetCmdID
- _GUICtrlToolbar_SetCmdID($[$$hWnd], $[$$iIndex], $[$$iCommandID])
- $(2)~_GUICtrlToolbar_SetColorScheme
- _GUICtrlToolbar_SetColorScheme($[$$hWnd], $[$$iHighlight], $[$$iShadow])
- $(2)~_GUICtrlToolbar_SetDisabledImageList
- _GUICtrlToolbar_SetDisabledImageList($[$$hWnd], $[$$hImageList])
- $(2)~_GUICtrlToolbar_SetDrawTextFlags
- _GUICtrlToolbar_SetDrawTextFlags($[$$hWnd], $[$$iMask], $[$$iDTFlags])
- $(2)~_GUICtrlToolbar_SetExtendedStyle
- _GUICtrlToolbar_SetExtendedStyle($[$$hWnd], $[$$iStyle])
- $(2)~_GUICtrlToolbar_SetHotImageList
- _GUICtrlToolbar_SetHotImageList($[$$hWnd], $[$$hImageList])
- $(2)~_GUICtrlToolbar_SetHotItem
- _GUICtrlToolbar_SetHotItem($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlToolbar_SetImageList
- _GUICtrlToolbar_SetImageList($[$$hWnd], $[$$hImageList])
- $(2)~_GUICtrlToolbar_SetIndent
- _GUICtrlToolbar_SetIndent($[$$hWnd], $[$$iIndent])
- $(2)~_GUICtrlToolbar_SetIndeterminate
- _GUICtrlToolbar_SetIndeterminate($[$$hWnd], $[$$iCommandID], $[$$bState = True])
- $(2)~_GUICtrlToolbar_SetInsertMark
- _GUICtrlToolbar_SetInsertMark($[$$hWnd], $[$$iButton], $[$$iFlags = 0])
- $(2)~_GUICtrlToolbar_SetInsertMarkColor
- _GUICtrlToolbar_SetInsertMarkColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlToolbar_SetMaxTextRows
- _GUICtrlToolbar_SetMaxTextRows($[$$hWnd], $[$$iMaxRows])
- $(2)~_GUICtrlToolbar_SetMetrics
- _GUICtrlToolbar_SetMetrics($[$$hWnd], $[$$iXPad], $[$$iYPad], $[$$iXSpacing], $[$$iYSpacing])
- $(2)~_GUICtrlToolbar_SetPadding
- _GUICtrlToolbar_SetPadding($[$$hWnd], $[$$iCX], $[$$iCY])
- $(2)~_GUICtrlToolbar_SetParent
- _GUICtrlToolbar_SetParent($[$$hWnd], $[$$hParent])
- $(2)~_GUICtrlToolbar_SetRows
- _GUICtrlToolbar_SetRows($[$$hWnd], $[$$iRows], $[$$bLarger = True])
- $(2)~_GUICtrlToolbar_SetStyle
- _GUICtrlToolbar_SetStyle($[$$hWnd], $[$$iStyle])
- $(2)~_GUICtrlToolbar_SetStyleAltDrag
- _GUICtrlToolbar_SetStyleAltDrag($[$$hWnd], $[$$bState = True])
- $(2)~_GUICtrlToolbar_SetStyleCustomErase
- _GUICtrlToolbar_SetStyleCustomErase($[$$hWnd], $[$$bState = True])
- $(2)~_GUICtrlToolbar_SetStyleFlat
- _GUICtrlToolbar_SetStyleFlat($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlToolbar_SetStyleList
- _GUICtrlToolbar_SetStyleList($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlToolbar_SetStyleRegisterDrop
- _GUICtrlToolbar_SetStyleRegisterDrop($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlToolbar_SetStyleToolTips
- _GUICtrlToolbar_SetStyleToolTips($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlToolbar_SetStyleTransparent
- _GUICtrlToolbar_SetStyleTransparent($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlToolbar_SetStyleWrapable
- _GUICtrlToolbar_SetStyleWrapable($[$$hWnd], $[$$bState])
- $(2)~_GUICtrlToolbar_SetToolTips
- _GUICtrlToolbar_SetToolTips($[$$hWnd], $[$$hToolTip])
- $(2)~_GUICtrlToolbar_SetUnicodeFormat
- _GUICtrlToolbar_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = False])
- $(2)~_GUICtrlToolbar_SetWindowTheme
- _GUICtrlToolbar_SetWindowTheme($[$$hWnd], $[$$sTheme])
- $(2)~_GUICtrlTreeView_Add
- _GUICtrlTreeView_Add($[$$hWnd], $[$$hSibling], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
- $(2)~_GUICtrlTreeView_AddChild
- _GUICtrlTreeView_AddChild($[$$hWnd], $[$$hParent], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
- $(2)~_GUICtrlTreeView_AddChildFirst
- _GUICtrlTreeView_AddChildFirst($[$$hWnd], $[$$hParent], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
- $(2)~_GUICtrlTreeView_AddFirst
- _GUICtrlTreeView_AddFirst($[$$hWnd], $[$$hSibling], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
- $(2)~_GUICtrlTreeView_BeginUpdate
- _GUICtrlTreeView_BeginUpdate($[$$hWnd])
- $(2)~_GUICtrlTreeView_ClickItem
- _GUICtrlTreeView_ClickItem($[$$hWnd], $[$$hItem], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 0])
- $(2)~_GUICtrlTreeView_Create
- _GUICtrlTreeView_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x00000037], $[$$iExStyle = 0x00000000])
- $(2)~_GUICtrlTreeView_CreateDragImage
- _GUICtrlTreeView_CreateDragImage($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_CreateSolidBitMap
- _GUICtrlTreeView_CreateSolidBitMap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight])
- $(2)~_GUICtrlTreeView_Delete
- _GUICtrlTreeView_Delete($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_DeleteAll
- _GUICtrlTreeView_DeleteAll($[$$hWnd])
- $(2)~_GUICtrlTreeView_DeleteChildren
- _GUICtrlTreeView_DeleteChildren($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_Destroy
- _GUICtrlTreeView_Destroy($[ByRef $$hWnd])
- $(2)~_GUICtrlTreeView_DisplayRect
- _GUICtrlTreeView_DisplayRect($[$$hWnd], $[$$hItem], $[$$bTextOnly = False])
- $(2)~_GUICtrlTreeView_DisplayRectEx
- _GUICtrlTreeView_DisplayRectEx($[$$hWnd], $[$$hItem], $[$$bTextOnly = False])
- $(2)~_GUICtrlTreeView_EditText
- _GUICtrlTreeView_EditText($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_EndEdit
- _GUICtrlTreeView_EndEdit($[$$hWnd], $[$$bCancel = False])
- $(2)~_GUICtrlTreeView_EndUpdate
- _GUICtrlTreeView_EndUpdate($[$$hWnd])
- $(2)~_GUICtrlTreeView_EnsureVisible
- _GUICtrlTreeView_EnsureVisible($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_Expand
- _GUICtrlTreeView_Expand($[$$hWnd], $[$$hItem = 0], $[$$bExpand = True])
- $(2)~_GUICtrlTreeView_ExpandedOnce
- _GUICtrlTreeView_ExpandedOnce($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_FindItem
- _GUICtrlTreeView_FindItem($[$$hWnd], $[$$sText], $[$$bInStr = False], $[$$hStart = 0])
- $(2)~_GUICtrlTreeView_FindItemEx
- _GUICtrlTreeView_FindItemEx($[$$hWnd], $[$$sTreePath], $[$$hStart = 0])
- $(2)~_GUICtrlTreeView_GetBkColor
- _GUICtrlTreeView_GetBkColor($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetBold
- _GUICtrlTreeView_GetBold($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetChecked
- _GUICtrlTreeView_GetChecked($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetChildCount
- _GUICtrlTreeView_GetChildCount($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetChildren
- _GUICtrlTreeView_GetChildren($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetCount
- _GUICtrlTreeView_GetCount($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetCut
- _GUICtrlTreeView_GetCut($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetDropTarget
- _GUICtrlTreeView_GetDropTarget($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetEditControl
- _GUICtrlTreeView_GetEditControl($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetExpanded
- _GUICtrlTreeView_GetExpanded($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetFirstChild
- _GUICtrlTreeView_GetFirstChild($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetFirstItem
- _GUICtrlTreeView_GetFirstItem($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetFirstVisible
- _GUICtrlTreeView_GetFirstVisible($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetFocused
- _GUICtrlTreeView_GetFocused($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetHeight
- _GUICtrlTreeView_GetHeight($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetImageIndex
- _GUICtrlTreeView_GetImageIndex($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetImageListIconHandle
- _GUICtrlTreeView_GetImageListIconHandle($[$$hWnd], $[$$iIndex])
- $(2)~_GUICtrlTreeView_GetIndent
- _GUICtrlTreeView_GetIndent($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetInsertMarkColor
- _GUICtrlTreeView_GetInsertMarkColor($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetISearchString
- _GUICtrlTreeView_GetISearchString($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetItemByIndex
- _GUICtrlTreeView_GetItemByIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
- $(2)~_GUICtrlTreeView_GetItemHandle
- _GUICtrlTreeView_GetItemHandle($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetItemParam
- _GUICtrlTreeView_GetItemParam($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetLastChild
- _GUICtrlTreeView_GetLastChild($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetLineColor
- _GUICtrlTreeView_GetLineColor($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetNext
- _GUICtrlTreeView_GetNext($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetNextChild
- _GUICtrlTreeView_GetNextChild($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetNextSibling
- _GUICtrlTreeView_GetNextSibling($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetNextVisible
- _GUICtrlTreeView_GetNextVisible($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetNormalImageList
- _GUICtrlTreeView_GetNormalImageList($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetParentHandle
- _GUICtrlTreeView_GetParentHandle($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetParentParam
- _GUICtrlTreeView_GetParentParam($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetPrev
- _GUICtrlTreeView_GetPrev($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetPrevChild
- _GUICtrlTreeView_GetPrevChild($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetPrevSibling
- _GUICtrlTreeView_GetPrevSibling($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetPrevVisible
- _GUICtrlTreeView_GetPrevVisible($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetScrollTime
- _GUICtrlTreeView_GetScrollTime($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetSelected
- _GUICtrlTreeView_GetSelected($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetSelectedImageIndex
- _GUICtrlTreeView_GetSelectedImageIndex($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetSelection
- _GUICtrlTreeView_GetSelection($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetSiblingCount
- _GUICtrlTreeView_GetSiblingCount($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetState
- _GUICtrlTreeView_GetState($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetStateImageIndex
- _GUICtrlTreeView_GetStateImageIndex($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetStateImageList
- _GUICtrlTreeView_GetStateImageList($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetText
- _GUICtrlTreeView_GetText($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetTextColor
- _GUICtrlTreeView_GetTextColor($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetToolTips
- _GUICtrlTreeView_GetToolTips($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetTree
- _GUICtrlTreeView_GetTree($[$$hWnd], $[$$hItem = 0])
- $(2)~_GUICtrlTreeView_GetUnicodeFormat
- _GUICtrlTreeView_GetUnicodeFormat($[$$hWnd])
- $(2)~_GUICtrlTreeView_GetVisible
- _GUICtrlTreeView_GetVisible($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_GetVisibleCount
- _GUICtrlTreeView_GetVisibleCount($[$$hWnd])
- $(2)~_GUICtrlTreeView_HitTest
- _GUICtrlTreeView_HitTest($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlTreeView_HitTestEx
- _GUICtrlTreeView_HitTestEx($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlTreeView_HitTestItem
- _GUICtrlTreeView_HitTestItem($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUICtrlTreeView_Index
- _GUICtrlTreeView_Index($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_InsertItem
- _GUICtrlTreeView_InsertItem($[$$hWnd], $[$$sItem_Text], $[$$hItem_Parent = 0], $[$$hItem_After = 0], $[$$iImage = -1], $[$$iSelImage = -1])
- $(2)~_GUICtrlTreeView_IsFirstItem
- _GUICtrlTreeView_IsFirstItem($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_IsParent
- _GUICtrlTreeView_IsParent($[$$hWnd], $[$$hParent], $[$$hItem])
- $(2)~_GUICtrlTreeView_Level
- _GUICtrlTreeView_Level($[$$hWnd], $[$$hItem])
- $(2)~_GUICtrlTreeView_SelectItem
- _GUICtrlTreeView_SelectItem($[$$hWnd], $[$$hItem], $[$$iFlag = 0])
- $(2)~_GUICtrlTreeView_SelectItemByIndex
- _GUICtrlTreeView_SelectItemByIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
- $(2)~_GUICtrlTreeView_SetBkColor
- _GUICtrlTreeView_SetBkColor($[$$hWnd], $[$$vRGBColor])
- $(2)~_GUICtrlTreeView_SetBold
- _GUICtrlTreeView_SetBold($[$$hWnd], $[$$hItem], $[$$bFlag = True])
- $(2)~_GUICtrlTreeView_SetChecked
- _GUICtrlTreeView_SetChecked($[$$hWnd], $[$$hItem], $[$$bCheck = True])
- $(2)~_GUICtrlTreeView_SetCheckedByIndex
- _GUICtrlTreeView_SetCheckedByIndex($[$$hWnd], $[$$hItem], $[$$iIndex], $[$$bCheck = True])
- $(2)~_GUICtrlTreeView_SetChildren
- _GUICtrlTreeView_SetChildren($[$$hWnd], $[$$hItem], $[$$bFlag = True])
- $(2)~_GUICtrlTreeView_SetCut
- _GUICtrlTreeView_SetCut($[$$hWnd], $[$$hItem], $[$$bFlag = True])
- $(2)~_GUICtrlTreeView_SetDropTarget
- _GUICtrlTreeView_SetDropTarget($[$$hWnd], $[$$hItem], $[$$bFlag = True])
- $(2)~_GUICtrlTreeView_SetFocused
- _GUICtrlTreeView_SetFocused($[$$hWnd], $[$$hItem], $[$$bFlag = True])
- $(2)~_GUICtrlTreeView_SetHeight
- _GUICtrlTreeView_SetHeight($[$$hWnd], $[$$iHeight])
- $(2)~_GUICtrlTreeView_SetIcon
- _GUICtrlTreeView_SetIcon($[$$hWnd], $[$$hItem = 0], $[$$sIconFile = ""], $[$$iIconID = 0], $[$$iImageMode = 6])
- $(2)~_GUICtrlTreeView_SetImageIndex
- _GUICtrlTreeView_SetImageIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
- $(2)~_GUICtrlTreeView_SetIndent
- _GUICtrlTreeView_SetIndent($[$$hWnd], $[$$iIndent])
- $(2)~_GUICtrlTreeView_SetInsertMark
- _GUICtrlTreeView_SetInsertMark($[$$hWnd], $[$$hItem], $[$$bAfter = True])
- $(2)~_GUICtrlTreeView_SetInsertMarkColor
- _GUICtrlTreeView_SetInsertMarkColor($[$$hWnd], $[$$iColor])
- $(2)~_GUICtrlTreeView_SetItemHeight
- _GUICtrlTreeView_SetItemHeight($[$$hWnd], $[$$hItem], $[$$iIntegral])
- $(2)~_GUICtrlTreeView_SetItemParam
- _GUICtrlTreeView_SetItemParam($[$$hWnd], $[$$hItem], $[$$iParam])
- $(2)~_GUICtrlTreeView_SetLineColor
- _GUICtrlTreeView_SetLineColor($[$$hWnd], $[$$vRGBColor])
- $(2)~_GUICtrlTreeView_SetNormalImageList
- _GUICtrlTreeView_SetNormalImageList($[$$hWnd], $[$$hImageList])
- $(2)~_GUICtrlTreeView_SetScrollTime
- _GUICtrlTreeView_SetScrollTime($[$$hWnd], $[$$iTime])
- $(2)~_GUICtrlTreeView_SetSelected
- _GUICtrlTreeView_SetSelected($[$$hWnd], $[$$hItem], $[$$bFlag = True])
- $(2)~_GUICtrlTreeView_SetSelectedImageIndex
- _GUICtrlTreeView_SetSelectedImageIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
- $(2)~_GUICtrlTreeView_SetState
- _GUICtrlTreeView_SetState($[$$hWnd], $[$$hItem], $[$$iState = 0], $[$$bSetState = True])
- $(2)~_GUICtrlTreeView_SetStateImageIndex
- _GUICtrlTreeView_SetStateImageIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
- $(2)~_GUICtrlTreeView_SetStateImageList
- _GUICtrlTreeView_SetStateImageList($[$$hWnd], $[$$hImageList])
- $(2)~_GUICtrlTreeView_SetText
- _GUICtrlTreeView_SetText($[$$hWnd], $[$$hItem = 0], $[$$sText = ""])
- $(2)~_GUICtrlTreeView_SetTextColor
- _GUICtrlTreeView_SetTextColor($[$$hWnd], $[$$vRGBColor])
- $(2)~_GUICtrlTreeView_SetToolTips
- _GUICtrlTreeView_SetToolTips($[$$hWnd], $[$$hToolTip])
- $(2)~_GUICtrlTreeView_SetUnicodeFormat
- _GUICtrlTreeView_SetUnicodeFormat($[$$hWnd], $[$$bFormat = True])
- $(2)~_GUICtrlTreeView_Sort
- _GUICtrlTreeView_Sort($[$$hWnd])
- $(2)~_GUIImageList_Add
- _GUIImageList_Add($[$$hWnd], $[$$hImage], $[$$hMask = 0])
- $(2)~_GUIImageList_AddBitmap
- _GUIImageList_AddBitmap($[$$hWnd], $[$$sImage], $[$$sMask = ""])
- $(2)~_GUIImageList_AddIcon
- _GUIImageList_AddIcon($[$$hWnd], $[$$sFilePath], $[$$iIndex = 0], $[$$bLarge = False])
- $(2)~_GUIImageList_AddMasked
- _GUIImageList_AddMasked($[$$hWnd], $[$$hImage], $[$$iMask = 0])
- $(2)~_GUIImageList_BeginDrag
- _GUIImageList_BeginDrag($[$$hWnd], $[$$iTrack], $[$$iXHotSpot], $[$$iYHotSpot])
- $(2)~_GUIImageList_Copy
- _GUIImageList_Copy($[$$hWnd], $[$$iSource], $[$$iDestination])
- $(2)~_GUIImageList_Create
- _GUIImageList_Create($[$$iCX = 16], $[$$iCY = 16], $[$$iColor = 4], $[$$iOptions = 0], $[$$iInitial = 4], $[$$iGrow = 4])
- $(2)~_GUIImageList_Destroy
- _GUIImageList_Destroy($[$$hWnd])
- $(2)~_GUIImageList_DestroyIcon
- _GUIImageList_DestroyIcon($[$$hIcon])
- $(2)~_GUIImageList_DragEnter
- _GUIImageList_DragEnter($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUIImageList_DragLeave
- _GUIImageList_DragLeave($[$$hWnd])
- $(2)~_GUIImageList_DragMove
- _GUIImageList_DragMove($[$$iX], $[$$iY])
- $(2)~_GUIImageList_Draw
- _GUIImageList_Draw($[$$hWnd], $[$$iIndex], $[$$hDC], $[$$iX], $[$$iY], $[$$iStyle = 0])
- $(2)~_GUIImageList_DrawEx
- _GUIImageList_DrawEx($[$$hWnd], $[$$iIndex], $[$$hDC], $[$$iX], $[$$iY], $[$$iDX = 0], $[$$iDY = 0], $[$$iRGBBk = 0xFFFFFFFF], $[$$iRGBFg = 0xFFFFFFFF], $[$$iStyle = 0])
- $(2)~_GUIImageList_Duplicate
- _GUIImageList_Duplicate($[$$hWnd])
- $(2)~_GUIImageList_EndDrag
- _GUIImageList_EndDrag($[])
- $(2)~_GUIImageList_GetBkColor
- _GUIImageList_GetBkColor($[$$hWnd])
- $(2)~_GUIImageList_GetIcon
- _GUIImageList_GetIcon($[$$hWnd], $[$$iIndex], $[$$iStyle = 0])
- $(2)~_GUIImageList_GetIconHeight
- _GUIImageList_GetIconHeight($[$$hWnd])
- $(2)~_GUIImageList_GetIconSize
- _GUIImageList_GetIconSize($[$$hWnd])
- $(2)~_GUIImageList_GetIconSizeEx
- _GUIImageList_GetIconSizeEx($[$$hWnd])
- $(2)~_GUIImageList_GetIconWidth
- _GUIImageList_GetIconWidth($[$$hWnd])
- $(2)~_GUIImageList_GetImageCount
- _GUIImageList_GetImageCount($[$$hWnd])
- $(2)~_GUIImageList_GetImageInfoEx
- _GUIImageList_GetImageInfoEx($[$$hWnd], $[$$iIndex])
- $(2)~_GUIImageList_Remove
- _GUIImageList_Remove($[$$hWnd], $[$$iIndex = -1])
- $(2)~_GUIImageList_ReplaceIcon
- _GUIImageList_ReplaceIcon($[$$hWnd], $[$$iIndex], $[$$hIcon])
- $(2)~_GUIImageList_SetBkColor
- _GUIImageList_SetBkColor($[$$hWnd], $[$$iClrBk])
- $(2)~_GUIImageList_SetIconSize
- _GUIImageList_SetIconSize($[$$hWnd], $[$$iCX], $[$$iCY])
- $(2)~_GUIImageList_SetImageCount
- _GUIImageList_SetImageCount($[$$hWnd], $[$$iNewCount])
- $(2)~_GUIImageList_Swap
- _GUIImageList_Swap($[$$hWnd], $[$$iSource], $[$$iDestination])
- $(2)~_GUIScrollBars_EnableScrollBar
- _GUIScrollBars_EnableScrollBar($[$$hWnd], $[$$iSBflags = $$SB_BOTH], $[$$iArrows = $$ESB_ENABLE_BOTH])
- $(2)~_GUIScrollBars_GetScrollBarInfoEx
- _GUIScrollBars_GetScrollBarInfoEx($[$$hWnd], $[$$iObject])
- $(2)~_GUIScrollBars_GetScrollBarRect
- _GUIScrollBars_GetScrollBarRect($[$$hWnd], $[$$iObject])
- $(2)~_GUIScrollBars_GetScrollBarRGState
- _GUIScrollBars_GetScrollBarRGState($[$$hWnd], $[$$iObject])
- $(2)~_GUIScrollBars_GetScrollBarXYLineButton
- _GUIScrollBars_GetScrollBarXYLineButton($[$$hWnd], $[$$iObject])
- $(2)~_GUIScrollBars_GetScrollBarXYThumbBottom
- _GUIScrollBars_GetScrollBarXYThumbBottom($[$$hWnd], $[$$iObject])
- $(2)~_GUIScrollBars_GetScrollBarXYThumbTop
- _GUIScrollBars_GetScrollBarXYThumbTop($[$$hWnd], $[$$iObject])
- $(2)~_GUIScrollBars_GetScrollInfo
- _GUIScrollBars_GetScrollInfo($[$$hWnd], $[$$iBar], $[ByRef $$tSCROLLINFO])
- $(2)~_GUIScrollBars_GetScrollInfoEx
- _GUIScrollBars_GetScrollInfoEx($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollInfoMax
- _GUIScrollBars_GetScrollInfoMax($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollInfoMin
- _GUIScrollBars_GetScrollInfoMin($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollInfoPage
- _GUIScrollBars_GetScrollInfoPage($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollInfoPos
- _GUIScrollBars_GetScrollInfoPos($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollInfoTrackPos
- _GUIScrollBars_GetScrollInfoTrackPos($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollPos
- _GUIScrollBars_GetScrollPos($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_GetScrollRange
- _GUIScrollBars_GetScrollRange($[$$hWnd], $[$$iBar])
- $(2)~_GUIScrollBars_Init
- _GUIScrollBars_Init($[$$hWnd], $[$$iMaxH = -1], $[$$iMaxV = -1])
- $(2)~_GUIScrollBars_ScrollWindow
- _GUIScrollBars_ScrollWindow($[$$hWnd], $[$$iXAmount], $[$$iYAmount])
- $(2)~_GUIScrollBars_SetScrollInfo
- _GUIScrollBars_SetScrollInfo($[$$hWnd], $[$$iBar], $[$$tSCROLLINFO], $[$$bRedraw = True])
- $(2)~_GUIScrollBars_SetScrollInfoMax
- _GUIScrollBars_SetScrollInfoMax($[$$hWnd], $[$$iBar], $[$$iMax])
- $(2)~_GUIScrollBars_SetScrollInfoMin
- _GUIScrollBars_SetScrollInfoMin($[$$hWnd], $[$$iBar], $[$$iMin])
- $(2)~_GUIScrollBars_SetScrollInfoPage
- _GUIScrollBars_SetScrollInfoPage($[$$hWnd], $[$$iBar], $[$$iPage])
- $(2)~_GUIScrollBars_SetScrollInfoPos
- _GUIScrollBars_SetScrollInfoPos($[$$hWnd], $[$$iBar], $[$$iPos])
- $(2)~_GUIScrollBars_SetScrollRange
- _GUIScrollBars_SetScrollRange($[$$hWnd], $[$$iBar], $[$$iMinPos], $[$$iMaxPos])
- $(2)~_GUIScrollBars_ShowScrollBar
- _GUIScrollBars_ShowScrollBar($[$$hWnd], $[$$iBar], $[$$bShow = True])
- $(2)~_GUIToolTip_Activate
- _GUIToolTip_Activate($[$$hWnd])
- $(2)~_GUIToolTip_AddTool
- _GUIToolTip_AddTool($[$$hTool], $[$$hWnd], $[$$sText], $[$$iID = 0], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = 0], $[$$iBottom = 0], $[$$iFlags = Default], $[$$iParam = 0])
- $(2)~_GUIToolTip_AdjustRect
- _GUIToolTip_AdjustRect($[$$hWnd], $[ByRef $$tRECT], $[$$bLarger = True])
- $(2)~_GUIToolTip_BitsToTTF
- _GUIToolTip_BitsToTTF($[$$iFlags])
- $(2)~_GUIToolTip_Create
- _GUIToolTip_Create($[$$hWnd], $[$$iStyle = $$_TT_ghTTDefaultStyle])
- $(2)~_GUIToolTip_Deactivate
- _GUIToolTip_Deactivate($[$$hWnd])
- $(2)~_GUIToolTip_DelTool
- _GUIToolTip_DelTool($[$$hWnd], $[$$hTool], $[$$iID = 0])
- $(2)~_GUIToolTip_Destroy
- _GUIToolTip_Destroy($[ByRef $$hWnd])
- $(2)~_GUIToolTip_EnumTools
- _GUIToolTip_EnumTools($[$$hWnd], $[$$iIndex])
- $(2)~_GUIToolTip_GetBubbleHeight
- _GUIToolTip_GetBubbleHeight($[$$hWnd], $[$$hTool], $[$$iID], $[$$iFlags = 0x00000001 + 0x00000010])
- $(2)~_GUIToolTip_GetBubbleSize
- _GUIToolTip_GetBubbleSize($[$$hWnd], $[$$hTool], $[$$iID], $[$$iFlags = 0x00000001 + 0x00000010])
- $(2)~_GUIToolTip_GetBubbleWidth
- _GUIToolTip_GetBubbleWidth($[$$hWnd], $[$$hTool], $[$$iID], $[$$iFlags = 0x00000001 + 0x00000010])
- $(2)~_GUIToolTip_GetCurrentTool
- _GUIToolTip_GetCurrentTool($[$$hWnd])
- $(2)~_GUIToolTip_GetDelayTime
- _GUIToolTip_GetDelayTime($[$$hWnd], $[$$iDuration])
- $(2)~_GUIToolTip_GetMargin
- _GUIToolTip_GetMargin($[$$hWnd])
- $(2)~_GUIToolTip_GetMarginEx
- _GUIToolTip_GetMarginEx($[$$hWnd])
- $(2)~_GUIToolTip_GetMaxTipWidth
- _GUIToolTip_GetMaxTipWidth($[$$hWnd])
- $(2)~_GUIToolTip_GetText
- _GUIToolTip_GetText($[$$hWnd], $[$$hTool], $[$$iID])
- $(2)~_GUIToolTip_GetTipBkColor
- _GUIToolTip_GetTipBkColor($[$$hWnd])
- $(2)~_GUIToolTip_GetTipTextColor
- _GUIToolTip_GetTipTextColor($[$$hWnd])
- $(2)~_GUIToolTip_GetTitleBitMap
- _GUIToolTip_GetTitleBitMap($[$$hWnd])
- $(2)~_GUIToolTip_GetTitleText
- _GUIToolTip_GetTitleText($[$$hWnd])
- $(2)~_GUIToolTip_GetToolCount
- _GUIToolTip_GetToolCount($[$$hWnd])
- $(2)~_GUIToolTip_GetToolInfo
- _GUIToolTip_GetToolInfo($[$$hWnd], $[$$hTool], $[$$iID])
- $(2)~_GUIToolTip_HitTest
- _GUIToolTip_HitTest($[$$hWnd], $[$$hTool], $[$$iX], $[$$iY])
- $(2)~_GUIToolTip_NewToolRect
- _GUIToolTip_NewToolRect($[$$hWnd], $[$$hTool], $[$$iID], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
- $(2)~_GUIToolTip_Pop
- _GUIToolTip_Pop($[$$hWnd])
- $(2)~_GUIToolTip_PopUp
- _GUIToolTip_PopUp($[$$hWnd])
- $(2)~_GUIToolTip_SetDelayTime
- _GUIToolTip_SetDelayTime($[$$hWnd], $[$$iDuration], $[$$iTime])
- $(2)~_GUIToolTip_SetMargin
- _GUIToolTip_SetMargin($[$$hWnd], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
- $(2)~_GUIToolTip_SetMaxTipWidth
- _GUIToolTip_SetMaxTipWidth($[$$hWnd], $[$$iWidth])
- $(2)~_GUIToolTip_SetTipBkColor
- _GUIToolTip_SetTipBkColor($[$$hWnd], $[$$iColor])
- $(2)~_GUIToolTip_SetTipTextColor
- _GUIToolTip_SetTipTextColor($[$$hWnd], $[$$iColor])
- $(2)~_GUIToolTip_SetTitle
- _GUIToolTip_SetTitle($[$$hWnd], $[$$sTitle], $[$$iIcon = 0])
- $(2)~_GUIToolTip_SetToolInfo
- _GUIToolTip_SetToolInfo($[$$hWnd], $[$$sText], $[$$iID = 0], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = 0], $[$$iBottom = 0], $[$$iFlags = Default], $[$$iParam = 0])
- $(2)~_GUIToolTip_SetWindowTheme
- _GUIToolTip_SetWindowTheme($[$$hWnd], $[$$sStyle])
- $(2)~_GUIToolTip_ToolExists
- _GUIToolTip_ToolExists($[$$hWnd])
- $(2)~_GUIToolTip_ToolToArray
- _GUIToolTip_ToolToArray($[$$hWnd], $[ByRef $$tToolInfo], $[$$iError])
- $(2)~_GUIToolTip_TrackActivate
- _GUIToolTip_TrackActivate($[$$hWnd], $[$$bActivate = True], $[$$hTool = 0], $[$$iID = 0])
- $(2)~_GUIToolTip_TrackPosition
- _GUIToolTip_TrackPosition($[$$hWnd], $[$$iX], $[$$iY])
- $(2)~_GUIToolTip_Update
- _GUIToolTip_Update($[$$hWnd])
- $(2)~_GUIToolTip_UpdateTipText
- _GUIToolTip_UpdateTipText($[$$hWnd], $[$$hTool], $[$$iID], $[$$sText])
- $(2)~_HexToString
- _HexToString($[$$sHex])
- $(2)~_IE_Example
- _IE_Example($[$$sModule = "basic"])
- $(2)~_IE_Introduction
- _IE_Introduction($[$$sModule = "basic"])
- $(2)~_IE_VersionInfo
- _IE_VersionInfo($[])
- $(2)~_IEAction
- _IEAction($[ByRef $$oObject], $[$$sAction])
- $(2)~_IEAttach
- _IEAttach($[$$sString], $[$$sMode = "title"], $[$$iInstance = 1])
- $(2)~_IEBodyReadHTML
- _IEBodyReadHTML($[ByRef $$oObject])
- $(2)~_IEBodyReadText
- _IEBodyReadText($[ByRef $$oObject])
- $(2)~_IEBodyWriteHTML
- _IEBodyWriteHTML($[ByRef $$oObject], $[$$sHTML])
- $(2)~_IECreate
- _IECreate($[$$sUrl = "about:blank"], $[$$iTryAttach = 0], $[$$iVisible = 1], $[$$iWait = 1], $[$$iTakeFocus = 1])
- $(2)~_IECreateEmbedded
- _IECreateEmbedded($[])
- $(2)~_IEDocGetObj
- _IEDocGetObj($[ByRef $$oObject])
- $(2)~_IEDocInsertHTML
- _IEDocInsertHTML($[ByRef $$oObject], $[$$sString], $[$$sWhere = "beforeend"])
- $(2)~_IEDocInsertText
- _IEDocInsertText($[ByRef $$oObject], $[$$sString], $[$$sWhere = "beforeend"])
- $(2)~_IEDocReadHTML
- _IEDocReadHTML($[ByRef $$oObject])
- $(2)~_IEDocWriteHTML
- _IEDocWriteHTML($[ByRef $$oObject], $[$$sHTML])
- $(2)~_IEErrorNotify
- _IEErrorNotify($[$$vNotify = Default])
- $(2)~_IEFormElementCheckBoxSelect
- _IEFormElementCheckBoxSelect($[ByRef $$oObject], $[$$sString], $[$$sName = ""], $[$$iSelect = 1], $[$$sMode = "byValue"], $[$$iFireEvent = 1])
- $(2)~_IEFormElementGetCollection
- _IEFormElementGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IEFormElementGetObjByName
- _IEFormElementGetObjByName($[ByRef $$oObject], $[$$sName], $[$$iIndex = 0])
- $(2)~_IEFormElementGetValue
- _IEFormElementGetValue($[ByRef $$oObject])
- $(2)~_IEFormElementOptionSelect
- _IEFormElementOptionSelect($[ByRef $$oObject], $[$$sString], $[$$iSelect = 1], $[$$sMode = "byValue"], $[$$iFireEvent = 1])
- $(2)~_IEFormElementRadioSelect
- _IEFormElementRadioSelect($[ByRef $$oObject], $[$$sString], $[$$sName], $[$$iSelect = 1], $[$$sMode = "byValue"], $[$$iFireEvent = 1])
- $(2)~_IEFormElementSetValue
- _IEFormElementSetValue($[ByRef $$oObject], $[$$sNewValue], $[$$iFireEvent = 1])
- $(2)~_IEFormGetCollection
- _IEFormGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IEFormGetObjByName
- _IEFormGetObjByName($[ByRef $$oObject], $[$$sName], $[$$iIndex = 0])
- $(2)~_IEFormImageClick
- _IEFormImageClick($[ByRef $$oObject], $[$$sLinkText], $[$$sMode = "src"], $[$$iIndex = 0], $[$$iWait = 1])
- $(2)~_IEFormReset
- _IEFormReset($[ByRef $$oObject])
- $(2)~_IEFormSubmit
- _IEFormSubmit($[ByRef $$oObject], $[$$iWait = 1])
- $(2)~_IEFrameGetCollection
- _IEFrameGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IEFrameGetObjByName
- _IEFrameGetObjByName($[ByRef $$oObject], $[$$sName])
- $(2)~_IEGetObjById
- _IEGetObjById($[ByRef $$oObject], $[$$sID])
- $(2)~_IEGetObjByName
- _IEGetObjByName($[ByRef $$oObject], $[$$sName], $[$$iIndex = 0])
- $(2)~_IEHeadInsertEventScript
- _IEHeadInsertEventScript($[ByRef $$oObject], $[$$sHTMLFor], $[$$sEvent], $[$$sScript])
- $(2)~_IEImgClick
- _IEImgClick($[ByRef $$oObject], $[$$sLinkText], $[$$sMode = "src"], $[$$iIndex = 0], $[$$iWait = 1])
- $(2)~_IEImgGetCollection
- _IEImgGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IEIsFrameSet
- _IEIsFrameSet($[ByRef $$oObject])
- $(2)~_IELinkClickByIndex
- _IELinkClickByIndex($[ByRef $$oObject], $[$$iIndex], $[$$iWait = 1])
- $(2)~_IELinkClickByText
- _IELinkClickByText($[ByRef $$oObject], $[$$sLinkText], $[$$iIndex = 0], $[$$iWait = 1])
- $(2)~_IELinkGetCollection
- _IELinkGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IELoadWait
- _IELoadWait($[ByRef $$oObject], $[$$iDelay = 0], $[$$iTimeout = -1])
- $(2)~_IELoadWaitTimeout
- _IELoadWaitTimeout($[$$iTimeout = -1])
- $(2)~_IENavigate
- _IENavigate($[ByRef $$oObject], $[$$sUrl], $[$$iWait = 1])
- $(2)~_IEPropertyGet
- _IEPropertyGet($[ByRef $$oObject], $[$$sProperty])
- $(2)~_IEPropertySet
- _IEPropertySet($[ByRef $$oObject], $[$$sProperty], $[$$vValue])
- $(2)~_IEQuit
- _IEQuit($[ByRef $$oObject])
- $(2)~_IETableGetCollection
- _IETableGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IETableWriteToArray
- _IETableWriteToArray($[ByRef $$oObject], $[$$bTranspose = False])
- $(2)~_IETagNameAllGetCollection
- _IETagNameAllGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
- $(2)~_IETagNameGetCollection
- _IETagNameGetCollection($[ByRef $$oObject], $[$$sTagName], $[$$iIndex = -1])
- $(2)~_INetExplorerCapable
- _INetExplorerCapable($[$$sIEString])
- $(2)~_INetGetSource
- _INetGetSource($[$$sURL], $[$$bString = True])
- $(2)~_INetMail
- _INetMail($[$$sMailTo], $[$$sMailSubject], $[$$sMailBody])
- $(2)~_INetSmtpMail
- _INetSmtpMail($[$$sSMTPServer], $[$$sFromName], $[$$sFromAddress], $[$$sToAddress], $[$$sSubject = ""], $[$$aBody = ""], $[$$sEHLO = ""], $[$$sFirst = ""], $[$$bTrace = 0])
- $(2)~_IsPressed
- _IsPressed($[$$sHexKey], $[$$vDLL = "user32.dll"])
- $(2)~_MathCheckDiv
- _MathCheckDiv($[$$iNum1], $[$$iNum2 = 2])
- $(2)~_Max
- _Max($[$$iNum1], $[$$iNum2])
- $(2)~_MemGlobalAlloc
- _MemGlobalAlloc($[$$iBytes], $[$$iFlags = 0])
- $(2)~_MemGlobalFree
- _MemGlobalFree($[$$hMemory])
- $(2)~_MemGlobalLock
- _MemGlobalLock($[$$hMemory])
- $(2)~_MemGlobalSize
- _MemGlobalSize($[$$hMemory])
- $(2)~_MemGlobalUnlock
- _MemGlobalUnlock($[$$hMemory])
- $(2)~_MemMoveMemory
- _MemMoveMemory($[$$pSource], $[$$pDest], $[$$iLength])
- $(2)~_MemVirtualAlloc
- _MemVirtualAlloc($[$$pAddress], $[$$iSize], $[$$iAllocation], $[$$iProtect])
- $(2)~_MemVirtualAllocEx
- _MemVirtualAllocEx($[$$hProcess], $[$$pAddress], $[$$iSize], $[$$iAllocation], $[$$iProtect])
- $(2)~_MemVirtualFree
- _MemVirtualFree($[$$pAddress], $[$$iSize], $[$$iFreeType])
- $(2)~_MemVirtualFreeEx
- _MemVirtualFreeEx($[$$hProcess], $[$$pAddress], $[$$iSize], $[$$iFreeType])
- $(2)~_Min
- _Min($[$$iNum1], $[$$iNum2])
- $(2)~_MouseTrap
- _MouseTrap($[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = 0], $[$$iBottom = 0])
- $(2)~_NamedPipes_CallNamedPipe
- _NamedPipes_CallNamedPipe($[$$sPipeName], $[$$pInpBuf], $[$$iInpSize], $[$$pOutBuf], $[$$iOutSize], $[ByRef $$iRead], $[$$iTimeOut = 0])
- $(2)~_NamedPipes_ConnectNamedPipe
- _NamedPipes_ConnectNamedPipe($[$$hNamedPipe], $[$$tOverlapped = 0])
- $(2)~_NamedPipes_CreateNamedPipe
- _NamedPipes_CreateNamedPipe($[$$sName], $[$$iAccess = 2], $[$$iFlags = 2], $[$$iACL = 0], $[$$iType = 1], $[$$iRead = 1], $[$$iWait = 0], $[$$iMaxInst = 25], $[$$iOutBufSize = 4096], $[$$iInpBufSize = 4096], $[$$iDefaultTimeout = 5000], $[$$tSecurity = 0])
- $(2)~_NamedPipes_CreatePipe
- _NamedPipes_CreatePipe($[ByRef $$hReadPipe], $[ByRef $$hWritePipe], $[$$tSecurity = 0], $[$$iSize = 0])
- $(2)~_NamedPipes_DisconnectNamedPipe
- _NamedPipes_DisconnectNamedPipe($[$$hNamedPipe])
- $(2)~_NamedPipes_GetNamedPipeHandleState
- _NamedPipes_GetNamedPipeHandleState($[$$hNamedPipe])
- $(2)~_NamedPipes_GetNamedPipeInfo
- _NamedPipes_GetNamedPipeInfo($[$$hNamedPipe])
- $(2)~_NamedPipes_PeekNamedPipe
- _NamedPipes_PeekNamedPipe($[$$hNamedPipe])
- $(2)~_NamedPipes_SetNamedPipeHandleState
- _NamedPipes_SetNamedPipeHandleState($[$$hNamedPipe], $[$$iRead], $[$$iWait], $[$$iBytes = 0], $[$$iTimeOut = 0])
- $(2)~_NamedPipes_TransactNamedPipe
- _NamedPipes_TransactNamedPipe($[$$hNamedPipe], $[$$pInpBuf], $[$$iInpSize], $[$$pOutBuf], $[$$iOutSize], $[$$tOverlapped = 0])
- $(2)~_NamedPipes_WaitNamedPipe
- _NamedPipes_WaitNamedPipe($[$$sPipeName], $[$$iTimeOut = 0])
- $(2)~_Net_Share_ConnectionEnum
- _Net_Share_ConnectionEnum($[$$sServer], $[$$sQualifier])
- $(2)~_Net_Share_FileClose
- _Net_Share_FileClose($[$$sServer], $[$$iFileID])
- $(2)~_Net_Share_FileEnum
- _Net_Share_FileEnum($[$$sServer = ""], $[$$sBaseName = ""], $[$$sUserName = ""])
- $(2)~_Net_Share_FileGetInfo
- _Net_Share_FileGetInfo($[$$sServer], $[$$iFileID])
- $(2)~_Net_Share_PermStr
- _Net_Share_PermStr($[$$iPerm])
- $(2)~_Net_Share_ResourceStr
- _Net_Share_ResourceStr($[$$iResource])
- $(2)~_Net_Share_SessionDel
- _Net_Share_SessionDel($[$$sServer = ""], $[$$sClientName = ""], $[$$sUserName = ""])
- $(2)~_Net_Share_SessionEnum
- _Net_Share_SessionEnum($[$$sServer = ""], $[$$sClientName = ""], $[$$sUserName = ""])
- $(2)~_Net_Share_SessionGetInfo
- _Net_Share_SessionGetInfo($[$$sServer], $[$$sClientName], $[$$sUserName])
- $(2)~_Net_Share_ShareAdd
- _Net_Share_ShareAdd($[$$sServer], $[$$sShare], $[$$iType], $[$$sResourcePath], $[$$sComment = ""], $[$$iMaxUses = -1])
- $(2)~_Net_Share_ShareCheck
- _Net_Share_ShareCheck($[$$sServer], $[$$sShare])
- $(2)~_Net_Share_ShareDel
- _Net_Share_ShareDel($[$$sServer], $[$$sShare])
- $(2)~_Net_Share_ShareEnum
- _Net_Share_ShareEnum($[$$sServer = ""])
- $(2)~_Net_Share_ShareGetInfo
- _Net_Share_ShareGetInfo($[$$sServer], $[$$sShare])
- $(2)~_Net_Share_ShareSetInfo
- _Net_Share_ShareSetInfo($[$$sServer], $[$$sShare], $[$$sComment], $[$$iMaxUses])
- $(2)~_Net_Share_StatisticsGetSvr
- _Net_Share_StatisticsGetSvr($[$$sServer = ""])
- $(2)~_Net_Share_StatisticsGetWrk
- _Net_Share_StatisticsGetWrk($[$$sWorkStation = ""])
- $(2)~_Now
- _Now($[])
- $(2)~_NowCalc
- _NowCalc($[])
- $(2)~_NowCalcDate
- _NowCalcDate($[])
- $(2)~_NowDate
- _NowDate($[])
- $(2)~_NowTime
- _NowTime($[$$sType = 3])
- $(2)~_PathFull
- _PathFull($[$$sRelativePath], $[$$sBasePath = @WorkingDir])
- $(2)~_PathGetRelative
- _PathGetRelative($[$$sFrom], $[$$sTo])
- $(2)~_PathMake
- _PathMake($[$$sDrive], $[$$sDir], $[$$sFileName], $[$$sExtension])
- $(2)~_PathSplit
- _PathSplit($[$$sFilePath], $[ByRef $$sDrive], $[ByRef $$sDir], $[ByRef $$sFileName], $[ByRef $$sExtension])
- $(2)~_ProcessGetName
- _ProcessGetName($[$$iPID])
- $(2)~_ProcessGetPriority
- _ProcessGetPriority($[$$vProcess])
- $(2)~_Radian
- _Radian($[$$iDegrees])
- $(2)~_ReplaceStringInFile
- _ReplaceStringInFile($[$$sFilePath], $[$$sSearchString], $[$$sReplaceString], $[$$iCaseSensitive = 0], $[$$iOccurance = 1])
- $(2)~_RunDos
- _RunDos($[$$sCommand])
- $(2)~_ScreenCapture_Capture
- _ScreenCapture_Capture($[$$sFileName = ""], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = -1], $[$$iBottom = -1], $[$$bCursor = True])
- $(2)~_ScreenCapture_CaptureWnd
- _ScreenCapture_CaptureWnd($[$$sFileName], $[$$hWnd], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = -1], $[$$iBottom = -1], $[$$bCursor = True])
- $(2)~_ScreenCapture_SaveImage
- _ScreenCapture_SaveImage($[$$sFileName], $[$$hBitmap], $[$$bFreeBmp = True])
- $(2)~_ScreenCapture_SetBMPFormat
- _ScreenCapture_SetBMPFormat($[$$iFormat])
- $(2)~_ScreenCapture_SetJPGQuality
- _ScreenCapture_SetJPGQuality($[$$iQuality])
- $(2)~_ScreenCapture_SetTIFColorDepth
- _ScreenCapture_SetTIFColorDepth($[$$iDepth])
- $(2)~_ScreenCapture_SetTIFCompression
- _ScreenCapture_SetTIFCompression($[$$iCompress])
- $(2)~_Security__AdjustTokenPrivileges
- _Security__AdjustTokenPrivileges($[$$hToken], $[$$bDisableAll], $[$$tNewState], $[$$iBufferLen], $[$$tPrevState = 0], $[$$pRequired = 0])
- $(2)~_Security__CreateProcessWithToken
- _Security__CreateProcessWithToken($[$$hToken], $[$$iLogonFlags], $[$$sCommandLine], $[$$iCreationFlags], $[$$sCurDir], $[$$tSTARTUPINFO], $[$$tPROCESS_INFORMATION])
- $(2)~_Security__DuplicateTokenEx
- _Security__DuplicateTokenEx($[$$hExistingToken], $[$$iDesiredAccess], $[$$iImpersonationLevel], $[$$iTokenType])
- $(2)~_Security__GetAccountSid
- _Security__GetAccountSid($[$$sAccount], $[$$sSystem = ""])
- $(2)~_Security__GetLengthSid
- _Security__GetLengthSid($[$$pSID])
- $(2)~_Security__GetTokenInformation
- _Security__GetTokenInformation($[$$hToken], $[$$iClass])
- $(2)~_Security__ImpersonateSelf
- _Security__ImpersonateSelf($[$$iLevel = $$SECURITYIMPERSONATION])
- $(2)~_Security__IsValidSid
- _Security__IsValidSid($[$$pSID])
- $(2)~_Security__LookupAccountName
- _Security__LookupAccountName($[$$sAccount], $[$$sSystem = ""])
- $(2)~_Security__LookupAccountSid
- _Security__LookupAccountSid($[$$vSID], $[$$sSystem = ""])
- $(2)~_Security__LookupPrivilegeValue
- _Security__LookupPrivilegeValue($[$$sSystem], $[$$sName])
- $(2)~_Security__OpenProcessToken
- _Security__OpenProcessToken($[$$hProcess], $[$$iAccess])
- $(2)~_Security__OpenThreadToken
- _Security__OpenThreadToken($[$$iAccess], $[$$hThread = 0], $[$$bOpenAsSelf = False])
- $(2)~_Security__OpenThreadTokenEx
- _Security__OpenThreadTokenEx($[$$iAccess], $[$$hThread = 0], $[$$bOpenAsSelf = False])
- $(2)~_Security__SetPrivilege
- _Security__SetPrivilege($[$$hToken], $[$$sPrivilege], $[$$bEnable])
- $(2)~_Security__SetTokenInformation
- _Security__SetTokenInformation($[$$hToken], $[$$iTokenInformation], $[$$vTokenInformation], $[$$iTokenInformationLength])
- $(2)~_Security__SidToStringSid
- _Security__SidToStringSid($[$$pSID])
- $(2)~_Security__SidTypeStr
- _Security__SidTypeStr($[$$iType])
- $(2)~_Security__StringSidToSid
- _Security__StringSidToSid($[$$sSID])
- $(2)~_SendMessage
- _SendMessage($[$$hWnd], $[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iReturn = 0], $[$$wParamType = "wparam"], $[$$lParamType = "lparam"], $[$$sReturnType = "lresult"])
- $(2)~_SendMessageA
- _SendMessageA($[$$hWnd], $[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iReturn = 0], $[$$wParamType = "wparam"], $[$$lParamType = "lparam"], $[$$sReturnType = "lresult"])
- $(2)~_SetDate
- _SetDate($[$$iDay], $[$$iMonth = 0], $[$$iYear = 0])
- $(2)~_SetTime
- _SetTime($[$$iHour], $[$$iMinute], $[$$iSecond = 0], $[$$iMSeconds = 0])
- $(2)~_Singleton
- _Singleton($[$$sOccurrenceName], $[$$iFlag = 0])
- $(2)~_SoundClose
- _SoundClose($[$$aSndID])
- $(2)~_SoundLength
- _SoundLength($[$$aSndID], $[$$iMode = 1])
- $(2)~_SoundOpen
- _SoundOpen($[$$sFilePath])
- $(2)~_SoundPause
- _SoundPause($[$$aSndID])
- $(2)~_SoundPlay
- _SoundPlay($[$$aSndID], $[$$iWait = 0])
- $(2)~_SoundPos
- _SoundPos($[$$aSndID], $[$$iMode = 1])
- $(2)~_SoundResume
- _SoundResume($[$$aSndID])
- $(2)~_SoundSeek
- _SoundSeek($[ByRef $$aSndID], $[$$iHour], $[$$iMin], $[$$iSec])
- $(2)~_SoundStatus
- _SoundStatus($[$$aSndID])
- $(2)~_SoundStop
- _SoundStop($[ByRef $$aSndID])
- $(2)~_SQLite_Changes
- _SQLite_Changes($[$$hDB = -1])
- $(2)~_SQLite_Close
- _SQLite_Close($[$$hDB = -1])
- $(2)~_SQLite_Display2DResult
- _SQLite_Display2DResult($[$$aResult], $[$$iCellWidth = 0], $[$$bReturn = False])
- $(2)~_SQLite_Encode
- _SQLite_Encode($[$$vData])
- $(2)~_SQLite_ErrCode
- _SQLite_ErrCode($[$$hDB = -1])
- $(2)~_SQLite_ErrMsg
- _SQLite_ErrMsg($[$$hDB = -1])
- $(2)~_SQLite_Escape
- _SQLite_Escape($[$$sString], $[$$iBuffSize = Default])
- $(2)~_SQLite_Exec
- _SQLite_Exec($[$$hDB], $[$$sSQL], $[$$sCallBack = ""])
- $(2)~_SQLite_FastEncode
- _SQLite_FastEncode($[$$vData])
- $(2)~_SQLite_FastEscape
- _SQLite_FastEscape($[$$sString])
- $(2)~_SQLite_FetchData
- _SQLite_FetchData($[$$hQuery], $[ByRef $$aRow], $[$$bBinary = False], $[$$bDoNotFinalize = False], $[$$iColumns = 0])
- $(2)~_SQLite_FetchNames
- _SQLite_FetchNames($[$$hQuery], $[ByRef $$aNames])
- $(2)~_SQLite_GetTable
- _SQLite_GetTable($[$$hDB], $[$$sSQL], $[ByRef $$aResult], $[ByRef $$iRows], $[ByRef $$iColumns], $[$$iCharSize = -1])
- $(2)~_SQLite_GetTable2d
- _SQLite_GetTable2d($[$$hDB], $[$$sSQL], $[ByRef $$aResult], $[ByRef $$iRows], $[ByRef $$iColumns], $[$$iCharSize = -1], $[$$bSwichDimensions = False])
- $(2)~_SQLite_LastInsertRowID
- _SQLite_LastInsertRowID($[$$hDB = -1])
- $(2)~_SQLite_LibVersion
- _SQLite_LibVersion($[])
- $(2)~_SQLite_Open
- _SQLite_Open($[$$sDatabase_Filename = ":memory:"], $[$$iAccessMode = Default], $[$$iEncoding = $$SQLITE_ENCODING_UTF8])
- $(2)~_SQLite_Query
- _SQLite_Query($[$$hDB], $[$$sSQL], $[ByRef $$hQuery])
- $(2)~_SQLite_QueryFinalize
- _SQLite_QueryFinalize($[$$hQuery])
- $(2)~_SQLite_QueryReset
- _SQLite_QueryReset($[$$hQuery])
- $(2)~_SQLite_QuerySingleRow
- _SQLite_QuerySingleRow($[$$hDB], $[$$sSQL], $[ByRef $$aRow])
- $(2)~_SQLite_SafeMode
- _SQLite_SafeMode($[$$bSafeModeState])
- $(2)~_SQLite_SetTimeout
- _SQLite_SetTimeout($[$$hDB = -1], $[$$iTimeout = 1000])
- $(2)~_SQLite_Shutdown
- _SQLite_Shutdown($[])
- $(2)~_SQLite_SQLiteExe
- _SQLite_SQLiteExe($[$$sDatabaseFile], $[$$sInput], $[ByRef $$sOutput], $[$$sSQLiteExeFilename = "sqlite3.exe"], $[$$bDebug = False])
- $(2)~_SQLite_Startup
- _SQLite_Startup($[$$sDll_Filename = ""], $[$$bUTF8ErrorMsg = False], $[$$iForceLocal = 0], $[$$hPrintCallback = $$__g_hPrintCallback_SQLite])
- $(2)~_SQLite_TotalChanges
- _SQLite_TotalChanges($[$$hDB = -1])
- $(2)~_StringBetween
- _StringBetween($[$$sString], $[$$sStart], $[$$sEnd], $[$$iMode = $$STR_ENDISSTART], $[$$bCase = False])
- $(2)~_StringExplode
- _StringExplode($[$$sString], $[$$sDelimiter], $[$$iLimit = 0])
- $(2)~_StringInsert
- _StringInsert($[$$sString], $[$$sInsertion], $[$$iPosition])
- $(2)~_StringProper
- _StringProper($[$$sString])
- $(2)~_StringRepeat
- _StringRepeat($[$$sString], $[$$iRepeatCount])
- $(2)~_StringTitleCase
- _StringTitleCase($[$$sString])
- $(2)~_StringToHex
- _StringToHex($[$$sString])
- $(2)~_TCPIpToName
- _TCPIpToName($[$$sIp], $[$$iOption = 0], $[$$hDll = "Ws2_32.dll"])
- $(2)~_TempFile
- _TempFile($[$$sDirectoryName = @TempDir], $[$$sFilePrefix = "~"], $[$$sFileExtension = ".tmp"], $[$$iRandomLength = 7])
- $(2)~_TicksToTime
- _TicksToTime($[$$iTicks], $[ByRef $$iHours], $[ByRef $$iMins], $[ByRef $$iSecs])
- $(2)~_Timer_Diff
- _Timer_Diff($[$$iTimeStamp])
- $(2)~_Timer_GetIdleTime
- _Timer_GetIdleTime($[])
- $(2)~_Timer_GetTimerID
- _Timer_GetTimerID($[$$wParam])
- $(2)~_Timer_Init
- _Timer_Init($[])
- $(2)~_Timer_KillAllTimers
- _Timer_KillAllTimers($[$$hWnd])
- $(2)~_Timer_KillTimer
- _Timer_KillTimer($[$$hWnd], $[$$iTimerID])
- $(2)~_Timer_SetTimer
- _Timer_SetTimer($[$$hWnd], $[$$iElapse = 250], $[$$sTimerFunc = ""], $[$$iTimerID = -1])
- $(2)~_TimeToTicks
- _TimeToTicks($[$$iHours = @HOUR], $[$$iMins = @MIN], $[$$iSecs = @SEC])
- $(2)~_VersionCompare
- _VersionCompare($[$$sVersion1], $[$$sVersion2])
- $(2)~_viClose
- _viClose($[$$hSession])
- $(2)~_viExecCommand
- _viExecCommand($[$$hSession], $[$$sCommand], $[$$iTimeoutMS = -1], $[$$sMode = @LF])
- $(2)~_viFindGpib
- _viFindGpib($[ByRef $$aDescriptorList], $[ByRef $$aIDNList], $[$$iShow_Search_Results = 0])
- $(2)~_viGpibBusReset
- _viGpibBusReset($[])
- $(2)~_viGTL
- _viGTL($[$$hSession])
- $(2)~_viInteractiveControl
- _viInteractiveControl($[$$sCommand_Save_FilePath = ""])
- $(2)~_viOpen
- _viOpen($[$$sVisa_Address], $[$$sVisa_Secondary_Address = 0])
- $(2)~_viSetAttribute
- _viSetAttribute($[$$hSession], $[$$iAttribute], $[$$iValue])
- $(2)~_viSetTimeout
- _viSetTimeout($[$$hSession], $[$$iTimeoutMS])
- $(2)~_WeekNumberISO
- _WeekNumberISO($[$$iYear = @YEAR], $[$$iMonth = @MON], $[$$iDay = @MDAY])
- $(2)~_WinAPI_AbortPath
- _WinAPI_AbortPath($[$$hDC])
- $(2)~_WinAPI_ActivateKeyboardLayout
- _WinAPI_ActivateKeyboardLayout($[$$hLocale], $[$$iFlag = 0])
- $(2)~_WinAPI_AddClipboardFormatListener
- _WinAPI_AddClipboardFormatListener($[$$hWnd])
- $(2)~_WinAPI_AddFontMemResourceEx
- _WinAPI_AddFontMemResourceEx($[$$pData], $[$$iSize])
- $(2)~_WinAPI_AddFontResourceEx
- _WinAPI_AddFontResourceEx($[$$sFont], $[$$iFlag = 0], $[$$bNotify = False])
- $(2)~_WinAPI_AddIconOverlay
- _WinAPI_AddIconOverlay($[$$hIcon], $[$$hOverlay])
- $(2)~_WinAPI_AddIconTransparency
- _WinAPI_AddIconTransparency($[$$hIcon], $[$$iPercent = 50], $[$$bDelete = False])
- $(2)~_WinAPI_AddMRUString
- _WinAPI_AddMRUString($[$$hMRU], $[$$sStr])
- $(2)~_WinAPI_AdjustBitmap
- _WinAPI_AdjustBitmap($[$$hBitmap], $[$$iWidth], $[$$iHeight], $[$$iMode = 3], $[$$tAdjustment = 0])
- $(2)~_WinAPI_AdjustTokenPrivileges
- _WinAPI_AdjustTokenPrivileges($[$$hToken], $[$$aPrivileges], $[$$iAttributes], $[ByRef $$aAdjust])
- $(2)~_WinAPI_AdjustWindowRectEx
- _WinAPI_AdjustWindowRectEx($[ByRef $$tRECT], $[$$iStyle], $[$$iExStyle = 0], $[$$bMenu = False])
- $(2)~_WinAPI_AlphaBlend
- _WinAPI_AlphaBlend($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$iAlpha], $[$$bAlpha = False])
- $(2)~_WinAPI_AngleArc
- _WinAPI_AngleArc($[$$hDC], $[$$iX], $[$$iY], $[$$iRadius], $[$$nStartAngle], $[$$nSweepAngle])
- $(2)~_WinAPI_AnimateWindow
- _WinAPI_AnimateWindow($[$$hWnd], $[$$iFlags], $[$$iDuration = 1000])
- $(2)~_WinAPI_Arc
- _WinAPI_Arc($[$$hDC], $[$$tRECT], $[$$iXStartArc], $[$$iYStartArc], $[$$iXEndArc], $[$$iYEndArc])
- $(2)~_WinAPI_ArcTo
- _WinAPI_ArcTo($[$$hDC], $[$$tRECT], $[$$iXRadial1], $[$$iYRadial1], $[$$iXRadial2], $[$$iYRadial2])
- $(2)~_WinAPI_ArrayToStruct
- _WinAPI_ArrayToStruct($[Const ByRef $$aData], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_AssignProcessToJobObject
- _WinAPI_AssignProcessToJobObject($[$$hJob], $[$$hProcess])
- $(2)~_WinAPI_AssocGetPerceivedType
- _WinAPI_AssocGetPerceivedType($[$$sExt])
- $(2)~_WinAPI_AssocQueryString
- _WinAPI_AssocQueryString($[$$sAssoc], $[$$iType], $[$$iFlags = 0], $[$$sExtra = ''])
- $(2)~_WinAPI_AttachConsole
- _WinAPI_AttachConsole($[$$iPID = -1])
- $(2)~_WinAPI_AttachThreadInput
- _WinAPI_AttachThreadInput($[$$iAttach], $[$$iAttachTo], $[$$bAttach])
- $(2)~_WinAPI_BackupRead
- _WinAPI_BackupRead($[$$hFile], $[$$pBuffer], $[$$iLength], $[ByRef $$iBytes], $[ByRef $$pContext], $[$$bSecurity = False])
- $(2)~_WinAPI_BackupReadAbort
- _WinAPI_BackupReadAbort($[ByRef $$pContext])
- $(2)~_WinAPI_BackupSeek
- _WinAPI_BackupSeek($[$$hFile], $[$$iSeek], $[ByRef $$iBytes], $[ByRef $$pContext])
- $(2)~_WinAPI_BackupWrite
- _WinAPI_BackupWrite($[$$hFile], $[$$pBuffer], $[$$iLength], $[ByRef $$iBytes], $[ByRef $$pContext], $[$$bSecurity = False])
- $(2)~_WinAPI_BackupWriteAbort
- _WinAPI_BackupWriteAbort($[ByRef $$pContext])
- $(2)~_WinAPI_Beep
- _WinAPI_Beep($[$$iFreq = 500], $[$$iDuration = 1000])
- $(2)~_WinAPI_BeginBufferedPaint
- _WinAPI_BeginBufferedPaint($[$$hDC], $[$$tTarget], $[ByRef $$hNewDC], $[$$iFormat = 0], $[$$iFlags = 0], $[$$tExclude = 0], $[$$iAlpha = -1])
- $(2)~_WinAPI_BeginDeferWindowPos
- _WinAPI_BeginDeferWindowPos($[$$iAmount = 1])
- $(2)~_WinAPI_BeginPaint
- _WinAPI_BeginPaint($[$$hWnd], $[ByRef $$tPAINTSTRUCT])
- $(2)~_WinAPI_BeginPath
- _WinAPI_BeginPath($[$$hDC])
- $(2)~_WinAPI_BeginUpdateResource
- _WinAPI_BeginUpdateResource($[$$sFilePath], $[$$bDelete = False])
- $(2)~_WinAPI_BitBlt
- _WinAPI_BitBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidth], $[$$iHeight], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iROP])
- $(2)~_WinAPI_BringWindowToTop
- _WinAPI_BringWindowToTop($[$$hWnd])
- $(2)~_WinAPI_BroadcastSystemMessage
- _WinAPI_BroadcastSystemMessage($[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iFlags = 0], $[$$iRecipients = 0])
- $(2)~_WinAPI_BrowseForFolderDlg
- _WinAPI_BrowseForFolderDlg($[$$sRoot = ''], $[$$sText = ''], $[$$iFlags = 0], $[$$pBrowseProc = 0], $[$$lParam = 0], $[$$hParent = 0])
- $(2)~_WinAPI_BufferedPaintClear
- _WinAPI_BufferedPaintClear($[$$hBP], $[$$tRECT = 0])
- $(2)~_WinAPI_BufferedPaintInit
- _WinAPI_BufferedPaintInit($[])
- $(2)~_WinAPI_BufferedPaintSetAlpha
- _WinAPI_BufferedPaintSetAlpha($[$$hBP], $[$$iAlpha = 255], $[$$tRECT = 0])
- $(2)~_WinAPI_BufferedPaintUnInit
- _WinAPI_BufferedPaintUnInit($[])
- $(2)~_WinAPI_CallNextHookEx
- _WinAPI_CallNextHookEx($[$$hHook], $[$$iCode], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_CallWindowProc
- _WinAPI_CallWindowProc($[$$pPrevWndFunc], $[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_CallWindowProcW
- _WinAPI_CallWindowProcW($[$$pPrevWndProc], $[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_CascadeWindows
- _WinAPI_CascadeWindows($[$$aWnds], $[$$tRECT = 0], $[$$hParent = 0], $[$$iFlags = 0], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_ChangeWindowMessageFilterEx
- _WinAPI_ChangeWindowMessageFilterEx($[$$hWnd], $[$$iMsg], $[$$iAction])
- $(2)~_WinAPI_CharToOem
- _WinAPI_CharToOem($[$$sStr])
- $(2)~_WinAPI_ChildWindowFromPointEx
- _WinAPI_ChildWindowFromPointEx($[$$hWnd], $[$$tPOINT], $[$$iFlags = 0])
- $(2)~_WinAPI_ClientToScreen
- _WinAPI_ClientToScreen($[$$hWnd], $[ByRef $$tPoint])
- $(2)~_WinAPI_ClipCursor
- _WinAPI_ClipCursor($[$$tRECT])
- $(2)~_WinAPI_CloseDesktop
- _WinAPI_CloseDesktop($[$$hDesktop])
- $(2)~_WinAPI_CloseEnhMetaFile
- _WinAPI_CloseEnhMetaFile($[$$hDC])
- $(2)~_WinAPI_CloseFigure
- _WinAPI_CloseFigure($[$$hDC])
- $(2)~_WinAPI_CloseHandle
- _WinAPI_CloseHandle($[$$hObject])
- $(2)~_WinAPI_CloseThemeData
- _WinAPI_CloseThemeData($[$$hTheme])
- $(2)~_WinAPI_CloseWindow
- _WinAPI_CloseWindow($[$$hWnd])
- $(2)~_WinAPI_CloseWindowStation
- _WinAPI_CloseWindowStation($[$$hStation])
- $(2)~_WinAPI_CLSIDFromProgID
- _WinAPI_CLSIDFromProgID($[$$sProgID])
- $(2)~_WinAPI_CoInitialize
- _WinAPI_CoInitialize($[$$iFlags = 0])
- $(2)~_WinAPI_ColorAdjustLuma
- _WinAPI_ColorAdjustLuma($[$$iRGB], $[$$iPercent], $[$$bScale = True])
- $(2)~_WinAPI_ColorHLSToRGB
- _WinAPI_ColorHLSToRGB($[$$iHue], $[$$iLuminance], $[$$iSaturation])
- $(2)~_WinAPI_ColorRGBToHLS
- _WinAPI_ColorRGBToHLS($[$$iRGB], $[ByRef $$iHue], $[ByRef $$iLuminance], $[ByRef $$iSaturation])
- $(2)~_WinAPI_CombineRgn
- _WinAPI_CombineRgn($[$$hRgnDest], $[$$hRgnSrc1], $[$$hRgnSrc2], $[$$iCombineMode])
- $(2)~_WinAPI_CombineTransform
- _WinAPI_CombineTransform($[$$tXFORM1], $[$$tXFORM2])
- $(2)~_WinAPI_CommandLineToArgv
- _WinAPI_CommandLineToArgv($[$$sCmd])
- $(2)~_WinAPI_CommDlgExtendedError
- _WinAPI_CommDlgExtendedError($[])
- $(2)~_WinAPI_CommDlgExtendedErrorEx
- _WinAPI_CommDlgExtendedErrorEx($[])
- $(2)~_WinAPI_CompareString
- _WinAPI_CompareString($[$$iLCID], $[$$sString1], $[$$sString2], $[$$iFlags = 0])
- $(2)~_WinAPI_CompressBitmapBits
- _WinAPI_CompressBitmapBits($[$$hBitmap], $[ByRef $$pBuffer], $[$$iCompression = 0], $[$$iQuality = 100])
- $(2)~_WinAPI_CompressBuffer
- _WinAPI_CompressBuffer($[$$pUncompressedBuffer], $[$$iUncompressedSize], $[$$pCompressedBuffer], $[$$iCompressedSize], $[$$iFormatAndEngine = 0x0002])
- $(2)~_WinAPI_ComputeCrc32
- _WinAPI_ComputeCrc32($[$$pMemory], $[$$iLength])
- $(2)~_WinAPI_ConfirmCredentials
- _WinAPI_ConfirmCredentials($[$$sTarget], $[$$bConfirm])
- $(2)~_WinAPI_CopyBitmap
- _WinAPI_CopyBitmap($[$$hBitmap])
- $(2)~_WinAPI_CopyCursor
- _WinAPI_CopyCursor($[$$hCursor])
- $(2)~_WinAPI_CopyEnhMetaFile
- _WinAPI_CopyEnhMetaFile($[$$hEmf], $[$$sFilePath = ''])
- $(2)~_WinAPI_CopyFileEx
- _WinAPI_CopyFileEx($[$$sExistingFile], $[$$sNewFile], $[$$iFlags = 0], $[$$pProgressProc = 0], $[$$pData = 0])
- $(2)~_WinAPI_CopyIcon
- _WinAPI_CopyIcon($[$$hIcon])
- $(2)~_WinAPI_CopyImage
- _WinAPI_CopyImage($[$$hImage], $[$$iType = 0], $[$$iXDesiredPixels = 0], $[$$iYDesiredPixels = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_CopyRect
- _WinAPI_CopyRect($[$$tRECT])
- $(2)~_WinAPI_CopyStruct
- _WinAPI_CopyStruct($[$$tStruct], $[$$sStruct = ''])
- $(2)~_WinAPI_CoTaskMemAlloc
- _WinAPI_CoTaskMemAlloc($[$$iSize])
- $(2)~_WinAPI_CoTaskMemFree
- _WinAPI_CoTaskMemFree($[$$pMemory])
- $(2)~_WinAPI_CoTaskMemRealloc
- _WinAPI_CoTaskMemRealloc($[$$pMemory], $[$$iSize])
- $(2)~_WinAPI_CoUninitialize
- _WinAPI_CoUninitialize($[])
- $(2)~_WinAPI_Create32BitHBITMAP
- _WinAPI_Create32BitHBITMAP($[$$hIcon], $[$$bDib = False], $[$$bDelete = False])
- $(2)~_WinAPI_Create32BitHICON
- _WinAPI_Create32BitHICON($[$$hIcon], $[$$bDelete = False])
- $(2)~_WinAPI_CreateANDBitmap
- _WinAPI_CreateANDBitmap($[$$hBitmap])
- $(2)~_WinAPI_CreateBitmap
- _WinAPI_CreateBitmap($[$$iWidth], $[$$iHeight], $[$$iPlanes = 1], $[$$iBitsPerPel = 1], $[$$pBits = 0])
- $(2)~_WinAPI_CreateBitmapIndirect
- _WinAPI_CreateBitmapIndirect($[$$tBITMAP])
- $(2)~_WinAPI_CreateBrushIndirect
- _WinAPI_CreateBrushIndirect($[$$iStyle], $[$$iRGB], $[$$iHatch = 0])
- $(2)~_WinAPI_CreateBuffer
- _WinAPI_CreateBuffer($[$$iLength], $[$$pBuffer = 0], $[$$bAbort = True])
- $(2)~_WinAPI_CreateBufferFromStruct
- _WinAPI_CreateBufferFromStruct($[$$tStruct], $[$$pBuffer = 0], $[$$bAbort = True])
- $(2)~_WinAPI_CreateCaret
- _WinAPI_CreateCaret($[$$hWnd], $[$$hBitmap], $[$$iWidth = 0], $[$$iHeight = 0])
- $(2)~_WinAPI_CreateColorAdjustment
- _WinAPI_CreateColorAdjustment($[$$iFlags = 0], $[$$iIlluminant = 0], $[$$iGammaR = 10000], $[$$iGammaG = 10000], $[$$iGammaB = 10000], $[$$iBlack = 0], $[$$iWhite = 10000], $[$$iContrast = 0], $[$$iBrightness = 0], $[$$iColorfulness = 0], $[$$iTint = 0])
- $(2)~_WinAPI_CreateCompatibleBitmap
- _WinAPI_CreateCompatibleBitmap($[$$hDC], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_CreateCompatibleBitmapEx
- _WinAPI_CreateCompatibleBitmapEx($[$$hDC], $[$$iWidth], $[$$iHeight], $[$$iRGB])
- $(2)~_WinAPI_CreateCompatibleDC
- _WinAPI_CreateCompatibleDC($[$$hDC])
- $(2)~_WinAPI_CreateDesktop
- _WinAPI_CreateDesktop($[$$sName], $[$$iAccess = 0x0002], $[$$iFlags = 0], $[$$iHeap = 0], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateDIB
- _WinAPI_CreateDIB($[$$iWidth], $[$$iHeight], $[$$iBitsPerPel = 32], $[$$tColorTable = 0], $[$$iColorCount = 0])
- $(2)~_WinAPI_CreateDIBColorTable
- _WinAPI_CreateDIBColorTable($[Const ByRef $$aColorTable], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_CreateDIBitmap
- _WinAPI_CreateDIBitmap($[$$hDC], $[$$tBITMAPINFO], $[$$iUsage], $[$$pBits = 0])
- $(2)~_WinAPI_CreateDIBSection
- _WinAPI_CreateDIBSection($[$$hDC], $[$$tBITMAPINFO], $[$$iUsage], $[ByRef $$pBits], $[$$hSection = 0], $[$$iOffset = 0])
- $(2)~_WinAPI_CreateDirectory
- _WinAPI_CreateDirectory($[$$sDir], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateDirectoryEx
- _WinAPI_CreateDirectoryEx($[$$sNewDir], $[$$sTemplateDir], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateEllipticRgn
- _WinAPI_CreateEllipticRgn($[$$tRECT])
- $(2)~_WinAPI_CreateEmptyIcon
- _WinAPI_CreateEmptyIcon($[$$iWidth], $[$$iHeight], $[$$iBitsPerPel = 32])
- $(2)~_WinAPI_CreateEnhMetaFile
- _WinAPI_CreateEnhMetaFile($[$$hDC = 0], $[$$tRECT = 0], $[$$bPixels = False], $[$$sFilePath = ''], $[$$sDescription = ''])
- $(2)~_WinAPI_CreateEvent
- _WinAPI_CreateEvent($[$$tAttributes = 0], $[$$bManualReset = True], $[$$bInitialState = True], $[$$sName = ""])
- $(2)~_WinAPI_CreateFile
- _WinAPI_CreateFile($[$$sFileName], $[$$iCreation], $[$$iAccess = 4], $[$$iShare = 0], $[$$iAttributes = 0], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateFileEx
- _WinAPI_CreateFileEx($[$$sFilePath], $[$$iCreation], $[$$iAccess = 0], $[$$iShare = 0], $[$$iFlagsAndAttributes = 0], $[$$tSecurity = 0], $[$$hTemplate = 0])
- $(2)~_WinAPI_CreateFileMapping
- _WinAPI_CreateFileMapping($[$$hFile], $[$$iSize = 0], $[$$sName = ''], $[$$iProtect = 0x0004], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateFont
- _WinAPI_CreateFont($[$$iHeight], $[$$iWidth], $[$$iEscape = 0], $[$$iOrientn = 0], $[$$iWeight = $$FW_NORMAL], $[$$bItalic = False], $[$$bUnderline = False], $[$$bStrikeout = False], $[$$iCharset = $$DEFAULT_CHARSET], $[$$iOutputPrec = $$OUT_DEFAULT_PRECIS], $[$$iClipPrec = $$CLIP_DEFAULT_PRECIS], $[$$iQuality = $$DEFAULT_QUALITY], $[$$iPitch = 0], $[$$sFace = 'Arial'])
- $(2)~_WinAPI_CreateFontEx
- _WinAPI_CreateFontEx($[$$iHeight], $[$$iWidth = 0], $[$$iEscapement = 0], $[$$iOrientation = 0], $[$$iWeight = 400], $[$$bItalic = False], $[$$bUnderline = False], $[$$bStrikeOut = False], $[$$iCharSet = 1], $[$$iOutPrecision = 0], $[$$iClipPrecision = 0], $[$$iQuality = 0], $[$$iPitchAndFamily = 0], $[$$sFaceName = ''], $[$$iStyle = 0])
- $(2)~_WinAPI_CreateFontIndirect
- _WinAPI_CreateFontIndirect($[$$tLogFont])
- $(2)~_WinAPI_CreateGUID
- _WinAPI_CreateGUID($[])
- $(2)~_WinAPI_CreateHardLink
- _WinAPI_CreateHardLink($[$$sNewFile], $[$$sExistingFile])
- $(2)~_WinAPI_CreateIcon
- _WinAPI_CreateIcon($[$$hInstance], $[$$iWidth], $[$$iHeight], $[$$iPlanes], $[$$iBitsPixel], $[$$pANDBits], $[$$pXORBits])
- $(2)~_WinAPI_CreateIconFromResourceEx
- _WinAPI_CreateIconFromResourceEx($[$$pData], $[$$iSize], $[$$bIcon = True], $[$$iXDesiredPixels = 0], $[$$iYDesiredPixels = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_CreateIconIndirect
- _WinAPI_CreateIconIndirect($[$$hBitmap], $[$$hMask], $[$$iXHotspot = 0], $[$$iYHotspot = 0], $[$$bIcon = True])
- $(2)~_WinAPI_CreateJobObject
- _WinAPI_CreateJobObject($[$$sName = ''], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateMargins
- _WinAPI_CreateMargins($[$$iLeftWidth], $[$$iRightWidth], $[$$iTopHeight], $[$$iBottomHeight])
- $(2)~_WinAPI_CreateMRUList
- _WinAPI_CreateMRUList($[$$hKey], $[$$sSubKey], $[$$iMax = 26])
- $(2)~_WinAPI_CreateMutex
- _WinAPI_CreateMutex($[$$sMutex], $[$$bInitial = True], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateNullRgn
- _WinAPI_CreateNullRgn($[])
- $(2)~_WinAPI_CreateNumberFormatInfo
- _WinAPI_CreateNumberFormatInfo($[$$iNumDigits], $[$$iLeadingZero], $[$$iGrouping], $[$$sDecimalSep], $[$$sThousandSep], $[$$iNegativeOrder])
- $(2)~_WinAPI_CreateObjectID
- _WinAPI_CreateObjectID($[$$sFilePath])
- $(2)~_WinAPI_CreatePen
- _WinAPI_CreatePen($[$$iPenStyle], $[$$iWidth], $[$$iColor])
- $(2)~_WinAPI_CreatePoint
- _WinAPI_CreatePoint($[$$iX], $[$$iY])
- $(2)~_WinAPI_CreatePolygonRgn
- _WinAPI_CreatePolygonRgn($[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1], $[$$iMode = 1])
- $(2)~_WinAPI_CreateProcess
- _WinAPI_CreateProcess($[$$sAppName], $[$$sCommand], $[$$tSecurity], $[$$tThread], $[$$bInherit], $[$$iFlags], $[$$pEnviron], $[$$sDir], $[$$tStartupInfo], $[$$tProcess])
- $(2)~_WinAPI_CreateProcessWithToken
- _WinAPI_CreateProcessWithToken($[$$sApp], $[$$sCmd], $[$$iFlags], $[$$tStartupInfo], $[$$tProcessInfo], $[$$hToken], $[$$iLogon = 0], $[$$pEnvironment = 0], $[$$sDir = ''])
- $(2)~_WinAPI_CreateRect
- _WinAPI_CreateRect($[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
- $(2)~_WinAPI_CreateRectEx
- _WinAPI_CreateRectEx($[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_CreateRectRgn
- _WinAPI_CreateRectRgn($[$$iLeftRect], $[$$iTopRect], $[$$iRightRect], $[$$iBottomRect])
- $(2)~_WinAPI_CreateRectRgnIndirect
- _WinAPI_CreateRectRgnIndirect($[$$tRECT])
- $(2)~_WinAPI_CreateRoundRectRgn
- _WinAPI_CreateRoundRectRgn($[$$iLeftRect], $[$$iTopRect], $[$$iRightRect], $[$$iBottomRect], $[$$iWidthEllipse], $[$$iHeightEllipse])
- $(2)~_WinAPI_CreateSemaphore
- _WinAPI_CreateSemaphore($[$$sSemaphore], $[$$iInitial], $[$$iMaximum], $[$$tSecurity = 0])
- $(2)~_WinAPI_CreateSize
- _WinAPI_CreateSize($[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_CreateSolidBitmap
- _WinAPI_CreateSolidBitmap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight], $[$$bRGB = 1])
- $(2)~_WinAPI_CreateSolidBrush
- _WinAPI_CreateSolidBrush($[$$iColor])
- $(2)~_WinAPI_CreateStreamOnHGlobal
- _WinAPI_CreateStreamOnHGlobal($[$$hGlobal = 0], $[$$bDeleteOnRelease = True])
- $(2)~_WinAPI_CreateString
- _WinAPI_CreateString($[$$sString], $[$$pString = 0], $[$$iLength = -1], $[$$bUnicode = True], $[$$bAbort = True])
- $(2)~_WinAPI_CreateSymbolicLink
- _WinAPI_CreateSymbolicLink($[$$sSymlink], $[$$sTarget], $[$$bDirectory = False])
- $(2)~_WinAPI_CreateTransform
- _WinAPI_CreateTransform($[$$nM11 = 1], $[$$nM12 = 0], $[$$nM21 = 0], $[$$nM22 = 1], $[$$nDX = 0], $[$$nDY = 0])
- $(2)~_WinAPI_CreateWindowEx
- _WinAPI_CreateWindowEx($[$$iExStyle], $[$$sClass], $[$$sName], $[$$iStyle], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$hParent], $[$$hMenu = 0], $[$$hInstance = 0], $[$$pParam = 0])
- $(2)~_WinAPI_CreateWindowStation
- _WinAPI_CreateWindowStation($[$$sName = ''], $[$$iAccess = 0], $[$$iFlags = 0], $[$$tSecurity = 0])
- $(2)~_WinAPI_DecompressBuffer
- _WinAPI_DecompressBuffer($[$$pUncompressedBuffer], $[$$iUncompressedSize], $[$$pCompressedBuffer], $[$$iCompressedSize], $[$$iFormat = 0x0002])
- $(2)~_WinAPI_DecryptFile
- _WinAPI_DecryptFile($[$$sFilePath])
- $(2)~_WinAPI_DeferWindowPos
- _WinAPI_DeferWindowPos($[$$hInfo], $[$$hWnd], $[$$hAfter], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iFlags])
- $(2)~_WinAPI_DefineDosDevice
- _WinAPI_DefineDosDevice($[$$sDevice], $[$$iFlags], $[$$sFilePath = ''])
- $(2)~_WinAPI_DefRawInputProc
- _WinAPI_DefRawInputProc($[$$paRawInput], $[$$iInput])
- $(2)~_WinAPI_DefSubclassProc
- _WinAPI_DefSubclassProc($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_DefWindowProc
- _WinAPI_DefWindowProc($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_DefWindowProcW
- _WinAPI_DefWindowProcW($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_DeleteDC
- _WinAPI_DeleteDC($[$$hDC])
- $(2)~_WinAPI_DeleteEnhMetaFile
- _WinAPI_DeleteEnhMetaFile($[$$hEmf])
- $(2)~_WinAPI_DeleteFile
- _WinAPI_DeleteFile($[$$sFilePath])
- $(2)~_WinAPI_DeleteObject
- _WinAPI_DeleteObject($[$$hObject])
- $(2)~_WinAPI_DeleteObjectID
- _WinAPI_DeleteObjectID($[$$sFilePath])
- $(2)~_WinAPI_DeleteVolumeMountPoint
- _WinAPI_DeleteVolumeMountPoint($[$$sMountedPath])
- $(2)~_WinAPI_DeregisterShellHookWindow
- _WinAPI_DeregisterShellHookWindow($[$$hWnd])
- $(2)~_WinAPI_DestroyCaret
- _WinAPI_DestroyCaret($[])
- $(2)~_WinAPI_DestroyCursor
- _WinAPI_DestroyCursor($[$$hCursor])
- $(2)~_WinAPI_DestroyIcon
- _WinAPI_DestroyIcon($[$$hIcon])
- $(2)~_WinAPI_DestroyWindow
- _WinAPI_DestroyWindow($[$$hWnd])
- $(2)~_WinAPI_DeviceIoControl
- _WinAPI_DeviceIoControl($[$$hDevice], $[$$iControlCode], $[$$pInBuffer = 0], $[$$iInBufferSize = 0], $[$$pOutBuffer = 0], $[$$iOutBufferSize = 0])
- $(2)~_WinAPI_DisplayStruct
- _WinAPI_DisplayStruct($[$$tStruct], $[$$sStruct = ''], $[$$sTitle = ''], $[$$iItem = 0], $[$$iSubItem = 0], $[$$iFlags = 0], $[$$bTop = True], $[$$hParent = 0])
- $(2)~_WinAPI_DllGetVersion
- _WinAPI_DllGetVersion($[$$sFilePath])
- $(2)~_WinAPI_DllInstall
- _WinAPI_DllInstall($[$$sFilePath])
- $(2)~_WinAPI_DllUninstall
- _WinAPI_DllUninstall($[$$sFilePath])
- $(2)~_WinAPI_DPtoLP
- _WinAPI_DPtoLP($[$$hDC], $[ByRef $$tPOINT], $[$$iCount = 1])
- $(2)~_WinAPI_DragAcceptFiles
- _WinAPI_DragAcceptFiles($[$$hWnd], $[$$bAccept = True])
- $(2)~_WinAPI_DragFinish
- _WinAPI_DragFinish($[$$hDrop])
- $(2)~_WinAPI_DragQueryFileEx
- _WinAPI_DragQueryFileEx($[$$hDrop], $[$$iFlag = 0])
- $(2)~_WinAPI_DragQueryPoint
- _WinAPI_DragQueryPoint($[$$hDrop])
- $(2)~_WinAPI_DrawAnimatedRects
- _WinAPI_DrawAnimatedRects($[$$hWnd], $[$$tRectFrom], $[$$tRectTo])
- $(2)~_WinAPI_DrawBitmap
- _WinAPI_DrawBitmap($[$$hDC], $[$$iX], $[$$iY], $[$$hBitmap], $[$$iRop = 0x00CC0020])
- $(2)~_WinAPI_DrawEdge
- _WinAPI_DrawEdge($[$$hDC], $[$$tRECT], $[$$iEdgeType], $[$$iFlags])
- $(2)~_WinAPI_DrawFocusRect
- _WinAPI_DrawFocusRect($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_DrawFrameControl
- _WinAPI_DrawFrameControl($[$$hDC], $[$$tRECT], $[$$iType], $[$$iState])
- $(2)~_WinAPI_DrawIcon
- _WinAPI_DrawIcon($[$$hDC], $[$$iX], $[$$iY], $[$$hIcon])
- $(2)~_WinAPI_DrawIconEx
- _WinAPI_DrawIconEx($[$$hDC], $[$$iX], $[$$iY], $[$$hIcon], $[$$iWidth = 0], $[$$iHeight = 0], $[$$iStep = 0], $[$$hBrush = 0], $[$$iFlags = 3])
- $(2)~_WinAPI_DrawLine
- _WinAPI_DrawLine($[$$hDC], $[$$iX1], $[$$iY1], $[$$iX2], $[$$iY2])
- $(2)~_WinAPI_DrawShadowText
- _WinAPI_DrawShadowText($[$$hDC], $[$$sText], $[$$iRGBText], $[$$iRGBShadow], $[$$iXOffset = 0], $[$$iYOffset = 0], $[$$tRECT = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_DrawText
- _WinAPI_DrawText($[$$hDC], $[$$sText], $[ByRef $$tRECT], $[$$iFlags])
- $(2)~_WinAPI_DrawThemeBackground
- _WinAPI_DrawThemeBackground($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$tCLIP = 0])
- $(2)~_WinAPI_DrawThemeEdge
- _WinAPI_DrawThemeEdge($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$iEdge], $[$$iFlags], $[$$tAREA = 0])
- $(2)~_WinAPI_DrawThemeIcon
- _WinAPI_DrawThemeIcon($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$hIL], $[$$iIndex])
- $(2)~_WinAPI_DrawThemeParentBackground
- _WinAPI_DrawThemeParentBackground($[$$hWnd], $[$$hDC], $[$$tRECT = 0])
- $(2)~_WinAPI_DrawThemeText
- _WinAPI_DrawThemeText($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$sText], $[$$tRECT], $[$$iFlags])
- $(2)~_WinAPI_DrawThemeTextEx
- _WinAPI_DrawThemeTextEx($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$sText], $[$$tRECT], $[$$iFlags], $[$$tDTTOPTS])
- $(2)~_WinAPI_DuplicateEncryptionInfoFile
- _WinAPI_DuplicateEncryptionInfoFile($[$$sSrcFilePath], $[$$sDestFilePath], $[$$iCreation = 2], $[$$iAttributes = 0], $[$$tSecurity = 0])
- $(2)~_WinAPI_DuplicateHandle
- _WinAPI_DuplicateHandle($[$$hSourceProcessHandle], $[$$hSourceHandle], $[$$hTargetProcessHandle], $[$$iDesiredAccess], $[$$iInheritHandle], $[$$iOptions])
- $(2)~_WinAPI_DuplicateTokenEx
- _WinAPI_DuplicateTokenEx($[$$hToken], $[$$iAccess], $[$$iLevel], $[$$iType = 1], $[$$tSecurity = 0])
- $(2)~_WinAPI_DwmDefWindowProc
- _WinAPI_DwmDefWindowProc($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_DwmEnableBlurBehindWindow
- _WinAPI_DwmEnableBlurBehindWindow($[$$hWnd], $[$$bEnable = True], $[$$bTransition = False], $[$$hRgn = 0])
- $(2)~_WinAPI_DwmEnableComposition
- _WinAPI_DwmEnableComposition($[$$bEnable])
- $(2)~_WinAPI_DwmExtendFrameIntoClientArea
- _WinAPI_DwmExtendFrameIntoClientArea($[$$hWnd], $[$$tMARGINS = 0])
- $(2)~_WinAPI_DwmGetColorizationColor
- _WinAPI_DwmGetColorizationColor($[])
- $(2)~_WinAPI_DwmGetColorizationParameters
- _WinAPI_DwmGetColorizationParameters($[])
- $(2)~_WinAPI_DwmGetWindowAttribute
- _WinAPI_DwmGetWindowAttribute($[$$hWnd], $[$$iAttribute])
- $(2)~_WinAPI_DwmInvalidateIconicBitmaps
- _WinAPI_DwmInvalidateIconicBitmaps($[$$hWnd])
- $(2)~_WinAPI_DwmIsCompositionEnabled
- _WinAPI_DwmIsCompositionEnabled($[])
- $(2)~_WinAPI_DwmQueryThumbnailSourceSize
- _WinAPI_DwmQueryThumbnailSourceSize($[$$hThumbnail])
- $(2)~_WinAPI_DwmRegisterThumbnail
- _WinAPI_DwmRegisterThumbnail($[$$hDestination], $[$$hSource])
- $(2)~_WinAPI_DwmSetColorizationParameters
- _WinAPI_DwmSetColorizationParameters($[$$tDWMCP])
- $(2)~_WinAPI_DwmSetIconicLivePreviewBitmap
- _WinAPI_DwmSetIconicLivePreviewBitmap($[$$hWnd], $[$$hBitmap], $[$$bFrame = False], $[$$tClient = 0])
- $(2)~_WinAPI_DwmSetIconicThumbnail
- _WinAPI_DwmSetIconicThumbnail($[$$hWnd], $[$$hBitmap], $[$$bFrame = False])
- $(2)~_WinAPI_DwmSetWindowAttribute
- _WinAPI_DwmSetWindowAttribute($[$$hWnd], $[$$iAttribute], $[$$iData])
- $(2)~_WinAPI_DwmUnregisterThumbnail
- _WinAPI_DwmUnregisterThumbnail($[$$hThumbnail])
- $(2)~_WinAPI_DwmUpdateThumbnailProperties
- _WinAPI_DwmUpdateThumbnailProperties($[$$hThumbnail], $[$$bVisible = True], $[$$bClientAreaOnly = False], $[$$iOpacity = 255], $[$$tRectDest = 0], $[$$tRectSrc = 0])
- $(2)~_WinAPI_DWordToFloat
- _WinAPI_DWordToFloat($[$$iValue])
- $(2)~_WinAPI_DWordToInt
- _WinAPI_DWordToInt($[$$iValue])
- $(2)~_WinAPI_EjectMedia
- _WinAPI_EjectMedia($[$$sDrive])
- $(2)~_WinAPI_Ellipse
- _WinAPI_Ellipse($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_EmptyWorkingSet
- _WinAPI_EmptyWorkingSet($[$$iPID = 0])
- $(2)~_WinAPI_EnableWindow
- _WinAPI_EnableWindow($[$$hWnd], $[$$bEnable = True])
- $(2)~_WinAPI_EncryptFile
- _WinAPI_EncryptFile($[$$sFilePath])
- $(2)~_WinAPI_EncryptionDisable
- _WinAPI_EncryptionDisable($[$$sDir], $[$$bDisable])
- $(2)~_WinAPI_EndBufferedPaint
- _WinAPI_EndBufferedPaint($[$$hBP], $[$$bUpdate = True])
- $(2)~_WinAPI_EndDeferWindowPos
- _WinAPI_EndDeferWindowPos($[$$hInfo])
- $(2)~_WinAPI_EndPaint
- _WinAPI_EndPaint($[$$hWnd], $[ByRef $$tPAINTSTRUCT])
- $(2)~_WinAPI_EndPath
- _WinAPI_EndPath($[$$hDC])
- $(2)~_WinAPI_EndUpdateResource
- _WinAPI_EndUpdateResource($[$$hUpdate], $[$$bDiscard = False])
- $(2)~_WinAPI_EnumChildProcess
- _WinAPI_EnumChildProcess($[$$iPID = 0])
- $(2)~_WinAPI_EnumChildWindows
- _WinAPI_EnumChildWindows($[$$hWnd], $[$$bVisible = True])
- $(2)~_WinAPI_EnumDesktops
- _WinAPI_EnumDesktops($[$$hStation])
- $(2)~_WinAPI_EnumDesktopWindows
- _WinAPI_EnumDesktopWindows($[$$hDesktop], $[$$bVisible = True])
- $(2)~_WinAPI_EnumDeviceDrivers
- _WinAPI_EnumDeviceDrivers($[])
- $(2)~_WinAPI_EnumDisplayDevices
- _WinAPI_EnumDisplayDevices($[$$sDevice], $[$$iDevNum])
- $(2)~_WinAPI_EnumDisplayMonitors
- _WinAPI_EnumDisplayMonitors($[$$hDC = 0], $[$$tRECT = 0])
- $(2)~_WinAPI_EnumDisplaySettings
- _WinAPI_EnumDisplaySettings($[$$sDevice], $[$$iMode])
- $(2)~_WinAPI_EnumDllProc
- _WinAPI_EnumDllProc($[$$sFilePath], $[$$sMask = ''], $[$$iFlags = 0])
- $(2)~_WinAPI_EnumFiles
- _WinAPI_EnumFiles($[$$sDir], $[$$iFlag = 0], $[$$sTemplate = ''], $[$$bExclude = False])
- $(2)~_WinAPI_EnumFileStreams
- _WinAPI_EnumFileStreams($[$$sFilePath])
- $(2)~_WinAPI_EnumFontFamilies
- _WinAPI_EnumFontFamilies($[$$hDC = 0], $[$$sFaceName = ''], $[$$iCharSet = 1], $[$$iFontType = 0x07], $[$$sPattern = ''], $[$$bExclude = False])
- $(2)~_WinAPI_EnumHardLinks
- _WinAPI_EnumHardLinks($[$$sFilePath])
- $(2)~_WinAPI_EnumMRUList
- _WinAPI_EnumMRUList($[$$hMRU], $[$$iItem])
- $(2)~_WinAPI_EnumPageFiles
- _WinAPI_EnumPageFiles($[])
- $(2)~_WinAPI_EnumProcessHandles
- _WinAPI_EnumProcessHandles($[$$iPID = 0], $[$$iType = 0])
- $(2)~_WinAPI_EnumProcessModules
- _WinAPI_EnumProcessModules($[$$iPID = 0], $[$$iFlag = 0])
- $(2)~_WinAPI_EnumProcessThreads
- _WinAPI_EnumProcessThreads($[$$iPID = 0])
- $(2)~_WinAPI_EnumProcessWindows
- _WinAPI_EnumProcessWindows($[$$iPID = 0], $[$$bVisible = True])
- $(2)~_WinAPI_EnumRawInputDevices
- _WinAPI_EnumRawInputDevices($[])
- $(2)~_WinAPI_EnumResourceLanguages
- _WinAPI_EnumResourceLanguages($[$$hModule], $[$$sType], $[$$sName])
- $(2)~_WinAPI_EnumResourceNames
- _WinAPI_EnumResourceNames($[$$hModule], $[$$sType])
- $(2)~_WinAPI_EnumResourceTypes
- _WinAPI_EnumResourceTypes($[$$hModule])
- $(2)~_WinAPI_EnumSystemGeoID
- _WinAPI_EnumSystemGeoID($[])
- $(2)~_WinAPI_EnumSystemLocales
- _WinAPI_EnumSystemLocales($[$$iFlag])
- $(2)~_WinAPI_EnumUILanguages
- _WinAPI_EnumUILanguages($[$$iFlag = 0])
- $(2)~_WinAPI_EnumWindows
- _WinAPI_EnumWindows($[$$bVisible = True], $[$$hWnd = Default])
- $(2)~_WinAPI_EnumWindowsPopup
- _WinAPI_EnumWindowsPopup($[])
- $(2)~_WinAPI_EnumWindowStations
- _WinAPI_EnumWindowStations($[])
- $(2)~_WinAPI_EnumWindowsTop
- _WinAPI_EnumWindowsTop($[])
- $(2)~_WinAPI_EqualMemory
- _WinAPI_EqualMemory($[$$pSource1], $[$$pSource2], $[$$iLength])
- $(2)~_WinAPI_EqualRect
- _WinAPI_EqualRect($[$$tRECT1], $[$$tRECT2])
- $(2)~_WinAPI_EqualRgn
- _WinAPI_EqualRgn($[$$hRgn1], $[$$hRgn2])
- $(2)~_WinAPI_ExcludeClipRect
- _WinAPI_ExcludeClipRect($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_ExpandEnvironmentStrings
- _WinAPI_ExpandEnvironmentStrings($[$$sString])
- $(2)~_WinAPI_ExtCreatePen
- _WinAPI_ExtCreatePen($[$$iPenStyle], $[$$iWidth], $[$$iBrushStyle], $[$$iRGB], $[$$iHatch = 0], $[$$aUserStyle = 0], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_ExtCreateRegion
- _WinAPI_ExtCreateRegion($[$$tRGNDATA], $[$$tXFORM = 0])
- $(2)~_WinAPI_ExtFloodFill
- _WinAPI_ExtFloodFill($[$$hDC], $[$$iX], $[$$iY], $[$$iRGB], $[$$iType = 0])
- $(2)~_WinAPI_ExtractIcon
- _WinAPI_ExtractIcon($[$$sIcon], $[$$iIndex], $[$$bSmall = False])
- $(2)~_WinAPI_ExtractIconEx
- _WinAPI_ExtractIconEx($[$$sFilePath], $[$$iIndex], $[$$paLarge], $[$$paSmall], $[$$iIcons])
- $(2)~_WinAPI_ExtSelectClipRgn
- _WinAPI_ExtSelectClipRgn($[$$hDC], $[$$hRgn], $[$$iMode = 5])
- $(2)~_WinAPI_FatalAppExit
- _WinAPI_FatalAppExit($[$$sMessage])
- $(2)~_WinAPI_FatalExit
- _WinAPI_FatalExit($[$$iCode])
- $(2)~_WinAPI_FileEncryptionStatus
- _WinAPI_FileEncryptionStatus($[$$sFilePath])
- $(2)~_WinAPI_FileExists
- _WinAPI_FileExists($[$$sFilePath])
- $(2)~_WinAPI_FileIconInit
- _WinAPI_FileIconInit($[$$bRestore = True])
- $(2)~_WinAPI_FileInUse
- _WinAPI_FileInUse($[$$sFilePath])
- $(2)~_WinAPI_FillMemory
- _WinAPI_FillMemory($[$$pMemory], $[$$iLength], $[$$iValue = 0])
- $(2)~_WinAPI_FillPath
- _WinAPI_FillPath($[$$hDC])
- $(2)~_WinAPI_FillRect
- _WinAPI_FillRect($[$$hDC], $[$$tRECT], $[$$hBrush])
- $(2)~_WinAPI_FillRgn
- _WinAPI_FillRgn($[$$hDC], $[$$hRgn], $[$$hBrush])
- $(2)~_WinAPI_FindClose
- _WinAPI_FindClose($[$$hSearch])
- $(2)~_WinAPI_FindCloseChangeNotification
- _WinAPI_FindCloseChangeNotification($[$$hChange])
- $(2)~_WinAPI_FindExecutable
- _WinAPI_FindExecutable($[$$sFileName], $[$$sDirectory = ""])
- $(2)~_WinAPI_FindFirstChangeNotification
- _WinAPI_FindFirstChangeNotification($[$$sDirectory], $[$$iFlags], $[$$bSubtree = False])
- $(2)~_WinAPI_FindFirstFile
- _WinAPI_FindFirstFile($[$$sFilePath], $[$$tData])
- $(2)~_WinAPI_FindFirstFileName
- _WinAPI_FindFirstFileName($[$$sFilePath], $[ByRef $$sLink])
- $(2)~_WinAPI_FindFirstStream
- _WinAPI_FindFirstStream($[$$sFilePath], $[$$tData])
- $(2)~_WinAPI_FindNextChangeNotification
- _WinAPI_FindNextChangeNotification($[$$hChange])
- $(2)~_WinAPI_FindNextFile
- _WinAPI_FindNextFile($[$$hSearch], $[$$tData])
- $(2)~_WinAPI_FindNextFileName
- _WinAPI_FindNextFileName($[$$hSearch], $[ByRef $$sLink])
- $(2)~_WinAPI_FindNextStream
- _WinAPI_FindNextStream($[$$hSearch], $[$$tData])
- $(2)~_WinAPI_FindResource
- _WinAPI_FindResource($[$$hInstance], $[$$sType], $[$$sName])
- $(2)~_WinAPI_FindResourceEx
- _WinAPI_FindResourceEx($[$$hInstance], $[$$sType], $[$$sName], $[$$iLanguage])
- $(2)~_WinAPI_FindTextDlg
- _WinAPI_FindTextDlg($[$$hOwner], $[$$sFindWhat = ''], $[$$iFlags = 0], $[$$pFindProc = 0], $[$$lParam = 0])
- $(2)~_WinAPI_FindWindow
- _WinAPI_FindWindow($[$$sClassName], $[$$sWindowName])
- $(2)~_WinAPI_FlashWindow
- _WinAPI_FlashWindow($[$$hWnd], $[$$bInvert = True])
- $(2)~_WinAPI_FlashWindowEx
- _WinAPI_FlashWindowEx($[$$hWnd], $[$$iFlags = 3], $[$$iCount = 3], $[$$iTimeout = 0])
- $(2)~_WinAPI_FlattenPath
- _WinAPI_FlattenPath($[$$hDC])
- $(2)~_WinAPI_FloatToDWord
- _WinAPI_FloatToDWord($[$$iValue])
- $(2)~_WinAPI_FloatToInt
- _WinAPI_FloatToInt($[$$nFloat])
- $(2)~_WinAPI_FlushFileBuffers
- _WinAPI_FlushFileBuffers($[$$hFile])
- $(2)~_WinAPI_FlushFRBuffer
- _WinAPI_FlushFRBuffer($[])
- $(2)~_WinAPI_FlushViewOfFile
- _WinAPI_FlushViewOfFile($[$$pAddress], $[$$iBytes = 0])
- $(2)~_WinAPI_FormatDriveDlg
- _WinAPI_FormatDriveDlg($[$$sDrive], $[$$iOption = 0], $[$$hParent = 0])
- $(2)~_WinAPI_FormatMessage
- _WinAPI_FormatMessage($[$$iFlags], $[$$pSource], $[$$iMessageID], $[$$iLanguageID], $[ByRef $$pBuffer], $[$$iSize], $[$$vArguments])
- $(2)~_WinAPI_FrameRect
- _WinAPI_FrameRect($[$$hDC], $[$$tRECT], $[$$hBrush])
- $(2)~_WinAPI_FrameRgn
- _WinAPI_FrameRgn($[$$hDC], $[$$hRgn], $[$$hBrush], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_FreeLibrary
- _WinAPI_FreeLibrary($[$$hModule])
- $(2)~_WinAPI_FreeMemory
- _WinAPI_FreeMemory($[$$pMemory])
- $(2)~_WinAPI_FreeMRUList
- _WinAPI_FreeMRUList($[$$hMRU])
- $(2)~_WinAPI_FreeResource
- _WinAPI_FreeResource($[$$hData])
- $(2)~_WinAPI_GdiComment
- _WinAPI_GdiComment($[$$hDC], $[$$pBuffer], $[$$iSize])
- $(2)~_WinAPI_GetActiveWindow
- _WinAPI_GetActiveWindow($[])
- $(2)~_WinAPI_GetAllUsersProfileDirectory
- _WinAPI_GetAllUsersProfileDirectory($[])
- $(2)~_WinAPI_GetAncestor
- _WinAPI_GetAncestor($[$$hWnd], $[$$iFlags = 1])
- $(2)~_WinAPI_GetApplicationRestartSettings
- _WinAPI_GetApplicationRestartSettings($[$$iPID = 0])
- $(2)~_WinAPI_GetArcDirection
- _WinAPI_GetArcDirection($[$$hDC])
- $(2)~_WinAPI_GetAsyncKeyState
- _WinAPI_GetAsyncKeyState($[$$iKey])
- $(2)~_WinAPI_GetBinaryType
- _WinAPI_GetBinaryType($[$$sFilePath])
- $(2)~_WinAPI_GetBitmapBits
- _WinAPI_GetBitmapBits($[$$hBitmap], $[$$iSize], $[$$pBits])
- $(2)~_WinAPI_GetBitmapDimension
- _WinAPI_GetBitmapDimension($[$$hBitmap])
- $(2)~_WinAPI_GetBitmapDimensionEx
- _WinAPI_GetBitmapDimensionEx($[$$hBitmap])
- $(2)~_WinAPI_GetBkColor
- _WinAPI_GetBkColor($[$$hDC])
- $(2)~_WinAPI_GetBkMode
- _WinAPI_GetBkMode($[$$hDC])
- $(2)~_WinAPI_GetBoundsRect
- _WinAPI_GetBoundsRect($[$$hDC], $[$$iFlags = 0])
- $(2)~_WinAPI_GetBrushOrg
- _WinAPI_GetBrushOrg($[$$hDC])
- $(2)~_WinAPI_GetBufferedPaintBits
- _WinAPI_GetBufferedPaintBits($[$$hBP])
- $(2)~_WinAPI_GetBufferedPaintDC
- _WinAPI_GetBufferedPaintDC($[$$hBP])
- $(2)~_WinAPI_GetBufferedPaintTargetDC
- _WinAPI_GetBufferedPaintTargetDC($[$$hBP])
- $(2)~_WinAPI_GetBufferedPaintTargetRect
- _WinAPI_GetBufferedPaintTargetRect($[$$hBP])
- $(2)~_WinAPI_GetBValue
- _WinAPI_GetBValue($[$$iRGB])
- $(2)~_WinAPI_GetCaretBlinkTime
- _WinAPI_GetCaretBlinkTime($[])
- $(2)~_WinAPI_GetCaretPos
- _WinAPI_GetCaretPos($[])
- $(2)~_WinAPI_GetCDType
- _WinAPI_GetCDType($[$$sDrive])
- $(2)~_WinAPI_GetClassInfoEx
- _WinAPI_GetClassInfoEx($[$$sClass], $[$$hInstance = 0])
- $(2)~_WinAPI_GetClassLongEx
- _WinAPI_GetClassLongEx($[$$hWnd], $[$$iIndex])
- $(2)~_WinAPI_GetClassName
- _WinAPI_GetClassName($[$$hWnd])
- $(2)~_WinAPI_GetClientHeight
- _WinAPI_GetClientHeight($[$$hWnd])
- $(2)~_WinAPI_GetClientRect
- _WinAPI_GetClientRect($[$$hWnd])
- $(2)~_WinAPI_GetClientWidth
- _WinAPI_GetClientWidth($[$$hWnd])
- $(2)~_WinAPI_GetClipboardSequenceNumber
- _WinAPI_GetClipboardSequenceNumber($[])
- $(2)~_WinAPI_GetClipBox
- _WinAPI_GetClipBox($[$$hDC], $[ByRef $$tRECT])
- $(2)~_WinAPI_GetClipCursor
- _WinAPI_GetClipCursor($[])
- $(2)~_WinAPI_GetClipRgn
- _WinAPI_GetClipRgn($[$$hDC])
- $(2)~_WinAPI_GetColorAdjustment
- _WinAPI_GetColorAdjustment($[$$hDC])
- $(2)~_WinAPI_GetCompressedFileSize
- _WinAPI_GetCompressedFileSize($[$$sFilePath])
- $(2)~_WinAPI_GetCompression
- _WinAPI_GetCompression($[$$sFilePath])
- $(2)~_WinAPI_GetConnectedDlg
- _WinAPI_GetConnectedDlg($[$$iDlg], $[$$iFlags = 0], $[$$hParent = 0])
- $(2)~_WinAPI_GetCurrentDirectory
- _WinAPI_GetCurrentDirectory($[])
- $(2)~_WinAPI_GetCurrentHwProfile
- _WinAPI_GetCurrentHwProfile($[])
- $(2)~_WinAPI_GetCurrentObject
- _WinAPI_GetCurrentObject($[$$hDC], $[$$iType])
- $(2)~_WinAPI_GetCurrentPosition
- _WinAPI_GetCurrentPosition($[$$hDC])
- $(2)~_WinAPI_GetCurrentProcess
- _WinAPI_GetCurrentProcess($[])
- $(2)~_WinAPI_GetCurrentProcessExplicitAppUserModelID
- _WinAPI_GetCurrentProcessExplicitAppUserModelID($[])
- $(2)~_WinAPI_GetCurrentProcessID
- _WinAPI_GetCurrentProcessID($[])
- $(2)~_WinAPI_GetCurrentThemeName
- _WinAPI_GetCurrentThemeName($[])
- $(2)~_WinAPI_GetCurrentThread
- _WinAPI_GetCurrentThread($[])
- $(2)~_WinAPI_GetCurrentThreadId
- _WinAPI_GetCurrentThreadId($[])
- $(2)~_WinAPI_GetCursor
- _WinAPI_GetCursor($[])
- $(2)~_WinAPI_GetCursorInfo
- _WinAPI_GetCursorInfo($[])
- $(2)~_WinAPI_GetDateFormat
- _WinAPI_GetDateFormat($[$$iLCID = 0], $[$$tSYSTEMTIME = 0], $[$$iFlags = 0], $[$$sFormat = ''])
- $(2)~_WinAPI_GetDC
- _WinAPI_GetDC($[$$hWnd])
- $(2)~_WinAPI_GetDCEx
- _WinAPI_GetDCEx($[$$hWnd], $[$$hRgn], $[$$iFlags])
- $(2)~_WinAPI_GetDefaultPrinter
- _WinAPI_GetDefaultPrinter($[])
- $(2)~_WinAPI_GetDefaultUserProfileDirectory
- _WinAPI_GetDefaultUserProfileDirectory($[])
- $(2)~_WinAPI_GetDesktopWindow
- _WinAPI_GetDesktopWindow($[])
- $(2)~_WinAPI_GetDeviceCaps
- _WinAPI_GetDeviceCaps($[$$hDC], $[$$iIndex])
- $(2)~_WinAPI_GetDeviceDriverBaseName
- _WinAPI_GetDeviceDriverBaseName($[$$pDriver])
- $(2)~_WinAPI_GetDeviceDriverFileName
- _WinAPI_GetDeviceDriverFileName($[$$pDriver])
- $(2)~_WinAPI_GetDeviceGammaRamp
- _WinAPI_GetDeviceGammaRamp($[$$hDC], $[ByRef $$aRamp])
- $(2)~_WinAPI_GetDIBColorTable
- _WinAPI_GetDIBColorTable($[$$hBitmap])
- $(2)~_WinAPI_GetDIBits
- _WinAPI_GetDIBits($[$$hDC], $[$$hBitmap], $[$$iStartScan], $[$$iScanLines], $[$$pBits], $[$$tBI], $[$$iUsage])
- $(2)~_WinAPI_GetDiskFreeSpaceEx
- _WinAPI_GetDiskFreeSpaceEx($[$$sDrive])
- $(2)~_WinAPI_GetDlgCtrlID
- _WinAPI_GetDlgCtrlID($[$$hWnd])
- $(2)~_WinAPI_GetDlgItem
- _WinAPI_GetDlgItem($[$$hWnd], $[$$iItemID])
- $(2)~_WinAPI_GetDllDirectory
- _WinAPI_GetDllDirectory($[])
- $(2)~_WinAPI_GetDriveBusType
- _WinAPI_GetDriveBusType($[$$sDrive])
- $(2)~_WinAPI_GetDriveGeometryEx
- _WinAPI_GetDriveGeometryEx($[$$iDrive])
- $(2)~_WinAPI_GetDriveNumber
- _WinAPI_GetDriveNumber($[$$sDrive])
- $(2)~_WinAPI_GetDriveType
- _WinAPI_GetDriveType($[$$sDrive = ''])
- $(2)~_WinAPI_GetDurationFormat
- _WinAPI_GetDurationFormat($[$$iLCID], $[$$iDuration], $[$$sFormat = ''])
- $(2)~_WinAPI_GetEffectiveClientRect
- _WinAPI_GetEffectiveClientRect($[$$hWnd], $[$$aCtrl], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_GetEnhMetaFile
- _WinAPI_GetEnhMetaFile($[$$sFilePath])
- $(2)~_WinAPI_GetEnhMetaFileBits
- _WinAPI_GetEnhMetaFileBits($[$$hEmf], $[ByRef $$pBuffer])
- $(2)~_WinAPI_GetEnhMetaFileDescription
- _WinAPI_GetEnhMetaFileDescription($[$$hEmf])
- $(2)~_WinAPI_GetEnhMetaFileDimension
- _WinAPI_GetEnhMetaFileDimension($[$$hEmf])
- $(2)~_WinAPI_GetEnhMetaFileHeader
- _WinAPI_GetEnhMetaFileHeader($[$$hEmf])
- $(2)~_WinAPI_GetErrorMessage
- _WinAPI_GetErrorMessage($[$$iCode], $[$$iLanguage = 0])
- $(2)~_WinAPI_GetErrorMode
- _WinAPI_GetErrorMode($[])
- $(2)~_WinAPI_GetExitCodeProcess
- _WinAPI_GetExitCodeProcess($[$$hProcess])
- $(2)~_WinAPI_GetExtended
- _WinAPI_GetExtended($[])
- $(2)~_WinAPI_GetFileAttributes
- _WinAPI_GetFileAttributes($[$$sFilePath])
- $(2)~_WinAPI_GetFileID
- _WinAPI_GetFileID($[$$hFile])
- $(2)~_WinAPI_GetFileInformationByHandle
- _WinAPI_GetFileInformationByHandle($[$$hFile])
- $(2)~_WinAPI_GetFileInformationByHandleEx
- _WinAPI_GetFileInformationByHandleEx($[$$hFile])
- $(2)~_WinAPI_GetFilePointerEx
- _WinAPI_GetFilePointerEx($[$$hFile])
- $(2)~_WinAPI_GetFileSizeEx
- _WinAPI_GetFileSizeEx($[$$hFile])
- $(2)~_WinAPI_GetFileSizeOnDisk
- _WinAPI_GetFileSizeOnDisk($[$$sFilePath])
- $(2)~_WinAPI_GetFileTitle
- _WinAPI_GetFileTitle($[$$sFilePath])
- $(2)~_WinAPI_GetFileType
- _WinAPI_GetFileType($[$$hFile])
- $(2)~_WinAPI_GetFileVersionInfo
- _WinAPI_GetFileVersionInfo($[$$sFilePath], $[ByRef $$pBuffer], $[$$iFlags = 0])
- $(2)~_WinAPI_GetFinalPathNameByHandle
- _WinAPI_GetFinalPathNameByHandle($[$$hFile])
- $(2)~_WinAPI_GetFinalPathNameByHandleEx
- _WinAPI_GetFinalPathNameByHandleEx($[$$hFile], $[$$iFlags = 0])
- $(2)~_WinAPI_GetFocus
- _WinAPI_GetFocus($[])
- $(2)~_WinAPI_GetFontMemoryResourceInfo
- _WinAPI_GetFontMemoryResourceInfo($[$$pMemory], $[$$iFlag = 1])
- $(2)~_WinAPI_GetFontName
- _WinAPI_GetFontName($[$$sFaceName], $[$$iStyle = 0], $[$$iCharSet = 1])
- $(2)~_WinAPI_GetFontResourceInfo
- _WinAPI_GetFontResourceInfo($[$$sFont], $[$$bForce = False], $[$$iFlag = Default])
- $(2)~_WinAPI_GetForegroundWindow
- _WinAPI_GetForegroundWindow($[])
- $(2)~_WinAPI_GetFRBuffer
- _WinAPI_GetFRBuffer($[])
- $(2)~_WinAPI_GetFullPathName
- _WinAPI_GetFullPathName($[$$sFilePath])
- $(2)~_WinAPI_GetGeoInfo
- _WinAPI_GetGeoInfo($[$$iGEOID], $[$$iType], $[$$iLanguage = 0])
- $(2)~_WinAPI_GetGlyphOutline
- _WinAPI_GetGlyphOutline($[$$hDC], $[$$sChar], $[$$iFormat], $[ByRef $$pBuffer], $[$$tMAT2 = 0])
- $(2)~_WinAPI_GetGraphicsMode
- _WinAPI_GetGraphicsMode($[$$hDC])
- $(2)~_WinAPI_GetGuiResources
- _WinAPI_GetGuiResources($[$$iFlag = 0], $[$$hProcess = -1])
- $(2)~_WinAPI_GetGUIThreadInfo
- _WinAPI_GetGUIThreadInfo($[$$iThreadId])
- $(2)~_WinAPI_GetGValue
- _WinAPI_GetGValue($[$$iRGB])
- $(2)~_WinAPI_GetHandleInformation
- _WinAPI_GetHandleInformation($[$$hObject])
- $(2)~_WinAPI_GetHGlobalFromStream
- _WinAPI_GetHGlobalFromStream($[$$pStream])
- $(2)~_WinAPI_GetIconDimension
- _WinAPI_GetIconDimension($[$$hIcon])
- $(2)~_WinAPI_GetIconInfo
- _WinAPI_GetIconInfo($[$$hIcon])
- $(2)~_WinAPI_GetIconInfoEx
- _WinAPI_GetIconInfoEx($[$$hIcon])
- $(2)~_WinAPI_GetIdleTime
- _WinAPI_GetIdleTime($[])
- $(2)~_WinAPI_GetKeyboardLayout
- _WinAPI_GetKeyboardLayout($[$$hWnd])
- $(2)~_WinAPI_GetKeyboardLayoutList
- _WinAPI_GetKeyboardLayoutList($[])
- $(2)~_WinAPI_GetKeyboardState
- _WinAPI_GetKeyboardState($[])
- $(2)~_WinAPI_GetKeyboardType
- _WinAPI_GetKeyboardType($[$$iType])
- $(2)~_WinAPI_GetKeyNameText
- _WinAPI_GetKeyNameText($[$$lParam])
- $(2)~_WinAPI_GetKeyState
- _WinAPI_GetKeyState($[$$vKey])
- $(2)~_WinAPI_GetLastActivePopup
- _WinAPI_GetLastActivePopup($[$$hWnd])
- $(2)~_WinAPI_GetLastError
- _WinAPI_GetLastError($[])
- $(2)~_WinAPI_GetLastErrorMessage
- _WinAPI_GetLastErrorMessage($[])
- $(2)~_WinAPI_GetLayeredWindowAttributes
- _WinAPI_GetLayeredWindowAttributes($[$$hWnd], $[ByRef $$iTransColor], $[ByRef $$iTransGUI], $[$$bColorRef = False])
- $(2)~_WinAPI_GetLocaleInfo
- _WinAPI_GetLocaleInfo($[$$iLCID], $[$$iType])
- $(2)~_WinAPI_GetLogicalDrives
- _WinAPI_GetLogicalDrives($[])
- $(2)~_WinAPI_GetMapMode
- _WinAPI_GetMapMode($[$$hDC])
- $(2)~_WinAPI_GetMemorySize
- _WinAPI_GetMemorySize($[$$pMemory])
- $(2)~_WinAPI_GetMessageExtraInfo
- _WinAPI_GetMessageExtraInfo($[])
- $(2)~_WinAPI_GetModuleFileNameEx
- _WinAPI_GetModuleFileNameEx($[$$hProcess], $[$$hModule = 0])
- $(2)~_WinAPI_GetModuleHandle
- _WinAPI_GetModuleHandle($[$$sModuleName])
- $(2)~_WinAPI_GetModuleHandleEx
- _WinAPI_GetModuleHandleEx($[$$sModule], $[$$iFlags = 0])
- $(2)~_WinAPI_GetModuleInformation
- _WinAPI_GetModuleInformation($[$$hProcess], $[$$hModule = 0])
- $(2)~_WinAPI_GetMonitorInfo
- _WinAPI_GetMonitorInfo($[$$hMonitor])
- $(2)~_WinAPI_GetMousePos
- _WinAPI_GetMousePos($[$$bToClient = False], $[$$hWnd = 0])
- $(2)~_WinAPI_GetMousePosX
- _WinAPI_GetMousePosX($[$$bToClient = False], $[$$hWnd = 0])
- $(2)~_WinAPI_GetMousePosY
- _WinAPI_GetMousePosY($[$$bToClient = False], $[$$hWnd = 0])
- $(2)~_WinAPI_GetMUILanguage
- _WinAPI_GetMUILanguage($[])
- $(2)~_WinAPI_GetNumberFormat
- _WinAPI_GetNumberFormat($[$$iLCID], $[$$sNumber], $[$$tNUMBERFMT = 0])
- $(2)~_WinAPI_GetObject
- _WinAPI_GetObject($[$$hObject], $[$$iSize], $[$$pObject])
- $(2)~_WinAPI_GetObjectID
- _WinAPI_GetObjectID($[$$sFilePath])
- $(2)~_WinAPI_GetObjectInfoByHandle
- _WinAPI_GetObjectInfoByHandle($[$$hObject])
- $(2)~_WinAPI_GetObjectNameByHandle
- _WinAPI_GetObjectNameByHandle($[$$hObject])
- $(2)~_WinAPI_GetObjectType
- _WinAPI_GetObjectType($[$$hObject])
- $(2)~_WinAPI_GetOutlineTextMetrics
- _WinAPI_GetOutlineTextMetrics($[$$hDC])
- $(2)~_WinAPI_GetOverlappedResult
- _WinAPI_GetOverlappedResult($[$$hFile], $[$$tOverlapped], $[ByRef $$iBytes], $[$$bWait = False])
- $(2)~_WinAPI_GetParent
- _WinAPI_GetParent($[$$hWnd])
- $(2)~_WinAPI_GetParentProcess
- _WinAPI_GetParentProcess($[$$iPID = 0])
- $(2)~_WinAPI_GetPerformanceInfo
- _WinAPI_GetPerformanceInfo($[])
- $(2)~_WinAPI_GetPEType
- _WinAPI_GetPEType($[$$sFilePath])
- $(2)~_WinAPI_GetPhysicallyInstalledSystemMemory
- _WinAPI_GetPhysicallyInstalledSystemMemory($[])
- $(2)~_WinAPI_GetPixel
- _WinAPI_GetPixel($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_GetPolyFillMode
- _WinAPI_GetPolyFillMode($[$$hDC])
- $(2)~_WinAPI_GetPosFromRect
- _WinAPI_GetPosFromRect($[$$tRECT])
- $(2)~_WinAPI_GetPriorityClass
- _WinAPI_GetPriorityClass($[$$iPID = 0])
- $(2)~_WinAPI_GetProcAddress
- _WinAPI_GetProcAddress($[$$hModule], $[$$vName])
- $(2)~_WinAPI_GetProcessAffinityMask
- _WinAPI_GetProcessAffinityMask($[$$hProcess])
- $(2)~_WinAPI_GetProcessCommandLine
- _WinAPI_GetProcessCommandLine($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessFileName
- _WinAPI_GetProcessFileName($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessHandleCount
- _WinAPI_GetProcessHandleCount($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessID
- _WinAPI_GetProcessID($[$$hProcess])
- $(2)~_WinAPI_GetProcessIoCounters
- _WinAPI_GetProcessIoCounters($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessMemoryInfo
- _WinAPI_GetProcessMemoryInfo($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessName
- _WinAPI_GetProcessName($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessShutdownParameters
- _WinAPI_GetProcessShutdownParameters($[])
- $(2)~_WinAPI_GetProcessTimes
- _WinAPI_GetProcessTimes($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessUser
- _WinAPI_GetProcessUser($[$$iPID = 0])
- $(2)~_WinAPI_GetProcessWindowStation
- _WinAPI_GetProcessWindowStation($[])
- $(2)~_WinAPI_GetProcessWorkingDirectory
- _WinAPI_GetProcessWorkingDirectory($[$$iPID = 0])
- $(2)~_WinAPI_GetProfilesDirectory
- _WinAPI_GetProfilesDirectory($[])
- $(2)~_WinAPI_GetPwrCapabilities
- _WinAPI_GetPwrCapabilities($[])
- $(2)~_WinAPI_GetRawInputBuffer
- _WinAPI_GetRawInputBuffer($[$$pBuffer], $[$$iLength])
- $(2)~_WinAPI_GetRawInputBufferLength
- _WinAPI_GetRawInputBufferLength($[])
- $(2)~_WinAPI_GetRawInputData
- _WinAPI_GetRawInputData($[$$hRawInput], $[$$pBuffer], $[$$iLength], $[$$iFlag])
- $(2)~_WinAPI_GetRawInputDeviceInfo
- _WinAPI_GetRawInputDeviceInfo($[$$hDevice], $[$$pBuffer], $[$$iLength], $[$$iFlag])
- $(2)~_WinAPI_GetRegionData
- _WinAPI_GetRegionData($[$$hRgn], $[ByRef $$tRGNDATA])
- $(2)~_WinAPI_GetRegisteredRawInputDevices
- _WinAPI_GetRegisteredRawInputDevices($[$$pBuffer], $[$$iLength])
- $(2)~_WinAPI_GetRegKeyNameByHandle
- _WinAPI_GetRegKeyNameByHandle($[$$hKey])
- $(2)~_WinAPI_GetRgnBox
- _WinAPI_GetRgnBox($[$$hRgn], $[ByRef $$tRECT])
- $(2)~_WinAPI_GetROP2
- _WinAPI_GetROP2($[$$hDC])
- $(2)~_WinAPI_GetRValue
- _WinAPI_GetRValue($[$$iRGB])
- $(2)~_WinAPI_GetShellWindow
- _WinAPI_GetShellWindow($[])
- $(2)~_WinAPI_GetStartupInfo
- _WinAPI_GetStartupInfo($[])
- $(2)~_WinAPI_GetStdHandle
- _WinAPI_GetStdHandle($[$$iStdHandle])
- $(2)~_WinAPI_GetStockObject
- _WinAPI_GetStockObject($[$$iObject])
- $(2)~_WinAPI_GetStretchBltMode
- _WinAPI_GetStretchBltMode($[$$hDC])
- $(2)~_WinAPI_GetString
- _WinAPI_GetString($[$$pString], $[$$bUnicode = True])
- $(2)~_WinAPI_GetSysColor
- _WinAPI_GetSysColor($[$$iIndex])
- $(2)~_WinAPI_GetSysColorBrush
- _WinAPI_GetSysColorBrush($[$$iIndex])
- $(2)~_WinAPI_GetSystemDefaultLangID
- _WinAPI_GetSystemDefaultLangID($[])
- $(2)~_WinAPI_GetSystemDefaultLCID
- _WinAPI_GetSystemDefaultLCID($[])
- $(2)~_WinAPI_GetSystemDefaultUILanguage
- _WinAPI_GetSystemDefaultUILanguage($[])
- $(2)~_WinAPI_GetSystemDEPPolicy
- _WinAPI_GetSystemDEPPolicy($[])
- $(2)~_WinAPI_GetSystemInfo
- _WinAPI_GetSystemInfo($[])
- $(2)~_WinAPI_GetSystemMetrics
- _WinAPI_GetSystemMetrics($[$$iIndex])
- $(2)~_WinAPI_GetSystemPowerStatus
- _WinAPI_GetSystemPowerStatus($[])
- $(2)~_WinAPI_GetSystemTimes
- _WinAPI_GetSystemTimes($[])
- $(2)~_WinAPI_GetSystemWow64Directory
- _WinAPI_GetSystemWow64Directory($[])
- $(2)~_WinAPI_GetTabbedTextExtent
- _WinAPI_GetTabbedTextExtent($[$$hDC], $[$$sText], $[$$aTab = 0], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_GetTempFileName
- _WinAPI_GetTempFileName($[$$sFilePath], $[$$sPrefix = ''])
- $(2)~_WinAPI_GetTextAlign
- _WinAPI_GetTextAlign($[$$hDC])
- $(2)~_WinAPI_GetTextCharacterExtra
- _WinAPI_GetTextCharacterExtra($[$$hDC])
- $(2)~_WinAPI_GetTextColor
- _WinAPI_GetTextColor($[$$hDC])
- $(2)~_WinAPI_GetTextExtentPoint32
- _WinAPI_GetTextExtentPoint32($[$$hDC], $[$$sText])
- $(2)~_WinAPI_GetTextFace
- _WinAPI_GetTextFace($[$$hDC])
- $(2)~_WinAPI_GetTextMetrics
- _WinAPI_GetTextMetrics($[$$hDC])
- $(2)~_WinAPI_GetThemeAppProperties
- _WinAPI_GetThemeAppProperties($[])
- $(2)~_WinAPI_GetThemeBackgroundContentRect
- _WinAPI_GetThemeBackgroundContentRect($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_GetThemeBackgroundExtent
- _WinAPI_GetThemeBackgroundExtent($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_GetThemeBackgroundRegion
- _WinAPI_GetThemeBackgroundRegion($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_GetThemeBitmap
- _WinAPI_GetThemeBitmap($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$iFlag = 0x01])
- $(2)~_WinAPI_GetThemeBool
- _WinAPI_GetThemeBool($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeColor
- _WinAPI_GetThemeColor($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeDocumentationProperty
- _WinAPI_GetThemeDocumentationProperty($[$$sFilePath], $[$$sProperty])
- $(2)~_WinAPI_GetThemeEnumValue
- _WinAPI_GetThemeEnumValue($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeFilename
- _WinAPI_GetThemeFilename($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeFont
- _WinAPI_GetThemeFont($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$hDC = 0])
- $(2)~_WinAPI_GetThemeInt
- _WinAPI_GetThemeInt($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeMargins
- _WinAPI_GetThemeMargins($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_GetThemeMetric
- _WinAPI_GetThemeMetric($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$hDC = 0])
- $(2)~_WinAPI_GetThemePartSize
- _WinAPI_GetThemePartSize($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$iType])
- $(2)~_WinAPI_GetThemePosition
- _WinAPI_GetThemePosition($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemePropertyOrigin
- _WinAPI_GetThemePropertyOrigin($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeRect
- _WinAPI_GetThemeRect($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeString
- _WinAPI_GetThemeString($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
- $(2)~_WinAPI_GetThemeSysBool
- _WinAPI_GetThemeSysBool($[$$hTheme], $[$$iBoolID])
- $(2)~_WinAPI_GetThemeSysColor
- _WinAPI_GetThemeSysColor($[$$hTheme], $[$$iColorID])
- $(2)~_WinAPI_GetThemeSysColorBrush
- _WinAPI_GetThemeSysColorBrush($[$$hTheme], $[$$iColorID])
- $(2)~_WinAPI_GetThemeSysFont
- _WinAPI_GetThemeSysFont($[$$hTheme], $[$$iFontID])
- $(2)~_WinAPI_GetThemeSysInt
- _WinAPI_GetThemeSysInt($[$$hTheme], $[$$iIntID])
- $(2)~_WinAPI_GetThemeSysSize
- _WinAPI_GetThemeSysSize($[$$hTheme], $[$$iSizeID])
- $(2)~_WinAPI_GetThemeSysString
- _WinAPI_GetThemeSysString($[$$hTheme], $[$$iStringID])
- $(2)~_WinAPI_GetThemeTextExtent
- _WinAPI_GetThemeTextExtent($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$sText], $[$$tRECT], $[$$iFlags])
- $(2)~_WinAPI_GetThemeTextMetrics
- _WinAPI_GetThemeTextMetrics($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC = 0])
- $(2)~_WinAPI_GetThemeTransitionDuration
- _WinAPI_GetThemeTransitionDuration($[$$hTheme], $[$$iPartID], $[$$iStateIDFrom], $[$$iStateIDTo], $[$$iPropID])
- $(2)~_WinAPI_GetThreadDesktop
- _WinAPI_GetThreadDesktop($[$$iThreadId])
- $(2)~_WinAPI_GetThreadErrorMode
- _WinAPI_GetThreadErrorMode($[])
- $(2)~_WinAPI_GetThreadLocale
- _WinAPI_GetThreadLocale($[])
- $(2)~_WinAPI_GetThreadUILanguage
- _WinAPI_GetThreadUILanguage($[])
- $(2)~_WinAPI_GetTickCount
- _WinAPI_GetTickCount($[])
- $(2)~_WinAPI_GetTickCount64
- _WinAPI_GetTickCount64($[])
- $(2)~_WinAPI_GetTimeFormat
- _WinAPI_GetTimeFormat($[$$iLCID = 0], $[$$tSYSTEMTIME = 0], $[$$iFlags = 0], $[$$sFormat = ''])
- $(2)~_WinAPI_GetTopWindow
- _WinAPI_GetTopWindow($[$$hWnd])
- $(2)~_WinAPI_GetUDFColorMode
- _WinAPI_GetUDFColorMode($[])
- $(2)~_WinAPI_GetUpdateRect
- _WinAPI_GetUpdateRect($[$$hWnd], $[$$bErase = True])
- $(2)~_WinAPI_GetUpdateRgn
- _WinAPI_GetUpdateRgn($[$$hWnd], $[$$hRgn], $[$$bErase = True])
- $(2)~_WinAPI_GetUserDefaultLangID
- _WinAPI_GetUserDefaultLangID($[])
- $(2)~_WinAPI_GetUserDefaultLCID
- _WinAPI_GetUserDefaultLCID($[])
- $(2)~_WinAPI_GetUserDefaultUILanguage
- _WinAPI_GetUserDefaultUILanguage($[])
- $(2)~_WinAPI_GetUserGeoID
- _WinAPI_GetUserGeoID($[])
- $(2)~_WinAPI_GetUserObjectInformation
- _WinAPI_GetUserObjectInformation($[$$hObject], $[$$iIndex])
- $(2)~_WinAPI_GetVersion
- _WinAPI_GetVersion($[])
- $(2)~_WinAPI_GetVersionEx
- _WinAPI_GetVersionEx($[])
- $(2)~_WinAPI_GetVolumeInformation
- _WinAPI_GetVolumeInformation($[$$sRoot = ''])
- $(2)~_WinAPI_GetVolumeInformationByHandle
- _WinAPI_GetVolumeInformationByHandle($[$$hFile])
- $(2)~_WinAPI_GetVolumeNameForVolumeMountPoint
- _WinAPI_GetVolumeNameForVolumeMountPoint($[$$sMountedPath])
- $(2)~_WinAPI_GetWindow
- _WinAPI_GetWindow($[$$hWnd], $[$$iCmd])
- $(2)~_WinAPI_GetWindowDC
- _WinAPI_GetWindowDC($[$$hWnd])
- $(2)~_WinAPI_GetWindowDisplayAffinity
- _WinAPI_GetWindowDisplayAffinity($[$$hWnd])
- $(2)~_WinAPI_GetWindowExt
- _WinAPI_GetWindowExt($[$$hDC])
- $(2)~_WinAPI_GetWindowFileName
- _WinAPI_GetWindowFileName($[$$hWnd])
- $(2)~_WinAPI_GetWindowHeight
- _WinAPI_GetWindowHeight($[$$hWnd])
- $(2)~_WinAPI_GetWindowInfo
- _WinAPI_GetWindowInfo($[$$hWnd])
- $(2)~_WinAPI_GetWindowLong
- _WinAPI_GetWindowLong($[$$hWnd], $[$$iIndex])
- $(2)~_WinAPI_GetWindowOrg
- _WinAPI_GetWindowOrg($[$$hDC])
- $(2)~_WinAPI_GetWindowPlacement
- _WinAPI_GetWindowPlacement($[$$hWnd])
- $(2)~_WinAPI_GetWindowRect
- _WinAPI_GetWindowRect($[$$hWnd])
- $(2)~_WinAPI_GetWindowRgn
- _WinAPI_GetWindowRgn($[$$hWnd], $[$$hRgn])
- $(2)~_WinAPI_GetWindowRgnBox
- _WinAPI_GetWindowRgnBox($[$$hWnd], $[ByRef $$tRECT])
- $(2)~_WinAPI_GetWindowSubclass
- _WinAPI_GetWindowSubclass($[$$hWnd], $[$$pSubclassProc], $[$$idSubClass])
- $(2)~_WinAPI_GetWindowText
- _WinAPI_GetWindowText($[$$hWnd])
- $(2)~_WinAPI_GetWindowTheme
- _WinAPI_GetWindowTheme($[$$hWnd])
- $(2)~_WinAPI_GetWindowThreadProcessId
- _WinAPI_GetWindowThreadProcessId($[$$hWnd], $[ByRef $$iPID])
- $(2)~_WinAPI_GetWindowWidth
- _WinAPI_GetWindowWidth($[$$hWnd])
- $(2)~_WinAPI_GetWorkArea
- _WinAPI_GetWorkArea($[])
- $(2)~_WinAPI_GetWorldTransform
- _WinAPI_GetWorldTransform($[$$hDC])
- $(2)~_WinAPI_GetXYFromPoint
- _WinAPI_GetXYFromPoint($[ByRef $$tPoint], $[ByRef $$iX], $[ByRef $$iY])
- $(2)~_WinAPI_GlobalMemoryStatus
- _WinAPI_GlobalMemoryStatus($[])
- $(2)~_WinAPI_GradientFill
- _WinAPI_GradientFill($[$$hDC], $[Const ByRef $$aVertex], $[$$iStart = 0], $[$$iEnd = -1], $[$$bRotate = False])
- $(2)~_WinAPI_GUIDFromString
- _WinAPI_GUIDFromString($[$$sGUID])
- $(2)~_WinAPI_GUIDFromStringEx
- _WinAPI_GUIDFromStringEx($[$$sGUID], $[$$tGUID])
- $(2)~_WinAPI_HashData
- _WinAPI_HashData($[$$pMemory], $[$$iSize], $[$$iLength = 32])
- $(2)~_WinAPI_HashString
- _WinAPI_HashString($[$$sString], $[$$bCaseSensitive = True], $[$$iLength = 32])
- $(2)~_WinAPI_HiByte
- _WinAPI_HiByte($[$$iValue])
- $(2)~_WinAPI_HideCaret
- _WinAPI_HideCaret($[$$hWnd])
- $(2)~_WinAPI_HiDWord
- _WinAPI_HiDWord($[$$iValue])
- $(2)~_WinAPI_HiWord
- _WinAPI_HiWord($[$$iLong])
- $(2)~_WinAPI_InflateRect
- _WinAPI_InflateRect($[ByRef $$tRECT], $[$$iDX], $[$$iDY])
- $(2)~_WinAPI_InitMUILanguage
- _WinAPI_InitMUILanguage($[$$iLanguage])
- $(2)~_WinAPI_InProcess
- _WinAPI_InProcess($[$$hWnd], $[ByRef $$hLastWnd])
- $(2)~_WinAPI_IntersectClipRect
- _WinAPI_IntersectClipRect($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_IntersectRect
- _WinAPI_IntersectRect($[$$tRECT1], $[$$tRECT2])
- $(2)~_WinAPI_IntToDWord
- _WinAPI_IntToDWord($[$$iValue])
- $(2)~_WinAPI_IntToFloat
- _WinAPI_IntToFloat($[$$iInt])
- $(2)~_WinAPI_InvalidateRect
- _WinAPI_InvalidateRect($[$$hWnd], $[$$tRECT = 0], $[$$bErase = True])
- $(2)~_WinAPI_InvalidateRgn
- _WinAPI_InvalidateRgn($[$$hWnd], $[$$hRgn = 0], $[$$bErase = True])
- $(2)~_WinAPI_InvertANDBitmap
- _WinAPI_InvertANDBitmap($[$$hBitmap], $[$$bDelete = False])
- $(2)~_WinAPI_InvertColor
- _WinAPI_InvertColor($[$$iColor])
- $(2)~_WinAPI_InvertRect
- _WinAPI_InvertRect($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_InvertRgn
- _WinAPI_InvertRgn($[$$hDC], $[$$hRgn])
- $(2)~_WinAPI_IOCTL
- _WinAPI_IOCTL($[$$iDeviceType], $[$$iFunction], $[$$iMethod], $[$$iAccess])
- $(2)~_WinAPI_IsAlphaBitmap
- _WinAPI_IsAlphaBitmap($[$$hBitmap])
- $(2)~_WinAPI_IsBadCodePtr
- _WinAPI_IsBadCodePtr($[$$pAddress])
- $(2)~_WinAPI_IsBadReadPtr
- _WinAPI_IsBadReadPtr($[$$pAddress], $[$$iLength])
- $(2)~_WinAPI_IsBadStringPtr
- _WinAPI_IsBadStringPtr($[$$pAddress], $[$$iLength])
- $(2)~_WinAPI_IsBadWritePtr
- _WinAPI_IsBadWritePtr($[$$pAddress], $[$$iLength])
- $(2)~_WinAPI_IsChild
- _WinAPI_IsChild($[$$hWnd], $[$$hWndParent])
- $(2)~_WinAPI_IsClassName
- _WinAPI_IsClassName($[$$hWnd], $[$$sClassName])
- $(2)~_WinAPI_IsDoorOpen
- _WinAPI_IsDoorOpen($[$$sDrive])
- $(2)~_WinAPI_IsElevated
- _WinAPI_IsElevated($[])
- $(2)~_WinAPI_IsHungAppWindow
- _WinAPI_IsHungAppWindow($[$$hWnd])
- $(2)~_WinAPI_IsIconic
- _WinAPI_IsIconic($[$$hWnd])
- $(2)~_WinAPI_IsInternetConnected
- _WinAPI_IsInternetConnected($[])
- $(2)~_WinAPI_IsLoadKBLayout
- _WinAPI_IsLoadKBLayout($[$$iLanguage])
- $(2)~_WinAPI_IsMemory
- _WinAPI_IsMemory($[$$pMemory])
- $(2)~_WinAPI_IsNameInExpression
- _WinAPI_IsNameInExpression($[$$sString], $[$$sPattern], $[$$bCaseSensitive = False])
- $(2)~_WinAPI_IsNetworkAlive
- _WinAPI_IsNetworkAlive($[])
- $(2)~_WinAPI_IsPathShared
- _WinAPI_IsPathShared($[$$sFilePath])
- $(2)~_WinAPI_IsProcessInJob
- _WinAPI_IsProcessInJob($[$$hProcess], $[$$hJob = 0])
- $(2)~_WinAPI_IsProcessorFeaturePresent
- _WinAPI_IsProcessorFeaturePresent($[$$iFeature])
- $(2)~_WinAPI_IsRectEmpty
- _WinAPI_IsRectEmpty($[$$tRECT])
- $(2)~_WinAPI_IsThemeActive
- _WinAPI_IsThemeActive($[])
- $(2)~_WinAPI_IsThemeBackgroundPartiallyTransparent
- _WinAPI_IsThemeBackgroundPartiallyTransparent($[$$hTheme], $[$$iPartID], $[$$iStateID])
- $(2)~_WinAPI_IsThemePartDefined
- _WinAPI_IsThemePartDefined($[$$hTheme], $[$$iPartID])
- $(2)~_WinAPI_IsValidLocale
- _WinAPI_IsValidLocale($[$$iLCID], $[$$iFlag = 0])
- $(2)~_WinAPI_IsWindow
- _WinAPI_IsWindow($[$$hWnd])
- $(2)~_WinAPI_IsWindowEnabled
- _WinAPI_IsWindowEnabled($[$$hWnd])
- $(2)~_WinAPI_IsWindowUnicode
- _WinAPI_IsWindowUnicode($[$$hWnd])
- $(2)~_WinAPI_IsWindowVisible
- _WinAPI_IsWindowVisible($[$$hWnd])
- $(2)~_WinAPI_IsWow64Process
- _WinAPI_IsWow64Process($[$$iPID = 0])
- $(2)~_WinAPI_IsWritable
- _WinAPI_IsWritable($[$$sDrive])
- $(2)~_WinAPI_IsZoomed
- _WinAPI_IsZoomed($[$$hWnd])
- $(2)~_WinAPI_Keybd_Event
- _WinAPI_Keybd_Event($[$$vKey], $[$$iFlags], $[$$iScanCode = 0], $[$$iExtraInfo = 0])
- $(2)~_WinAPI_KillTimer
- _WinAPI_KillTimer($[$$hWnd], $[$$iTimerID])
- $(2)~_WinAPI_LineDDA
- _WinAPI_LineDDA($[$$iX1], $[$$iY1], $[$$iX2], $[$$iY2], $[$$pLineProc], $[$$pData = 0])
- $(2)~_WinAPI_LineTo
- _WinAPI_LineTo($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_LoadBitmap
- _WinAPI_LoadBitmap($[$$hInstance], $[$$sBitmap])
- $(2)~_WinAPI_LoadCursor
- _WinAPI_LoadCursor($[$$hInstance], $[$$sName])
- $(2)~_WinAPI_LoadCursorFromFile
- _WinAPI_LoadCursorFromFile($[$$sFilePath])
- $(2)~_WinAPI_LoadIcon
- _WinAPI_LoadIcon($[$$hInstance], $[$$sName])
- $(2)~_WinAPI_LoadIconMetric
- _WinAPI_LoadIconMetric($[$$hInstance], $[$$sName], $[$$iMetric])
- $(2)~_WinAPI_LoadIconWithScaleDown
- _WinAPI_LoadIconWithScaleDown($[$$hInstance], $[$$sName], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_LoadImage
- _WinAPI_LoadImage($[$$hInstance], $[$$sImage], $[$$iType], $[$$iXDesired], $[$$iYDesired], $[$$iLoad])
- $(2)~_WinAPI_LoadIndirectString
- _WinAPI_LoadIndirectString($[$$sStrIn])
- $(2)~_WinAPI_LoadKeyboardLayout
- _WinAPI_LoadKeyboardLayout($[$$iLanguage], $[$$iFlag = 0])
- $(2)~_WinAPI_LoadLibrary
- _WinAPI_LoadLibrary($[$$sFileName])
- $(2)~_WinAPI_LoadLibraryEx
- _WinAPI_LoadLibraryEx($[$$sFileName], $[$$iFlags = 0])
- $(2)~_WinAPI_LoadMedia
- _WinAPI_LoadMedia($[$$sDrive])
- $(2)~_WinAPI_LoadResource
- _WinAPI_LoadResource($[$$hInstance], $[$$hResource])
- $(2)~_WinAPI_LoadShell32Icon
- _WinAPI_LoadShell32Icon($[$$iIconID])
- $(2)~_WinAPI_LoadString
- _WinAPI_LoadString($[$$hInstance], $[$$iStringID])
- $(2)~_WinAPI_LoadStringEx
- _WinAPI_LoadStringEx($[$$hModule], $[$$iID], $[$$iLanguage = $$LOCALE_USER_DEFAULT])
- $(2)~_WinAPI_LoByte
- _WinAPI_LoByte($[$$iValue])
- $(2)~_WinAPI_LocalFree
- _WinAPI_LocalFree($[$$hMemory])
- $(2)~_WinAPI_LockDevice
- _WinAPI_LockDevice($[$$sDrive], $[$$bLock])
- $(2)~_WinAPI_LockFile
- _WinAPI_LockFile($[$$hFile], $[$$iOffset], $[$$iLength])
- $(2)~_WinAPI_LockResource
- _WinAPI_LockResource($[$$hData])
- $(2)~_WinAPI_LockWindowUpdate
- _WinAPI_LockWindowUpdate($[$$hWnd])
- $(2)~_WinAPI_LockWorkStation
- _WinAPI_LockWorkStation($[])
- $(2)~_WinAPI_LoDWord
- _WinAPI_LoDWord($[$$iValue])
- $(2)~_WinAPI_LongMid
- _WinAPI_LongMid($[$$iValue], $[$$iStart], $[$$iCount])
- $(2)~_WinAPI_LookupIconIdFromDirectoryEx
- _WinAPI_LookupIconIdFromDirectoryEx($[$$pData], $[$$bIcon = True], $[$$iXDesiredPixels = 0], $[$$iYDesiredPixels = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_LoWord
- _WinAPI_LoWord($[$$iLong])
- $(2)~_WinAPI_LPtoDP
- _WinAPI_LPtoDP($[$$hDC], $[ByRef $$tPOINT], $[$$iCount = 1])
- $(2)~_WinAPI_MAKELANGID
- _WinAPI_MAKELANGID($[$$iLngIDPrimary], $[$$iLngIDSub])
- $(2)~_WinAPI_MAKELCID
- _WinAPI_MAKELCID($[$$iLngID], $[$$iSortID])
- $(2)~_WinAPI_MakeLong
- _WinAPI_MakeLong($[$$iLo], $[$$iHi])
- $(2)~_WinAPI_MakeQWord
- _WinAPI_MakeQWord($[$$iLoDWORD], $[$$iHiDWORD])
- $(2)~_WinAPI_MakeWord
- _WinAPI_MakeWord($[$$iLo], $[$$iHi])
- $(2)~_WinAPI_MapViewOfFile
- _WinAPI_MapViewOfFile($[$$hMapping], $[$$iOffset = 0], $[$$iBytes = 0], $[$$iAccess = 0x0006])
- $(2)~_WinAPI_MapVirtualKey
- _WinAPI_MapVirtualKey($[$$iCode], $[$$iType], $[$$hLocale = 0])
- $(2)~_WinAPI_MaskBlt
- _WinAPI_MaskBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidth], $[$$iHeight], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$hMask], $[$$iXMask], $[$$iYMask], $[$$iRop])
- $(2)~_WinAPI_MessageBeep
- _WinAPI_MessageBeep($[$$iType = 1])
- $(2)~_WinAPI_MessageBoxCheck
- _WinAPI_MessageBoxCheck($[$$iType], $[$$sTitle], $[$$sText], $[$$sRegVal], $[$$iDefault = -1], $[$$hParent = 0])
- $(2)~_WinAPI_MessageBoxIndirect
- _WinAPI_MessageBoxIndirect($[$$tMSGBOXPARAMS])
- $(2)~_WinAPI_MirrorIcon
- _WinAPI_MirrorIcon($[$$hIcon], $[$$bDelete = False])
- $(2)~_WinAPI_ModifyWorldTransform
- _WinAPI_ModifyWorldTransform($[$$hDC], $[$$tXFORM], $[$$iMode])
- $(2)~_WinAPI_MonitorFromPoint
- _WinAPI_MonitorFromPoint($[$$tPOINT], $[$$iFlag = 1])
- $(2)~_WinAPI_MonitorFromRect
- _WinAPI_MonitorFromRect($[$$tRECT], $[$$iFlag = 1])
- $(2)~_WinAPI_MonitorFromWindow
- _WinAPI_MonitorFromWindow($[$$hWnd], $[$$iFlag = 1])
- $(2)~_WinAPI_Mouse_Event
- _WinAPI_Mouse_Event($[$$iFlags], $[$$iX = 0], $[$$iY = 0], $[$$iData = 0], $[$$iExtraInfo = 0])
- $(2)~_WinAPI_MoveFileEx
- _WinAPI_MoveFileEx($[$$sExistingFile], $[$$sNewFile], $[$$iFlags = 0], $[$$pProgressProc = 0], $[$$pData = 0])
- $(2)~_WinAPI_MoveMemory
- _WinAPI_MoveMemory($[$$pDestination], $[$$pSource], $[$$iLength])
- $(2)~_WinAPI_MoveTo
- _WinAPI_MoveTo($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_MoveToEx
- _WinAPI_MoveToEx($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_MoveWindow
- _WinAPI_MoveWindow($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$bRepaint = True])
- $(2)~_WinAPI_MsgBox
- _WinAPI_MsgBox($[$$iFlags], $[$$sTitle], $[$$sText])
- $(2)~_WinAPI_MulDiv
- _WinAPI_MulDiv($[$$iNumber], $[$$iNumerator], $[$$iDenominator])
- $(2)~_WinAPI_MultiByteToWideChar
- _WinAPI_MultiByteToWideChar($[$$vText], $[$$iCodePage = 0], $[$$iFlags = 0], $[$$bRetString = False])
- $(2)~_WinAPI_MultiByteToWideCharEx
- _WinAPI_MultiByteToWideCharEx($[$$sText], $[$$pText], $[$$iCodePage = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_NtStatusToDosError
- _WinAPI_NtStatusToDosError($[$$iStatus])
- $(2)~_WinAPI_OemToChar
- _WinAPI_OemToChar($[$$sStr])
- $(2)~_WinAPI_OffsetClipRgn
- _WinAPI_OffsetClipRgn($[$$hDC], $[$$iXOffset], $[$$iYOffset])
- $(2)~_WinAPI_OffsetPoints
- _WinAPI_OffsetPoints($[ByRef $$aPoint], $[$$iXOffset], $[$$iYOffset], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_OffsetRect
- _WinAPI_OffsetRect($[ByRef $$tRECT], $[$$iDX], $[$$iDY])
- $(2)~_WinAPI_OffsetRgn
- _WinAPI_OffsetRgn($[$$hRgn], $[$$iXOffset], $[$$iYOffset])
- $(2)~_WinAPI_OffsetWindowOrg
- _WinAPI_OffsetWindowOrg($[$$hDC], $[$$iXOffset], $[$$iYOffset])
- $(2)~_WinAPI_OpenDesktop
- _WinAPI_OpenDesktop($[$$sName], $[$$iAccess = 0], $[$$iFlags = 0], $[$$bInherit = False])
- $(2)~_WinAPI_OpenFileById
- _WinAPI_OpenFileById($[$$hFile], $[$$vID], $[$$iAccess = 0], $[$$iShare = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_OpenFileDlg
- _WinAPI_OpenFileDlg($[$$sTitle = ''], $[$$sInitDir = ''], $[$$sFilters = ''], $[$$iDefaultFilter = 0], $[$$sDefaultFilePath = ''], $[$$sDefaultExt = ''], $[$$iFlags = 0], $[$$iFlagsEx = 0], $[$$pOFNProc = 0], $[$$pData = 0], $[$$hParent = 0])
- $(2)~_WinAPI_OpenFileMapping
- _WinAPI_OpenFileMapping($[$$sName], $[$$iAccess = 0x0006], $[$$bInherit = False])
- $(2)~_WinAPI_OpenIcon
- _WinAPI_OpenIcon($[$$hWnd])
- $(2)~_WinAPI_OpenInputDesktop
- _WinAPI_OpenInputDesktop($[$$iAccess = 0], $[$$iFlags = 0], $[$$bInherit = False])
- $(2)~_WinAPI_OpenJobObject
- _WinAPI_OpenJobObject($[$$sName], $[$$iAccess = $$JOB_OBJECT_ALL_ACCESS], $[$$bInherit = False])
- $(2)~_WinAPI_OpenMutex
- _WinAPI_OpenMutex($[$$sMutex], $[$$iAccess = $$MUTEX_ALL_ACCESS], $[$$bInherit = False])
- $(2)~_WinAPI_OpenProcess
- _WinAPI_OpenProcess($[$$iAccess], $[$$bInherit], $[$$iPID], $[$$bDebugPriv = False])
- $(2)~_WinAPI_OpenProcessToken
- _WinAPI_OpenProcessToken($[$$iAccess], $[$$hProcess = 0])
- $(2)~_WinAPI_OpenSemaphore
- _WinAPI_OpenSemaphore($[$$sSemaphore], $[$$iAccess = 0x001F0003], $[$$bInherit = False])
- $(2)~_WinAPI_OpenThemeData
- _WinAPI_OpenThemeData($[$$hWnd], $[$$sClass])
- $(2)~_WinAPI_OpenWindowStation
- _WinAPI_OpenWindowStation($[$$sName], $[$$iAccess = 0], $[$$bInherit = False])
- $(2)~_WinAPI_PageSetupDlg
- _WinAPI_PageSetupDlg($[ByRef $$tPAGESETUPDLG])
- $(2)~_WinAPI_PaintDesktop
- _WinAPI_PaintDesktop($[$$hDC])
- $(2)~_WinAPI_PaintRgn
- _WinAPI_PaintRgn($[$$hDC], $[$$hRgn])
- $(2)~_WinAPI_ParseURL
- _WinAPI_ParseURL($[$$sUrl])
- $(2)~_WinAPI_ParseUserName
- _WinAPI_ParseUserName($[$$sUser])
- $(2)~_WinAPI_PatBlt
- _WinAPI_PatBlt($[$$hDC], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iRop])
- $(2)~_WinAPI_PathAddBackslash
- _WinAPI_PathAddBackslash($[$$sFilePath])
- $(2)~_WinAPI_PathAddExtension
- _WinAPI_PathAddExtension($[$$sFilePath], $[$$sExt = ''])
- $(2)~_WinAPI_PathAppend
- _WinAPI_PathAppend($[$$sFilePath], $[$$sMore])
- $(2)~_WinAPI_PathBuildRoot
- _WinAPI_PathBuildRoot($[$$iDrive])
- $(2)~_WinAPI_PathCanonicalize
- _WinAPI_PathCanonicalize($[$$sFilePath])
- $(2)~_WinAPI_PathCommonPrefix
- _WinAPI_PathCommonPrefix($[$$sPath1], $[$$sPath2])
- $(2)~_WinAPI_PathCompactPath
- _WinAPI_PathCompactPath($[$$hWnd], $[$$sFilePath], $[$$iWidth = 0])
- $(2)~_WinAPI_PathCompactPathEx
- _WinAPI_PathCompactPathEx($[$$sFilePath], $[$$iMax])
- $(2)~_WinAPI_PathCreateFromUrl
- _WinAPI_PathCreateFromUrl($[$$sUrl])
- $(2)~_WinAPI_PathFindExtension
- _WinAPI_PathFindExtension($[$$sFilePath])
- $(2)~_WinAPI_PathFindFileName
- _WinAPI_PathFindFileName($[$$sFilePath])
- $(2)~_WinAPI_PathFindNextComponent
- _WinAPI_PathFindNextComponent($[$$sFilePath])
- $(2)~_WinAPI_PathFindOnPath
- _WinAPI_PathFindOnPath($[$$sFilePath], $[$$aExtraPaths = ""], $[$$sPathDelimiter = @LF])
- $(2)~_WinAPI_PathGetArgs
- _WinAPI_PathGetArgs($[$$sFilePath])
- $(2)~_WinAPI_PathGetCharType
- _WinAPI_PathGetCharType($[$$sChar])
- $(2)~_WinAPI_PathGetDriveNumber
- _WinAPI_PathGetDriveNumber($[$$sFilePath])
- $(2)~_WinAPI_PathIsContentType
- _WinAPI_PathIsContentType($[$$sFilePath], $[$$sType])
- $(2)~_WinAPI_PathIsDirectory
- _WinAPI_PathIsDirectory($[$$sFilePath])
- $(2)~_WinAPI_PathIsDirectoryEmpty
- _WinAPI_PathIsDirectoryEmpty($[$$sFilePath])
- $(2)~_WinAPI_PathIsExe
- _WinAPI_PathIsExe($[$$sFilePath])
- $(2)~_WinAPI_PathIsFileSpec
- _WinAPI_PathIsFileSpec($[$$sFilePath])
- $(2)~_WinAPI_PathIsLFNFileSpec
- _WinAPI_PathIsLFNFileSpec($[$$sFilePath])
- $(2)~_WinAPI_PathIsRelative
- _WinAPI_PathIsRelative($[$$sFilePath])
- $(2)~_WinAPI_PathIsRoot
- _WinAPI_PathIsRoot($[$$sFilePath])
- $(2)~_WinAPI_PathIsSameRoot
- _WinAPI_PathIsSameRoot($[$$sPath1], $[$$sPath2])
- $(2)~_WinAPI_PathIsSystemFolder
- _WinAPI_PathIsSystemFolder($[$$sFilePath])
- $(2)~_WinAPI_PathIsUNC
- _WinAPI_PathIsUNC($[$$sFilePath])
- $(2)~_WinAPI_PathIsUNCServer
- _WinAPI_PathIsUNCServer($[$$sFilePath])
- $(2)~_WinAPI_PathIsUNCServerShare
- _WinAPI_PathIsUNCServerShare($[$$sFilePath])
- $(2)~_WinAPI_PathMakeSystemFolder
- _WinAPI_PathMakeSystemFolder($[$$sFilePath])
- $(2)~_WinAPI_PathMatchSpec
- _WinAPI_PathMatchSpec($[$$sFilePath], $[$$sSpec])
- $(2)~_WinAPI_PathParseIconLocation
- _WinAPI_PathParseIconLocation($[$$sFilePath])
- $(2)~_WinAPI_PathRelativePathTo
- _WinAPI_PathRelativePathTo($[$$sPathFrom], $[$$bDirFrom], $[$$sPathTo], $[$$bDirTo])
- $(2)~_WinAPI_PathRemoveArgs
- _WinAPI_PathRemoveArgs($[$$sFilePath])
- $(2)~_WinAPI_PathRemoveBackslash
- _WinAPI_PathRemoveBackslash($[$$sFilePath])
- $(2)~_WinAPI_PathRemoveExtension
- _WinAPI_PathRemoveExtension($[$$sFilePath])
- $(2)~_WinAPI_PathRemoveFileSpec
- _WinAPI_PathRemoveFileSpec($[$$sFilePath])
- $(2)~_WinAPI_PathRenameExtension
- _WinAPI_PathRenameExtension($[$$sFilePath], $[$$sExt])
- $(2)~_WinAPI_PathSearchAndQualify
- _WinAPI_PathSearchAndQualify($[$$sFilePath], $[$$bExists = False])
- $(2)~_WinAPI_PathSkipRoot
- _WinAPI_PathSkipRoot($[$$sFilePath])
- $(2)~_WinAPI_PathStripPath
- _WinAPI_PathStripPath($[$$sFilePath])
- $(2)~_WinAPI_PathStripToRoot
- _WinAPI_PathStripToRoot($[$$sFilePath])
- $(2)~_WinAPI_PathToRegion
- _WinAPI_PathToRegion($[$$hDC])
- $(2)~_WinAPI_PathUndecorate
- _WinAPI_PathUndecorate($[$$sFilePath])
- $(2)~_WinAPI_PathUnExpandEnvStrings
- _WinAPI_PathUnExpandEnvStrings($[$$sFilePath])
- $(2)~_WinAPI_PathUnmakeSystemFolder
- _WinAPI_PathUnmakeSystemFolder($[$$sFilePath])
- $(2)~_WinAPI_PathUnquoteSpaces
- _WinAPI_PathUnquoteSpaces($[$$sFilePath])
- $(2)~_WinAPI_PathYetAnotherMakeUniqueName
- _WinAPI_PathYetAnotherMakeUniqueName($[$$sFilePath])
- $(2)~_WinAPI_PickIconDlg
- _WinAPI_PickIconDlg($[$$sIcon = ''], $[$$iIndex = 0], $[$$hParent = 0])
- $(2)~_WinAPI_PlayEnhMetaFile
- _WinAPI_PlayEnhMetaFile($[$$hDC], $[$$hEmf], $[$$tRECT])
- $(2)~_WinAPI_PlaySound
- _WinAPI_PlaySound($[$$sSound], $[$$iFlags = $$SND_SYSTEM_NOSTOP], $[$$hInstance = 0])
- $(2)~_WinAPI_PlgBlt
- _WinAPI_PlgBlt($[$$hDestDC], $[Const ByRef $$aPoint], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidth], $[$$iHeight], $[$$hMask = 0], $[$$iXMask = 0], $[$$iYMask = 0])
- $(2)~_WinAPI_PointFromRect
- _WinAPI_PointFromRect($[ByRef $$tRECT], $[$$bCenter = True])
- $(2)~_WinAPI_PolyBezier
- _WinAPI_PolyBezier($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_PolyBezierTo
- _WinAPI_PolyBezierTo($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_PolyDraw
- _WinAPI_PolyDraw($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_Polygon
- _WinAPI_Polygon($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_PostMessage
- _WinAPI_PostMessage($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
- $(2)~_WinAPI_PrimaryLangId
- _WinAPI_PrimaryLangId($[$$iLngID])
- $(2)~_WinAPI_PrintDlg
- _WinAPI_PrintDlg($[ByRef $$tPRINTDLG])
- $(2)~_WinAPI_PrintDlgEx
- _WinAPI_PrintDlgEx($[ByRef $$tPRINTDLGEX])
- $(2)~_WinAPI_PrintWindow
- _WinAPI_PrintWindow($[$$hWnd], $[$$hDC], $[$$bClient = False])
- $(2)~_WinAPI_ProgIDFromCLSID
- _WinAPI_ProgIDFromCLSID($[$$sCLSID])
- $(2)~_WinAPI_PtInRect
- _WinAPI_PtInRect($[ByRef $$tRECT], $[ByRef $$tPoint])
- $(2)~_WinAPI_PtInRectEx
- _WinAPI_PtInRectEx($[$$iX], $[$$iY], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
- $(2)~_WinAPI_PtInRegion
- _WinAPI_PtInRegion($[$$hRgn], $[$$iX], $[$$iY])
- $(2)~_WinAPI_PtVisible
- _WinAPI_PtVisible($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_QueryDosDevice
- _WinAPI_QueryDosDevice($[$$sDevice])
- $(2)~_WinAPI_QueryInformationJobObject
- _WinAPI_QueryInformationJobObject($[$$hJob], $[$$iJobObjectInfoClass], $[ByRef $$tJobObjectInfo])
- $(2)~_WinAPI_QueryPerformanceCounter
- _WinAPI_QueryPerformanceCounter($[])
- $(2)~_WinAPI_QueryPerformanceFrequency
- _WinAPI_QueryPerformanceFrequency($[])
- $(2)~_WinAPI_RadialGradientFill
- _WinAPI_RadialGradientFill($[$$hDC], $[$$iX], $[$$iY], $[$$iRadius], $[$$iRGB1], $[$$iRGB2], $[$$fAngleStart = 0], $[$$fAngleEnd = 360], $[$$fStep = 5])
- $(2)~_WinAPI_ReadDirectoryChanges
- _WinAPI_ReadDirectoryChanges($[$$hDirectory], $[$$iFilter], $[$$pBuffer], $[$$iLength], $[$$bSubtree = 0])
- $(2)~_WinAPI_ReadFile
- _WinAPI_ReadFile($[$$hFile], $[$$pBuffer], $[$$iToRead], $[ByRef $$iRead], $[$$tOverlapped = 0])
- $(2)~_WinAPI_ReadProcessMemory
- _WinAPI_ReadProcessMemory($[$$hProcess], $[$$pBaseAddress], $[$$pBuffer], $[$$iSize], $[ByRef $$iRead])
- $(2)~_WinAPI_Rectangle
- _WinAPI_Rectangle($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_RectInRegion
- _WinAPI_RectInRegion($[$$hRgn], $[$$tRECT])
- $(2)~_WinAPI_RectIsEmpty
- _WinAPI_RectIsEmpty($[ByRef $$tRECT])
- $(2)~_WinAPI_RectVisible
- _WinAPI_RectVisible($[$$hDC], $[$$tRECT])
- $(2)~_WinAPI_RedrawWindow
- _WinAPI_RedrawWindow($[$$hWnd], $[$$tRECT = 0], $[$$hRegion = 0], $[$$iFlags = 5])
- $(2)~_WinAPI_RegCloseKey
- _WinAPI_RegCloseKey($[$$hKey], $[$$bFlush = False])
- $(2)~_WinAPI_RegConnectRegistry
- _WinAPI_RegConnectRegistry($[$$sComputer], $[$$hKey])
- $(2)~_WinAPI_RegCopyTree
- _WinAPI_RegCopyTree($[$$hSrcKey], $[$$sSrcSubKey], $[$$hDestKey])
- $(2)~_WinAPI_RegCopyTreeEx
- _WinAPI_RegCopyTreeEx($[$$hSrcKey], $[$$sSrcSubKey], $[$$hDestKey])
- $(2)~_WinAPI_RegCreateKey
- _WinAPI_RegCreateKey($[$$hKey], $[$$sSubKey = ''], $[$$iAccess = $$KEY_ALL_ACCESS], $[$$iOptions = 0], $[$$tSecurity = 0])
- $(2)~_WinAPI_RegDeleteEmptyKey
- _WinAPI_RegDeleteEmptyKey($[$$hKey], $[$$sSubKey = ''])
- $(2)~_WinAPI_RegDeleteKey
- _WinAPI_RegDeleteKey($[$$hKey], $[$$sSubKey = ''])
- $(2)~_WinAPI_RegDeleteKeyValue
- _WinAPI_RegDeleteKeyValue($[$$hKey], $[$$sSubKey], $[$$sValueName])
- $(2)~_WinAPI_RegDeleteTree
- _WinAPI_RegDeleteTree($[$$hKey], $[$$sSubKey = ''])
- $(2)~_WinAPI_RegDeleteTreeEx
- _WinAPI_RegDeleteTreeEx($[$$hKey], $[$$sSubKey = 0])
- $(2)~_WinAPI_RegDeleteValue
- _WinAPI_RegDeleteValue($[$$hKey], $[$$sValueName])
- $(2)~_WinAPI_RegDisableReflectionKey
- _WinAPI_RegDisableReflectionKey($[$$hKey])
- $(2)~_WinAPI_RegDuplicateHKey
- _WinAPI_RegDuplicateHKey($[$$hKey])
- $(2)~_WinAPI_RegEnableReflectionKey
- _WinAPI_RegEnableReflectionKey($[$$hKey])
- $(2)~_WinAPI_RegEnumKey
- _WinAPI_RegEnumKey($[$$hKey], $[$$iIndex])
- $(2)~_WinAPI_RegEnumValue
- _WinAPI_RegEnumValue($[$$hKey], $[$$iIndex])
- $(2)~_WinAPI_RegFlushKey
- _WinAPI_RegFlushKey($[$$hKey])
- $(2)~_WinAPI_RegisterApplicationRestart
- _WinAPI_RegisterApplicationRestart($[$$iFlags = 0], $[$$sCmd = ''])
- $(2)~_WinAPI_RegisterClass
- _WinAPI_RegisterClass($[$$tWNDCLASS])
- $(2)~_WinAPI_RegisterClassEx
- _WinAPI_RegisterClassEx($[$$tWNDCLASSEX])
- $(2)~_WinAPI_RegisterHotKey
- _WinAPI_RegisterHotKey($[$$hWnd], $[$$iID], $[$$iModifiers], $[$$vKey])
- $(2)~_WinAPI_RegisterPowerSettingNotification
- _WinAPI_RegisterPowerSettingNotification($[$$hWnd], $[$$sGUID])
- $(2)~_WinAPI_RegisterRawInputDevices
- _WinAPI_RegisterRawInputDevices($[$$paDevice], $[$$iCount = 1])
- $(2)~_WinAPI_RegisterShellHookWindow
- _WinAPI_RegisterShellHookWindow($[$$hWnd])
- $(2)~_WinAPI_RegisterWindowMessage
- _WinAPI_RegisterWindowMessage($[$$sMessage])
- $(2)~_WinAPI_RegLoadMUIString
- _WinAPI_RegLoadMUIString($[$$hKey], $[$$sValueName], $[$$sDirectory = ''])
- $(2)~_WinAPI_RegNotifyChangeKeyValue
- _WinAPI_RegNotifyChangeKeyValue($[$$hKey], $[$$iFilter], $[$$bSubtree = False], $[$$bAsync = False], $[$$hEvent = 0])
- $(2)~_WinAPI_RegOpenKey
- _WinAPI_RegOpenKey($[$$hKey], $[$$sSubKey = ''], $[$$iAccess = 0x000F003F])
- $(2)~_WinAPI_RegQueryInfoKey
- _WinAPI_RegQueryInfoKey($[$$hKey])
- $(2)~_WinAPI_RegQueryLastWriteTime
- _WinAPI_RegQueryLastWriteTime($[$$hKey])
- $(2)~_WinAPI_RegQueryMultipleValues
- _WinAPI_RegQueryMultipleValues($[$$hKey], $[ByRef $$aValent], $[ByRef $$pBuffer], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_RegQueryReflectionKey
- _WinAPI_RegQueryReflectionKey($[$$hKey])
- $(2)~_WinAPI_RegQueryValue
- _WinAPI_RegQueryValue($[$$hKey], $[$$sValueName], $[ByRef $$tValueData])
- $(2)~_WinAPI_RegRestoreKey
- _WinAPI_RegRestoreKey($[$$hKey], $[$$sFilePath])
- $(2)~_WinAPI_RegSaveKey
- _WinAPI_RegSaveKey($[$$hKey], $[$$sFilePath], $[$$bReplace = False], $[$$tSecurity = 0])
- $(2)~_WinAPI_RegSetValue
- _WinAPI_RegSetValue($[$$hKey], $[$$sValueName], $[$$iType], $[$$tValueData], $[$$iBytes])
- $(2)~_WinAPI_ReleaseCapture
- _WinAPI_ReleaseCapture($[])
- $(2)~_WinAPI_ReleaseDC
- _WinAPI_ReleaseDC($[$$hWnd], $[$$hDC])
- $(2)~_WinAPI_ReleaseMutex
- _WinAPI_ReleaseMutex($[$$hMutex])
- $(2)~_WinAPI_ReleaseSemaphore
- _WinAPI_ReleaseSemaphore($[$$hSemaphore], $[$$iIncrease = 1])
- $(2)~_WinAPI_ReleaseStream
- _WinAPI_ReleaseStream($[$$pStream])
- $(2)~_WinAPI_RemoveClipboardFormatListener
- _WinAPI_RemoveClipboardFormatListener($[$$hWnd])
- $(2)~_WinAPI_RemoveDirectory
- _WinAPI_RemoveDirectory($[$$sDirPath])
- $(2)~_WinAPI_RemoveFontMemResourceEx
- _WinAPI_RemoveFontMemResourceEx($[$$hFont])
- $(2)~_WinAPI_RemoveFontResourceEx
- _WinAPI_RemoveFontResourceEx($[$$sFont], $[$$iFlag = 0], $[$$bNotify = False])
- $(2)~_WinAPI_RemoveWindowSubclass
- _WinAPI_RemoveWindowSubclass($[$$hWnd], $[$$pSubclassProc], $[$$idSubClass])
- $(2)~_WinAPI_ReOpenFile
- _WinAPI_ReOpenFile($[$$hFile], $[$$iAccess], $[$$iShare], $[$$iFlags = 0])
- $(2)~_WinAPI_ReplaceFile
- _WinAPI_ReplaceFile($[$$sReplacedFile], $[$$sReplacementFile], $[$$sBackupFile = ''], $[$$iFlags = 0])
- $(2)~_WinAPI_ReplaceTextDlg
- _WinAPI_ReplaceTextDlg($[$$hOwner], $[$$sFindWhat = ''], $[$$sReplaceWith = ''], $[$$iFlags = 0], $[$$pReplaceProc = 0], $[$$lParam = 0])
- $(2)~_WinAPI_ResetEvent
- _WinAPI_ResetEvent($[$$hEvent])
- $(2)~_WinAPI_RestartDlg
- _WinAPI_RestartDlg($[$$sText = ''], $[$$iFlags = 2], $[$$hParent = 0])
- $(2)~_WinAPI_RestoreDC
- _WinAPI_RestoreDC($[$$hDC], $[$$iID])
- $(2)~_WinAPI_RGB
- _WinAPI_RGB($[$$iRed], $[$$iGreen], $[$$iBlue])
- $(2)~_WinAPI_RotatePoints
- _WinAPI_RotatePoints($[ByRef $$aPoint], $[$$iXC], $[$$iYC], $[$$fAngle], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_RoundRect
- _WinAPI_RoundRect($[$$hDC], $[$$tRECT], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_SaveDC
- _WinAPI_SaveDC($[$$hDC])
- $(2)~_WinAPI_SaveFileDlg
- _WinAPI_SaveFileDlg($[$$sTitle = ""], $[$$sInitDir = ""], $[$$sFilters = ""], $[$$iDefaultFilter = 0], $[$$sDefaultFilePath = ""], $[$$sDefaultExt = ""], $[$$iFlags = 0], $[$$iFlagsEx = 0], $[$$pOFNProc = 0], $[$$pData = 0], $[$$hParent = 0])
- $(2)~_WinAPI_SaveHBITMAPToFile
- _WinAPI_SaveHBITMAPToFile($[$$sFilePath], $[$$hBitmap], $[$$iXPelsPerMeter = Default], $[$$iYPelsPerMeter = Default])
- $(2)~_WinAPI_SaveHICONToFile
- _WinAPI_SaveHICONToFile($[$$sFilePath], $[Const ByRef $$vIcon], $[$$bCompress = 0], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_ScaleWindowExt
- _WinAPI_ScaleWindowExt($[$$hDC], $[$$iXNum], $[$$iXDenom], $[$$iYNum], $[$$iYDenom])
- $(2)~_WinAPI_ScreenToClient
- _WinAPI_ScreenToClient($[$$hWnd], $[ByRef $$tPoint])
- $(2)~_WinAPI_SearchPath
- _WinAPI_SearchPath($[$$sFilePath], $[$$sSearchPath = ''])
- $(2)~_WinAPI_SelectClipPath
- _WinAPI_SelectClipPath($[$$hDC], $[$$iMode = 5])
- $(2)~_WinAPI_SelectClipRgn
- _WinAPI_SelectClipRgn($[$$hDC], $[$$hRgn])
- $(2)~_WinAPI_SelectObject
- _WinAPI_SelectObject($[$$hDC], $[$$hGDIObj])
- $(2)~_WinAPI_SendMessageTimeout
- _WinAPI_SendMessageTimeout($[$$hWnd], $[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iTimeout = 1000], $[$$iFlags = 0])
- $(2)~_WinAPI_SetActiveWindow
- _WinAPI_SetActiveWindow($[$$hWnd])
- $(2)~_WinAPI_SetArcDirection
- _WinAPI_SetArcDirection($[$$hDC], $[$$iDirection])
- $(2)~_WinAPI_SetBitmapBits
- _WinAPI_SetBitmapBits($[$$hBitmap], $[$$iSize], $[$$pBits])
- $(2)~_WinAPI_SetBitmapDimensionEx
- _WinAPI_SetBitmapDimensionEx($[$$hBitmap], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_SetBkColor
- _WinAPI_SetBkColor($[$$hDC], $[$$iColor])
- $(2)~_WinAPI_SetBkMode
- _WinAPI_SetBkMode($[$$hDC], $[$$iBkMode])
- $(2)~_WinAPI_SetBoundsRect
- _WinAPI_SetBoundsRect($[$$hDC], $[$$iFlags], $[$$tRECT = 0])
- $(2)~_WinAPI_SetBrushOrg
- _WinAPI_SetBrushOrg($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_SetCapture
- _WinAPI_SetCapture($[$$hWnd])
- $(2)~_WinAPI_SetCaretBlinkTime
- _WinAPI_SetCaretBlinkTime($[$$iDuration])
- $(2)~_WinAPI_SetCaretPos
- _WinAPI_SetCaretPos($[$$iX], $[$$iY])
- $(2)~_WinAPI_SetClassLongEx
- _WinAPI_SetClassLongEx($[$$hWnd], $[$$iIndex], $[$$iNewLong])
- $(2)~_WinAPI_SetColorAdjustment
- _WinAPI_SetColorAdjustment($[$$hDC], $[$$tAdjustment])
- $(2)~_WinAPI_SetCompression
- _WinAPI_SetCompression($[$$sFilePath], $[$$iCompression])
- $(2)~_WinAPI_SetCurrentDirectory
- _WinAPI_SetCurrentDirectory($[$$sDir])
- $(2)~_WinAPI_SetCurrentProcessExplicitAppUserModelID
- _WinAPI_SetCurrentProcessExplicitAppUserModelID($[$$sAppID])
- $(2)~_WinAPI_SetCursor
- _WinAPI_SetCursor($[$$hCursor])
- $(2)~_WinAPI_SetDCBrushColor
- _WinAPI_SetDCBrushColor($[$$hDC], $[$$iRGB])
- $(2)~_WinAPI_SetDCPenColor
- _WinAPI_SetDCPenColor($[$$hDC], $[$$iRGB])
- $(2)~_WinAPI_SetDefaultPrinter
- _WinAPI_SetDefaultPrinter($[$$sPrinter])
- $(2)~_WinAPI_SetDeviceGammaRamp
- _WinAPI_SetDeviceGammaRamp($[$$hDC], $[Const ByRef $$aRamp])
- $(2)~_WinAPI_SetDIBColorTable
- _WinAPI_SetDIBColorTable($[$$hBitmap], $[$$tColorTable], $[$$iColorCount])
- $(2)~_WinAPI_SetDIBits
- _WinAPI_SetDIBits($[$$hDC], $[$$hBitmap], $[$$iStartScan], $[$$iScanLines], $[$$pBits], $[$$tBMI], $[$$iColorUse = 0])
- $(2)~_WinAPI_SetDIBitsToDevice
- _WinAPI_SetDIBitsToDevice($[$$hDC], $[$$iXDest], $[$$iYDest], $[$$iWidth], $[$$iHeight], $[$$iXSrc], $[$$iYSrc], $[$$iStartScan], $[$$iScanLines], $[$$tBITMAPINFO], $[$$iUsage], $[$$pBits])
- $(2)~_WinAPI_SetDllDirectory
- _WinAPI_SetDllDirectory($[$$sDirPath = Default])
- $(2)~_WinAPI_SetEndOfFile
- _WinAPI_SetEndOfFile($[$$hFile])
- $(2)~_WinAPI_SetEnhMetaFileBits
- _WinAPI_SetEnhMetaFileBits($[$$pData], $[$$iLength])
- $(2)~_WinAPI_SetErrorMode
- _WinAPI_SetErrorMode($[$$iMode])
- $(2)~_WinAPI_SetEvent
- _WinAPI_SetEvent($[$$hEvent])
- $(2)~_WinAPI_SetFileAttributes
- _WinAPI_SetFileAttributes($[$$sFilePath], $[$$iAttributes])
- $(2)~_WinAPI_SetFileInformationByHandleEx
- _WinAPI_SetFileInformationByHandleEx($[$$hFile], $[$$tFILEINFO])
- $(2)~_WinAPI_SetFilePointer
- _WinAPI_SetFilePointer($[$$hFile], $[$$iPos], $[$$iMethod = 0])
- $(2)~_WinAPI_SetFilePointerEx
- _WinAPI_SetFilePointerEx($[$$hFile], $[$$iPos], $[$$iMethod = 0])
- $(2)~_WinAPI_SetFileShortName
- _WinAPI_SetFileShortName($[$$hFile], $[$$sShortName])
- $(2)~_WinAPI_SetFileValidData
- _WinAPI_SetFileValidData($[$$hFile], $[$$iLength])
- $(2)~_WinAPI_SetFocus
- _WinAPI_SetFocus($[$$hWnd])
- $(2)~_WinAPI_SetFont
- _WinAPI_SetFont($[$$hWnd], $[$$hFont], $[$$bRedraw = True])
- $(2)~_WinAPI_SetForegroundWindow
- _WinAPI_SetForegroundWindow($[$$hWnd])
- $(2)~_WinAPI_SetFRBuffer
- _WinAPI_SetFRBuffer($[$$iChars])
- $(2)~_WinAPI_SetGraphicsMode
- _WinAPI_SetGraphicsMode($[$$hDC], $[$$iMode])
- $(2)~_WinAPI_SetHandleInformation
- _WinAPI_SetHandleInformation($[$$hObject], $[$$iMask], $[$$iFlags])
- $(2)~_WinAPI_SetInformationJobObject
- _WinAPI_SetInformationJobObject($[$$hJob], $[$$iJobObjectInfoClass], $[$$tJobObjectInfo])
- $(2)~_WinAPI_SetKeyboardLayout
- _WinAPI_SetKeyboardLayout($[$$hWnd], $[$$iLanguage], $[$$iFlags = 0])
- $(2)~_WinAPI_SetKeyboardState
- _WinAPI_SetKeyboardState($[$$tState])
- $(2)~_WinAPI_SetLastError
- _WinAPI_SetLastError($[$$iErrorCode])
- $(2)~_WinAPI_SetLayeredWindowAttributes
- _WinAPI_SetLayeredWindowAttributes($[$$hWnd], $[$$iTransColor], $[$$iTransGUI = 255], $[$$iFlags = 0x03], $[$$bColorRef = False])
- $(2)~_WinAPI_SetLocaleInfo
- _WinAPI_SetLocaleInfo($[$$iLCID], $[$$iType], $[$$sData])
- $(2)~_WinAPI_SetMapMode
- _WinAPI_SetMapMode($[$$hDC], $[$$iMode])
- $(2)~_WinAPI_SetMessageExtraInfo
- _WinAPI_SetMessageExtraInfo($[$$lParam])
- $(2)~_WinAPI_SetParent
- _WinAPI_SetParent($[$$hWndChild], $[$$hWndParent])
- $(2)~_WinAPI_SetPixel
- _WinAPI_SetPixel($[$$hDC], $[$$iX], $[$$iY], $[$$iRGB])
- $(2)~_WinAPI_SetPolyFillMode
- _WinAPI_SetPolyFillMode($[$$hDC], $[$$iMode = 1])
- $(2)~_WinAPI_SetPriorityClass
- _WinAPI_SetPriorityClass($[$$iPriority], $[$$iPID = 0])
- $(2)~_WinAPI_SetProcessAffinityMask
- _WinAPI_SetProcessAffinityMask($[$$hProcess], $[$$iMask])
- $(2)~_WinAPI_SetProcessShutdownParameters
- _WinAPI_SetProcessShutdownParameters($[$$iLevel], $[$$bDialog = False])
- $(2)~_WinAPI_SetProcessWindowStation
- _WinAPI_SetProcessWindowStation($[$$hStation])
- $(2)~_WinAPI_SetRectRgn
- _WinAPI_SetRectRgn($[$$hRgn], $[$$tRECT])
- $(2)~_WinAPI_SetROP2
- _WinAPI_SetROP2($[$$hDC], $[$$iMode])
- $(2)~_WinAPI_SetSearchPathMode
- _WinAPI_SetSearchPathMode($[$$iFlags])
- $(2)~_WinAPI_SetStretchBltMode
- _WinAPI_SetStretchBltMode($[$$hDC], $[$$iMode])
- $(2)~_WinAPI_SetSysColors
- _WinAPI_SetSysColors($[$$vElements], $[$$vColors])
- $(2)~_WinAPI_SetSystemCursor
- _WinAPI_SetSystemCursor($[$$hCursor], $[$$iID], $[$$bCopy = False])
- $(2)~_WinAPI_SetTextAlign
- _WinAPI_SetTextAlign($[$$hDC], $[$$iMode = 0])
- $(2)~_WinAPI_SetTextCharacterExtra
- _WinAPI_SetTextCharacterExtra($[$$hDC], $[$$iCharExtra])
- $(2)~_WinAPI_SetTextColor
- _WinAPI_SetTextColor($[$$hDC], $[$$iColor])
- $(2)~_WinAPI_SetTextJustification
- _WinAPI_SetTextJustification($[$$hDC], $[$$iBreakExtra], $[$$iBreakCount])
- $(2)~_WinAPI_SetThemeAppProperties
- _WinAPI_SetThemeAppProperties($[$$iFlags])
- $(2)~_WinAPI_SetThreadDesktop
- _WinAPI_SetThreadDesktop($[$$hDesktop])
- $(2)~_WinAPI_SetThreadErrorMode
- _WinAPI_SetThreadErrorMode($[$$iMode])
- $(2)~_WinAPI_SetThreadExecutionState
- _WinAPI_SetThreadExecutionState($[$$iFlags])
- $(2)~_WinAPI_SetThreadLocale
- _WinAPI_SetThreadLocale($[$$iLCID])
- $(2)~_WinAPI_SetThreadUILanguage
- _WinAPI_SetThreadUILanguage($[$$iLanguage])
- $(2)~_WinAPI_SetTimer
- _WinAPI_SetTimer($[$$hWnd], $[$$iTimerID], $[$$iElapse], $[$$pTimerFunc])
- $(2)~_WinAPI_SetUDFColorMode
- _WinAPI_SetUDFColorMode($[$$iMode])
- $(2)~_WinAPI_SetUserGeoID
- _WinAPI_SetUserGeoID($[$$iGEOID])
- $(2)~_WinAPI_SetUserObjectInformation
- _WinAPI_SetUserObjectInformation($[$$hObject], $[$$iIndex], $[$$tData])
- $(2)~_WinAPI_SetVolumeMountPoint
- _WinAPI_SetVolumeMountPoint($[$$sFilePath], $[$$sGUID])
- $(2)~_WinAPI_SetWindowDisplayAffinity
- _WinAPI_SetWindowDisplayAffinity($[$$hWnd], $[$$iAffinity])
- $(2)~_WinAPI_SetWindowExt
- _WinAPI_SetWindowExt($[$$hDC], $[$$iXExtent], $[$$iYExtent])
- $(2)~_WinAPI_SetWindowLong
- _WinAPI_SetWindowLong($[$$hWnd], $[$$iIndex], $[$$iValue])
- $(2)~_WinAPI_SetWindowOrg
- _WinAPI_SetWindowOrg($[$$hDC], $[$$iX], $[$$iY])
- $(2)~_WinAPI_SetWindowPlacement
- _WinAPI_SetWindowPlacement($[$$hWnd], $[$$tWindowPlacement])
- $(2)~_WinAPI_SetWindowPos
- _WinAPI_SetWindowPos($[$$hWnd], $[$$hAfter], $[$$iX], $[$$iY], $[$$iCX], $[$$iCY], $[$$iFlags])
- $(2)~_WinAPI_SetWindowRgn
- _WinAPI_SetWindowRgn($[$$hWnd], $[$$hRgn], $[$$bRedraw = True])
- $(2)~_WinAPI_SetWindowsHookEx
- _WinAPI_SetWindowsHookEx($[$$iHook], $[$$pProc], $[$$hDll], $[$$iThreadId = 0])
- $(2)~_WinAPI_SetWindowSubclass
- _WinAPI_SetWindowSubclass($[$$hWnd], $[$$pSubclassProc], $[$$idSubClass], $[$$pData = 0])
- $(2)~_WinAPI_SetWindowText
- _WinAPI_SetWindowText($[$$hWnd], $[$$sText])
- $(2)~_WinAPI_SetWindowTheme
- _WinAPI_SetWindowTheme($[$$hWnd], $[$$sName = Default], $[$$sList = Default])
- $(2)~_WinAPI_SetWinEventHook
- _WinAPI_SetWinEventHook($[$$iEventMin], $[$$iEventMax], $[$$pEventProc], $[$$iPID = 0], $[$$iThreadId = 0], $[$$iFlags = 0])
- $(2)~_WinAPI_SetWorldTransform
- _WinAPI_SetWorldTransform($[$$hDC], $[$$tXFORM])
- $(2)~_WinAPI_SfcIsFileProtected
- _WinAPI_SfcIsFileProtected($[$$sFilePath])
- $(2)~_WinAPI_SfcIsKeyProtected
- _WinAPI_SfcIsKeyProtected($[$$hKey], $[$$sSubKey = Default], $[$$iFlag = 0])
- $(2)~_WinAPI_ShellAboutDlg
- _WinAPI_ShellAboutDlg($[$$sTitle], $[$$sName], $[$$sText], $[$$hIcon = 0], $[$$hParent = 0])
- $(2)~_WinAPI_ShellAddToRecentDocs
- _WinAPI_ShellAddToRecentDocs($[$$sFilePath])
- $(2)~_WinAPI_ShellChangeNotify
- _WinAPI_ShellChangeNotify($[$$iEvent], $[$$iFlags], $[$$iItem1 = 0], $[$$iItem2 = 0])
- $(2)~_WinAPI_ShellChangeNotifyDeregister
- _WinAPI_ShellChangeNotifyDeregister($[$$iID])
- $(2)~_WinAPI_ShellChangeNotifyRegister
- _WinAPI_ShellChangeNotifyRegister($[$$hWnd], $[$$iMsg], $[$$iEvents], $[$$iSources], $[$$aPaths], $[$$bRecursive = False])
- $(2)~_WinAPI_ShellCreateDirectory
- _WinAPI_ShellCreateDirectory($[$$sFilePath], $[$$hParent = 0], $[$$tSecurity = 0])
- $(2)~_WinAPI_ShellEmptyRecycleBin
- _WinAPI_ShellEmptyRecycleBin($[$$sRoot = ''], $[$$iFlags = 0], $[$$hParent = 0])
- $(2)~_WinAPI_ShellExecute
- _WinAPI_ShellExecute($[$$sFilePath], $[$$sArgs = ''], $[$$sDir = ''], $[$$sVerb = ''], $[$$iShow = 1], $[$$hParent = 0])
- $(2)~_WinAPI_ShellExecuteEx
- _WinAPI_ShellExecuteEx($[ByRef $$tSHEXINFO])
- $(2)~_WinAPI_ShellExtractAssociatedIcon
- _WinAPI_ShellExtractAssociatedIcon($[$$sFilePath], $[$$bSmall = False])
- $(2)~_WinAPI_ShellExtractIcon
- _WinAPI_ShellExtractIcon($[$$sIcon], $[$$iIndex], $[$$iWidth], $[$$iHeight])
- $(2)~_WinAPI_ShellFileOperation
- _WinAPI_ShellFileOperation($[$$sFrom], $[$$sTo], $[$$iFunc], $[$$iFlags], $[$$sTitle = ''], $[$$hParent = 0])
- $(2)~_WinAPI_ShellFlushSFCache
- _WinAPI_ShellFlushSFCache($[])
- $(2)~_WinAPI_ShellGetFileInfo
- _WinAPI_ShellGetFileInfo($[$$sFilePath], $[$$iFlags], $[$$iAttributes], $[ByRef $$tSHFILEINFO])
- $(2)~_WinAPI_ShellGetIconOverlayIndex
- _WinAPI_ShellGetIconOverlayIndex($[$$sIcon], $[$$iIndex])
- $(2)~_WinAPI_ShellGetImageList
- _WinAPI_ShellGetImageList($[$$bSmall = False])
- $(2)~_WinAPI_ShellGetKnownFolderIDList
- _WinAPI_ShellGetKnownFolderIDList($[$$sGUID], $[$$iFlags = 0], $[$$hToken = 0])
- $(2)~_WinAPI_ShellGetKnownFolderPath
- _WinAPI_ShellGetKnownFolderPath($[$$sGUID], $[$$iFlags = 0], $[$$hToken = 0])
- $(2)~_WinAPI_ShellGetLocalizedName
- _WinAPI_ShellGetLocalizedName($[$$sFilePath])
- $(2)~_WinAPI_ShellGetPathFromIDList
- _WinAPI_ShellGetPathFromIDList($[$$pPIDL])
- $(2)~_WinAPI_ShellGetSetFolderCustomSettings
- _WinAPI_ShellGetSetFolderCustomSettings($[$$sFilePath], $[$$iFlag], $[ByRef $$tSHFCS])
- $(2)~_WinAPI_ShellGetSettings
- _WinAPI_ShellGetSettings($[$$iFlags])
- $(2)~_WinAPI_ShellGetSpecialFolderLocation
- _WinAPI_ShellGetSpecialFolderLocation($[$$iCSIDL])
- $(2)~_WinAPI_ShellGetSpecialFolderPath
- _WinAPI_ShellGetSpecialFolderPath($[$$iCSIDL], $[$$bCreate = False])
- $(2)~_WinAPI_ShellGetStockIconInfo
- _WinAPI_ShellGetStockIconInfo($[$$iSIID], $[$$iFlags])
- $(2)~_WinAPI_ShellILCreateFromPath
- _WinAPI_ShellILCreateFromPath($[$$sFilePath])
- $(2)~_WinAPI_ShellNotifyIcon
- _WinAPI_ShellNotifyIcon($[$$iMessage], $[$$tNOTIFYICONDATA])
- $(2)~_WinAPI_ShellNotifyIconGetRect
- _WinAPI_ShellNotifyIconGetRect($[$$hWnd], $[$$iID], $[$$tGUID = 0])
- $(2)~_WinAPI_ShellObjectProperties
- _WinAPI_ShellObjectProperties($[$$sFilePath], $[$$iType = 2], $[$$sProperty = ''], $[$$hParent = 0])
- $(2)~_WinAPI_ShellOpenFolderAndSelectItems
- _WinAPI_ShellOpenFolderAndSelectItems($[$$sFilePath], $[$$aNames = 0], $[$$iStart = 0], $[$$iEnd = -1], $[$$iFlags = 0])
- $(2)~_WinAPI_ShellOpenWithDlg
- _WinAPI_ShellOpenWithDlg($[$$sFilePath], $[$$iFlags = 0], $[$$hParent = 0])
- $(2)~_WinAPI_ShellQueryRecycleBin
- _WinAPI_ShellQueryRecycleBin($[$$sRoot = ''])
- $(2)~_WinAPI_ShellQueryUserNotificationState
- _WinAPI_ShellQueryUserNotificationState($[])
- $(2)~_WinAPI_ShellRemoveLocalizedName
- _WinAPI_ShellRemoveLocalizedName($[$$sFilePath])
- $(2)~_WinAPI_ShellRestricted
- _WinAPI_ShellRestricted($[$$iRestriction])
- $(2)~_WinAPI_ShellSetKnownFolderPath
- _WinAPI_ShellSetKnownFolderPath($[$$sGUID], $[$$sFilePath], $[$$iFlags = 0], $[$$hToken = 0])
- $(2)~_WinAPI_ShellSetLocalizedName
- _WinAPI_ShellSetLocalizedName($[$$sFilePath], $[$$sModule], $[$$iResID])
- $(2)~_WinAPI_ShellSetSettings
- _WinAPI_ShellSetSettings($[$$iFlags], $[$$bSet])
- $(2)~_WinAPI_ShellStartNetConnectionDlg
- _WinAPI_ShellStartNetConnectionDlg($[$$sRemote = ''], $[$$iFlags = 0], $[$$hParent = 0])
- $(2)~_WinAPI_ShellUpdateImage
- _WinAPI_ShellUpdateImage($[$$sIcon], $[$$iIndex], $[$$iImage], $[$$iFlags = 0])
- $(2)~_WinAPI_ShellUserAuthenticationDlg
- _WinAPI_ShellUserAuthenticationDlg($[$$sCaption], $[$$sMessage], $[$$sUser], $[$$sPassword], $[$$sTarget], $[$$iFlags = 0], $[$$iError = 0], $[$$bSave = False], $[$$hBitmap = 0], $[$$hParent = 0])
- $(2)~_WinAPI_ShellUserAuthenticationDlgEx
- _WinAPI_ShellUserAuthenticationDlgEx($[$$sCaption], $[$$sMessage], $[$$sUser], $[$$sPassword], $[$$iFlags = 0], $[$$iAuthError = 0], $[$$bSave = False], $[$$iPackage = 0], $[$$hParent = 0])
- $(2)~_WinAPI_ShortToWord
- _WinAPI_ShortToWord($[$$iValue])
- $(2)~_WinAPI_ShowCaret
- _WinAPI_ShowCaret($[$$hWnd])
- $(2)~_WinAPI_ShowCursor
- _WinAPI_ShowCursor($[$$bShow])
- $(2)~_WinAPI_ShowError
- _WinAPI_ShowError($[$$sText], $[$$bExit = True])
- $(2)~_WinAPI_ShowLastError
- _WinAPI_ShowLastError($[$$sText = ''], $[$$bAbort = False], $[$$iLanguage = 0])
- $(2)~_WinAPI_ShowMsg
- _WinAPI_ShowMsg($[$$sText])
- $(2)~_WinAPI_ShowOwnedPopups
- _WinAPI_ShowOwnedPopups($[$$hWnd], $[$$bShow])
- $(2)~_WinAPI_ShowWindow
- _WinAPI_ShowWindow($[$$hWnd], $[$$iCmdShow = 5])
- $(2)~_WinAPI_ShutdownBlockReasonCreate
- _WinAPI_ShutdownBlockReasonCreate($[$$hWnd], $[$$sText])
- $(2)~_WinAPI_ShutdownBlockReasonDestroy
- _WinAPI_ShutdownBlockReasonDestroy($[$$hWnd])
- $(2)~_WinAPI_ShutdownBlockReasonQuery
- _WinAPI_ShutdownBlockReasonQuery($[$$hWnd])
- $(2)~_WinAPI_SizeOfResource
- _WinAPI_SizeOfResource($[$$hInstance], $[$$hResource])
- $(2)~_WinAPI_StretchBlt
- _WinAPI_StretchBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$iRop])
- $(2)~_WinAPI_StretchDIBits
- _WinAPI_StretchDIBits($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$tBITMAPINFO], $[$$iUsage], $[$$pBits], $[$$iRop])
- $(2)~_WinAPI_StrFormatByteSize
- _WinAPI_StrFormatByteSize($[$$iSize])
- $(2)~_WinAPI_StrFormatByteSizeEx
- _WinAPI_StrFormatByteSizeEx($[$$iSize])
- $(2)~_WinAPI_StrFormatKBSize
- _WinAPI_StrFormatKBSize($[$$iSize])
- $(2)~_WinAPI_StrFromTimeInterval
- _WinAPI_StrFromTimeInterval($[$$iTime], $[$$iDigits = 7])
- $(2)~_WinAPI_StringFromGUID
- _WinAPI_StringFromGUID($[$$tGUID])
- $(2)~_WinAPI_StringLenA
- _WinAPI_StringLenA($[Const ByRef $$tString])
- $(2)~_WinAPI_StringLenW
- _WinAPI_StringLenW($[Const ByRef $$tString])
- $(2)~_WinAPI_StrLen
- _WinAPI_StrLen($[$$pString], $[$$bUnicode = True])
- $(2)~_WinAPI_StrokeAndFillPath
- _WinAPI_StrokeAndFillPath($[$$hDC])
- $(2)~_WinAPI_StrokePath
- _WinAPI_StrokePath($[$$hDC])
- $(2)~_WinAPI_StructToArray
- _WinAPI_StructToArray($[$$tStruct], $[$$iItems = 0])
- $(2)~_WinAPI_SubLangId
- _WinAPI_SubLangId($[$$iLngID])
- $(2)~_WinAPI_SubtractRect
- _WinAPI_SubtractRect($[$$tRECT1], $[$$tRECT2])
- $(2)~_WinAPI_SwapDWord
- _WinAPI_SwapDWord($[$$iValue])
- $(2)~_WinAPI_SwapQWord
- _WinAPI_SwapQWord($[$$iValue])
- $(2)~_WinAPI_SwapWord
- _WinAPI_SwapWord($[$$iValue])
- $(2)~_WinAPI_SwitchColor
- _WinAPI_SwitchColor($[$$iColor])
- $(2)~_WinAPI_SwitchDesktop
- _WinAPI_SwitchDesktop($[$$hDesktop])
- $(2)~_WinAPI_SwitchToThisWindow
- _WinAPI_SwitchToThisWindow($[$$hWnd], $[$$bAltTab = False])
- $(2)~_WinAPI_SystemParametersInfo
- _WinAPI_SystemParametersInfo($[$$iAction], $[$$iParam = 0], $[$$vParam = 0], $[$$iWinIni = 0])
- $(2)~_WinAPI_TabbedTextOut
- _WinAPI_TabbedTextOut($[$$hDC], $[$$iX], $[$$iY], $[$$sText], $[$$aTab = 0], $[$$iStart = 0], $[$$iEnd = -1], $[$$iOrigin = 0])
- $(2)~_WinAPI_TerminateJobObject
- _WinAPI_TerminateJobObject($[$$hJob], $[$$iExitCode = 0])
- $(2)~_WinAPI_TerminateProcess
- _WinAPI_TerminateProcess($[$$hProcess], $[$$iExitCode = 0])
- $(2)~_WinAPI_TextOut
- _WinAPI_TextOut($[$$hDC], $[$$iX], $[$$iY], $[$$sText])
- $(2)~_WinAPI_TileWindows
- _WinAPI_TileWindows($[$$aWnds], $[$$tRECT = 0], $[$$hParent = 0], $[$$iFlags = 0], $[$$iStart = 0], $[$$iEnd = -1])
- $(2)~_WinAPI_TrackMouseEvent
- _WinAPI_TrackMouseEvent($[$$hWnd], $[$$iFlags], $[$$iTime = -1])
- $(2)~_WinAPI_TransparentBlt
- _WinAPI_TransparentBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$iRGB])
- $(2)~_WinAPI_TwipsPerPixelX
- _WinAPI_TwipsPerPixelX($[])
- $(2)~_WinAPI_TwipsPerPixelY
- _WinAPI_TwipsPerPixelY($[])
- $(2)~_WinAPI_UnhookWindowsHookEx
- _WinAPI_UnhookWindowsHookEx($[$$hHook])
- $(2)~_WinAPI_UnhookWinEvent
- _WinAPI_UnhookWinEvent($[$$hEventHook])
- $(2)~_WinAPI_UnionRect
- _WinAPI_UnionRect($[$$tRECT1], $[$$tRECT2])
- $(2)~_WinAPI_UnionStruct
- _WinAPI_UnionStruct($[$$tStruct1], $[$$tStruct2], $[$$sStruct = ''])
- $(2)~_WinAPI_UniqueHardwareID
- _WinAPI_UniqueHardwareID($[$$iFlags = 0])
- $(2)~_WinAPI_UnloadKeyboardLayout
- _WinAPI_UnloadKeyboardLayout($[$$hLocale])
- $(2)~_WinAPI_UnlockFile
- _WinAPI_UnlockFile($[$$hFile], $[$$iOffset], $[$$iLength])
- $(2)~_WinAPI_UnmapViewOfFile
- _WinAPI_UnmapViewOfFile($[$$pAddress])
- $(2)~_WinAPI_UnregisterApplicationRestart
- _WinAPI_UnregisterApplicationRestart($[])
- $(2)~_WinAPI_UnregisterClass
- _WinAPI_UnregisterClass($[$$sClass], $[$$hInstance = 0])
- $(2)~_WinAPI_UnregisterHotKey
- _WinAPI_UnregisterHotKey($[$$hWnd], $[$$iID])
- $(2)~_WinAPI_UnregisterPowerSettingNotification
- _WinAPI_UnregisterPowerSettingNotification($[$$hNotify])
- $(2)~_WinAPI_UpdateLayeredWindow
- _WinAPI_UpdateLayeredWindow($[$$hWnd], $[$$hDestDC], $[$$tPTDest], $[$$tSize], $[$$hSrcDC], $[$$tPTSrce], $[$$iRGB], $[$$tBlend], $[$$iFlags])
- $(2)~_WinAPI_UpdateLayeredWindowEx
- _WinAPI_UpdateLayeredWindowEx($[$$hWnd], $[$$iX], $[$$iY], $[$$hBitmap], $[$$iOpacity = 255], $[$$bDelete = False])
- $(2)~_WinAPI_UpdateLayeredWindowIndirect
- _WinAPI_UpdateLayeredWindowIndirect($[$$hWnd], $[$$tULWINFO])
- $(2)~_WinAPI_UpdateResource
- _WinAPI_UpdateResource($[$$hUpdate], $[$$sType], $[$$sName], $[$$iLanguage], $[$$pData], $[$$iSize])
- $(2)~_WinAPI_UpdateWindow
- _WinAPI_UpdateWindow($[$$hWnd])
- $(2)~_WinAPI_UrlApplyScheme
- _WinAPI_UrlApplyScheme($[$$sUrl], $[$$iFlags = 1])
- $(2)~_WinAPI_UrlCanonicalize
- _WinAPI_UrlCanonicalize($[$$sUrl], $[$$iFlags])
- $(2)~_WinAPI_UrlCombine
- _WinAPI_UrlCombine($[$$sUrl], $[$$sPart], $[$$iFlags = 0])
- $(2)~_WinAPI_UrlCompare
- _WinAPI_UrlCompare($[$$sUrl1], $[$$sUrl2], $[$$bIgnoreSlash = False])
- $(2)~_WinAPI_UrlCreateFromPath
- _WinAPI_UrlCreateFromPath($[$$sFilePath])
- $(2)~_WinAPI_UrlFixup
- _WinAPI_UrlFixup($[$$sUrl])
- $(2)~_WinAPI_UrlGetPart
- _WinAPI_UrlGetPart($[$$sUrl], $[$$iPart])
- $(2)~_WinAPI_UrlHash
- _WinAPI_UrlHash($[$$sUrl], $[$$iLength = 32])
- $(2)~_WinAPI_UrlIs
- _WinAPI_UrlIs($[$$sUrl], $[$$iType = 0])
- $(2)~_WinAPI_UserHandleGrantAccess
- _WinAPI_UserHandleGrantAccess($[$$hObject], $[$$hJob], $[$$bGrant])
- $(2)~_WinAPI_ValidateRect
- _WinAPI_ValidateRect($[$$hWnd], $[$$tRECT = 0])
- $(2)~_WinAPI_ValidateRgn
- _WinAPI_ValidateRgn($[$$hWnd], $[$$hRgn = 0])
- $(2)~_WinAPI_VerQueryRoot
- _WinAPI_VerQueryRoot($[$$pData])
- $(2)~_WinAPI_VerQueryValue
- _WinAPI_VerQueryValue($[$$pData], $[$$sValues = ''])
- $(2)~_WinAPI_VerQueryValueEx
- _WinAPI_VerQueryValueEx($[$$hModule], $[$$sValues = ''], $[$$iLanguage = 0x0400])
- $(2)~_WinAPI_WaitForInputIdle
- _WinAPI_WaitForInputIdle($[$$hProcess], $[$$iTimeout = -1])
- $(2)~_WinAPI_WaitForMultipleObjects
- _WinAPI_WaitForMultipleObjects($[$$iCount], $[$$paHandles], $[$$bWaitAll = False], $[$$iTimeout = -1])
- $(2)~_WinAPI_WaitForSingleObject
- _WinAPI_WaitForSingleObject($[$$hHandle], $[$$iTimeout = -1])
- $(2)~_WinAPI_WideCharToMultiByte
- _WinAPI_WideCharToMultiByte($[$$vUnicode], $[$$iCodePage = 0], $[$$bRetNoStruct = True], $[$$bRetBinary = False])
- $(2)~_WinAPI_WidenPath
- _WinAPI_WidenPath($[$$hDC])
- $(2)~_WinAPI_WindowFromDC
- _WinAPI_WindowFromDC($[$$hDC])
- $(2)~_WinAPI_WindowFromPoint
- _WinAPI_WindowFromPoint($[ByRef $$tPoint])
- $(2)~_WinAPI_WordToShort
- _WinAPI_WordToShort($[$$iValue])
- $(2)~_WinAPI_Wow64EnableWow64FsRedirection
- _WinAPI_Wow64EnableWow64FsRedirection($[$$bEnable])
- $(2)~_WinAPI_WriteConsole
- _WinAPI_WriteConsole($[$$hConsole], $[$$sText])
- $(2)~_WinAPI_WriteFile
- _WinAPI_WriteFile($[$$hFile], $[$$pBuffer], $[$$iToWrite], $[ByRef $$iWritten], $[$$tOverlapped = 0])
- $(2)~_WinAPI_WriteProcessMemory
- _WinAPI_WriteProcessMemory($[$$hProcess], $[$$pBaseAddress], $[$$pBuffer], $[$$iSize], $[ByRef $$iWritten], $[$$sBuffer = "ptr"])
- $(2)~_WinAPI_ZeroMemory
- _WinAPI_ZeroMemory($[$$pMemory], $[$$iLength])
- $(2)~_WinNet_AddConnection
- _WinNet_AddConnection($[$$sLocalName], $[$$sRemoteName], $[$$sPassword = 0])
- $(2)~_WinNet_AddConnection2
- _WinNet_AddConnection2($[$$sLocalName], $[$$sRemoteName], $[$$sUserName = 0], $[$$sPassword = 0], $[$$iType = 1], $[$$iOptions = 1])
- $(2)~_WinNet_AddConnection3
- _WinNet_AddConnection3($[$$hWnd], $[$$sLocalName], $[$$sRemoteName], $[$$sUserName = 0], $[$$sPassword = 0], $[$$iType = 1], $[$$iOptions = 1])
- $(2)~_WinNet_CancelConnection
- _WinNet_CancelConnection($[$$sName], $[$$bForce = True])
- $(2)~_WinNet_CancelConnection2
- _WinNet_CancelConnection2($[$$sName], $[$$bUpdate = True], $[$$bForce = True])
- $(2)~_WinNet_CloseEnum
- _WinNet_CloseEnum($[$$hEnum])
- $(2)~_WinNet_ConnectionDialog
- _WinNet_ConnectionDialog($[$$hWnd])
- $(2)~_WinNet_ConnectionDialog1
- _WinNet_ConnectionDialog1($[$$hWnd], $[$$sRemoteName = ""], $[$$iFlags = 2])
- $(2)~_WinNet_DisconnectDialog
- _WinNet_DisconnectDialog($[$$hWnd])
- $(2)~_WinNet_DisconnectDialog1
- _WinNet_DisconnectDialog1($[$$hWnd], $[$$sLocalName], $[$$sRemoteName = ""], $[$$iFlags = 1])
- $(2)~_WinNet_EnumResource
- _WinNet_EnumResource($[$$hEnum], $[ByRef $$iCount], $[$$pBuffer], $[ByRef $$iBufSize])
- $(2)~_WinNet_GetConnection
- _WinNet_GetConnection($[$$sLocalName])
- $(2)~_WinNet_GetConnectionPerformance
- _WinNet_GetConnectionPerformance($[$$sLocalName], $[$$sRemoteName])
- $(2)~_WinNet_GetLastError
- _WinNet_GetLastError($[ByRef $$iError], $[ByRef $$sError], $[ByRef $$sName])
- $(2)~_WinNet_GetNetworkInformation
- _WinNet_GetNetworkInformation($[$$sName])
- $(2)~_WinNet_GetProviderName
- _WinNet_GetProviderName($[$$iType])
- $(2)~_WinNet_GetResourceInformation
- _WinNet_GetResourceInformation($[$$sRemoteName], $[$$sProvider = ""], $[$$iType = 0])
- $(2)~_WinNet_GetResourceParent
- _WinNet_GetResourceParent($[$$sRemoteName], $[$$sProvider], $[$$iType = 0])
- $(2)~_WinNet_GetUniversalName
- _WinNet_GetUniversalName($[$$sLocalPath])
- $(2)~_WinNet_GetUser
- _WinNet_GetUser($[$$sName])
- $(2)~_WinNet_OpenEnum
- _WinNet_OpenEnum($[$$iScope], $[$$iType], $[$$iUsage], $[$$tResource], $[ByRef $$hEnum])
- $(2)~_WinNet_RestoreConnection
- _WinNet_RestoreConnection($[$$sDevice = ""], $[$$hWnd = 0], $[$$bUseUI = True])
- $(2)~_WinNet_UseConnection
- _WinNet_UseConnection($[$$hWnd], $[$$sLocalName], $[$$sRemoteName], $[$$sUserName = 0], $[$$sPassword = 0], $[$$iType = 1], $[$$iOptions = 1])
- $(2)~_Word_Create
- _Word_Create($[$$bVisible = True], $[$$bForceNew = False])
- $(2)~_Word_DocAdd
- _Word_DocAdd($[$$oAppl], $[$$iDocumentType = $$WdNewBlankDocument], $[$$sDocumentTemplate = ""], $[$$bNewTemplate = False])
- $(2)~_Word_DocAttach
- _Word_DocAttach($[$$oAppl], $[$$sString], $[$$sMode = "FilePath"], $[$$iCase = 0])
- $(2)~_Word_DocClose
- _Word_DocClose($[$$oDoc], $[$$iSaveChanges = $$WdDoNotSaveChanges], $[$$iOriginalFormat = $$WdOriginalDocumentFormat])
- $(2)~_Word_DocExport
- _Word_DocExport($[$$oDoc], $[$$sFileName], $[$$iFormat = $$WdExportFormatPDF], $[$$iRange = $$WdExportAllDocument], $[$$iFrom = Default], $[$$iTo = Default], $[$$bOpenAfterExport = False], $[$$bIncludeProperties = True], $[$$iCreateBookmarks = Default], $[$$bUseISO19005 = False])
- $(2)~_Word_DocFind
- _Word_DocFind($[$$oDoc], $[$$sFindText = ""], $[$$vSearchRange = 0], $[$$oFindRange = Default], $[$$bForward = True], $[$$bMatchCase = False], $[$$bMatchWholeWord = False], $[$$bMatchWildcards = False], $[$$bMatchSoundsLike = False], $[$$bMatchAllWordForms = False], $[$$bFormat = False])
- $(2)~_Word_DocFindReplace
- _Word_DocFindReplace($[$$oDoc], $[$$sFindText = ""], $[$$sReplaceWith = ""], $[$$iReplace = $$WdReplaceAll], $[$$vSearchRange = 0], $[$$bMatchCase = False], $[$$bMatchWholeWord = False], $[$$bMatchWildcards = False], $[$$bMatchSoundsLike = False], $[$$bMatchAllWordForms = False], $[$$bForward = True], $[$$iWrap = $$WdFindContinue], $[$$bFormat = False])
- $(2)~_Word_DocGet
- _Word_DocGet($[$$oAppl], $[$$vIndex = -1])
- $(2)~_Word_DocLinkAdd
- _Word_DocLinkAdd($[$$oDoc], $[$$oAnchor = Default], $[$$sAddress = Default], $[$$sSubAddress = Default], $[$$sScreenTip = Default], $[$$sTextToDisplay = Default], $[$$sTarget = Default])
- $(2)~_Word_DocLinkGet
- _Word_DocLinkGet($[$$oDoc], $[$$iIndex = Default])
- $(2)~_Word_DocOpen
- _Word_DocOpen($[$$oAppl], $[$$sFilePath], $[$$bConfirmConversions = False], $[$$iFormat = $$WdOpenFormatAuto], $[$$bReadOnly = False], $[$$bRevert = False], $[$$bAddToRecentFiles = False], $[$$sOpenPassword = ""], $[$$sWritePassword = ""])
- $(2)~_Word_DocPictureAdd
- _Word_DocPictureAdd($[$$oDoc], $[$$sFilePath], $[$$bLinkToFile = False], $[$$bSaveWithDocument = False], $[$$oRange = 0])
- $(2)~_Word_DocPrint
- _Word_DocPrint($[$$oDoc], $[$$bBackground = False], $[$$iCopies = 1], $[$$iOrientation = -1], $[$$bCollate = True], $[$$sPrinter = ""], $[$$iRange = $$WdPrintAllDocument], $[$$vFrom = 0], $[$$vTo = 0], $[$$sPages = ""], $[$$iPageType = $$WdPrintAllPages], $[$$iItem = $$WdPrintDocumentContent])
- $(2)~_Word_DocRangeSet
- _Word_DocRangeSet($[$$oDoc], $[$$vRange], $[$$iStartUnit = Default], $[$$iStartCount = Default], $[$$iEndUnit = Default], $[$$iEndCount = Default])
- $(2)~_Word_DocSave
- _Word_DocSave($[$$oDoc])
- $(2)~_Word_DocSaveAs
- _Word_DocSaveAs($[$$oDoc], $[$$sFileName = Default], $[$$iFileFormat = $$WdFormatDocument], $[$$bReadOnlyRecommended = False], $[$$bAddToRecentFiles = True], $[$$sPassword = ""], $[$$sWritePassword = ""])
- $(2)~_Word_DocTableRead
- _Word_DocTableRead($[$$oDoc], $[$$vTable], $[$$iIndexBase = Default], $[$$sDelimiter = Default])
- $(2)~_Word_DocTableWrite
- _Word_DocTableWrite($[$$oRange], $[ByRef $$aArray], $[$$iIndexBase = Default], $[$$sDelimiter = Default])
- $(2)~_Word_Quit
- _Word_Quit($[$$oAppl], $[$$iSaveChanges = $$WdDoNotSaveChanges], $[$$iOriginalFormat = $$WdWordDocument], $[$$bForceClose = False])
- $~zz_&@CRLF&
- & @CRLF &
- $~gg_GUI
- $$hGui = GUICreate('My Program', 250, 260)
- $$iBtn = GUICtrlCreateButton('Start', 10, 10, 120, 22)
- $$iStatusBar = GUICtrlCreateLabel('StatusBar', 5, 260 - 20, 150, 17)
- GUISetState()
- While 1
- ${AutoComplete_Indent}Switch GUIGetMsg()
- ${AutoComplete_Indent}${AutoComplete_Indent}Case $$iBtn
- ${AutoComplete_Indent}${AutoComplete_Indent}${AutoComplete_Indent}GUICtrlSetData($$iStatusBar, 'Done')
- ${AutoComplete_Indent}${AutoComplete_Indent}Case -3
- ${AutoComplete_Indent}${AutoComplete_Indent}${AutoComplete_Indent}Exit
- ${AutoComplete_Indent}EndSwitch
- WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement