Advertisement
AZJIO

au3.coder (AutoIt3 + AkelPad)

May 26th, 2019
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.51 KB | None | 0 0
  1. ; au3.coder для AutoIt3 (интерпретируемый язык программирования с псевдокомпиляцией)
  2. ; Автор AZJIO (используя наработки оригинала из AkelPad в основном в Folds:, остальное изменено)
  3. ; Собственные регулярные выражения, особенно оптимизация поиска функций.
  4. ; Собственный экспорт списка функций автозавершения (3741 шт) собственным форматирующим скриптом из файла "AutoIt\SciTe\api\au3.api" дистрибутива AutoIt3.
  5. ;-----------------------------------------------;
  6. ; Синтаксический файл Coder плагина ;
  7. ;-----------------------------------------------;
  8.  
  9. ;Цвета
  10. ; Цвета должны быть представлены в формате #RRGGBB.
  11. ; Если цвет равен нулю, то цвет игнорируется.
  12. ;
  13. ;Стили шрифта
  14. ; 0 игнорировать.
  15. ; 1 обычный.
  16. ; 2 жирный.
  17. ; 3 курсив.
  18. ; 4 жирный курсив.
  19. ;
  20. ;Для комфортного просмотра/редактирования файла установите размер табуляции 8.
  21.  
  22.  
  23. Files:
  24. ;===========
  25. ;Типы файлов
  26. ;===========
  27. *.au3
  28.  
  29.  
  30. ;----------------------------------------------;
  31. ; HighLight - Подсветка ;
  32. ;----------------------------------------------;
  33.  
  34. ;Флаги (сумма членов)
  35. ; 1 учитывать регистр.
  36. ; 2 словом является любая комбинация указанных символов (только для секции "Words:"). Пример: "0123456789" - подсвечивать числа.
  37. ; 4 нахождение конца диапазона обязательно (только для секции "Quotes:").
  38. ; 8 параметр начала диапазона игнорируется и последний встретившийся разделитель используется как начало диапазона (только для секции "Quotes:").
  39. ; 16 параметр конца диапазона игнорируется и первый встретившийся разделитель используется как конец диапазона (только для секции "Quotes:").
  40. ; 32 не подсвечивать начало диапазона (только для секции "Quotes:").
  41. ; 64 не подсвечивать конец диапазона (только для секции "Quotes:").
  42. ; 128 не захватывать и не подсвечивать начало диапазона (только для секции "Quotes:").
  43. ; 256 не захватывать и не подсвечивать конец диапазона (только для секции "Quotes:").
  44. ; 512 начало диапазона, разделителя или слова находится в начале строки.
  45. ; 1024 конец диапазона, разделителя или слова находится в конце строки.
  46. ; 2048 начало диапазона находится между разделителями (только для секции "Quotes:").
  47. ; 4096 конец диапазона находится между разделителями (только для секции "Quotes:").
  48. ; 8192 диапазон не содержит разделителей (только для секции "Quotes:").
  49. ; 16384 захватывать только начало диапазона (только для секции "Quotes:").
  50. ; 32768 диапазон не содержит каких-либо символов (только для секции "Quotes:").
  51.  
  52.  
  53. Font:
  54. ;=================================================================
  55. ;FontStyle FontSize FaceName
  56. ;=================================================================
  57. ${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName}
  58.  
  59.  
  60. Colors:
  61. ;====================================================================================
  62. ;BasicTextColor BasicBkColor SelTextColor SelBkColor LineTextColor LineBkColor LineBorderColor AltTextColor AltBkColor AltBorderColor ColumnColor MarkerColor CaretColor UrlColor ActiveUrlColor VisitUrlColor
  63. ;====================================================================================
  64. ${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}
  65.  
  66.  
  67. BkImage:
  68. ;==================================================
  69. ;BkImageFile BkImageAlpha
  70. ;==================================================
  71. ${HighLight_BkImageFile} ${HighLight_BkImageAlpha}
  72.  
  73.  
  74. AutoMark:
  75. ;=====================================
  76. ;AutoMarkFlags AutoMarkFontStyle AutoMarkTextColor AutoMarkBkColor
  77. ;=====================================
  78. ${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor}
  79.  
  80.  
  81. Quotes:
  82. ;=====================================
  83. ;Flags Font Color Color Quote Quote Escape Quote Quote Parent Rule
  84. ; style text bkgrnd start end char include exclude ID ID
  85. ;=====================================
  86. ;5=1+4 Для кавычки включено обязательное пристуствие закрывающего тега
  87. 5 0 ${STR} 0 `"` `"` "" "" "" 0 0
  88. ;5=1+4
  89. 5 0 ${STR} 0 "'" "'" "" "" "" 0 0
  90. ;1=1
  91. 1 0 ${COMM} 0 ";" "" "" "" "" 0 0
  92.  
  93.  
  94.  
  95. QuotesRE:
  96. ;=============================================
  97. ;Flags Pattern \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=... ParentID RuleID
  98. ;=============================================
  99. ; Переменные, объекты
  100. ;1 "(\.\w{4,})" "\1=(0,#D9DD22,0) "
  101. 1 "(\$\w++)(\.\w++)+" "\1=(0,${VAR},0) \2=(0,#D9DD22,0)"
  102. ; Переменные
  103. 1 "(\$\w++)" "\1=(0,${VAR},0) "
  104. ; Макро
  105. 1 "(@\w++)" "\1=(0,#FF66FF,0) "
  106. ; Шестнадцатеричные числа
  107. 1 "(0x[\dA-Fa-f]++)" "\1=(0,#FF46FF,0) "
  108. ; Директивы автовраппера и обфускатора
  109. 1 "(#(?:AutoIt3Wrapper|Obfuscator)_\w++)([^\r\n]+)" "\1=(0,#0080C0,0) \2=(0,${STR},0)"
  110. 1 "(#pragma compile)" "\1=(0,#D997DE,0)"
  111. ; Операторы, но с удалением Delimiters не работает окраска функций
  112. ;1 "([\&\(\)\*\/\\\:\+\<\=\>\,\.\?\[\]\^\-]+)" "\1=(0,${DEL1},0) "
  113. ; Функции UDF с проверкой открывающей скобки
  114. 1 "\b(_\w++)(?=\s*\()" "\1=(0,#7D8AE6,0) "
  115. ; Функции собсвенные с проверкой открывающей скобки, но захватывает и AutoIt3-функции поэтому убрал поимённый список функций AutoIt3
  116. 1 "\b([a-zA-Z]\w*)(?=\s*\()" "\1=(0,#AAA6DB,0) "
  117. ;1 "(\h_\v)" "\1=(0,${DEL1},0) "
  118.  
  119.  
  120. Delimiters:
  121. ;===================================================
  122. ;Флаги Стиль Цвет Цвет Символ(ы) №родителя
  123. ; шрифта текста фона
  124. ;===================================================
  125. 1 0 0 0 " "
  126. 1 0 0 0 " "
  127. 1 0 ${DEL1} 0 (
  128. ;1 0 ${DEL1} 0 _
  129. 1 0 ${DEL1} 0 )
  130. ; 1 0 ${DEL1} 0 $
  131. ; 1 0 ${DEL1} 0 @
  132. 1 0 ${DEL2} 0 &
  133. 1 0 ${DEL2} 0 [
  134. 1 0 ${DEL2} 0 ]
  135. 1 0 ${DEL2} 0 ^
  136. 1 0 ${DEL2} 0 :
  137. 1 0 ${DEL2} 0 ?
  138. 1 0 ${DEL2} 0 =
  139. 1 0 ${DEL2} 0 .
  140. 1 0 ${DEL2} 0 ,
  141. 1 0 ${DEL2} 0 ;
  142. 1 0 ${DEL2} 0 *
  143. 1 0 ${DEL2} 0 /
  144. 1 0 ${DEL2} 0 -
  145. 1 0 ${DEL2} 0 +
  146. 1 0 ${DEL2} 0 >
  147. 1 0 ${DEL2} 0 <
  148. 1 0 ${DEL2} 0 "'"
  149. 1 0 ${DEL2} 0 '"'
  150.  
  151.  
  152. Words:
  153. ;===============================================
  154. ;Флаги Стиль Цвет Цвет Слова №родителя
  155. ; шрифта текста фона
  156. ;===============================================
  157. 0 0 #D997DE 0 #include-once
  158. 0 0 #D997DE 0 #include
  159. 0 0 #D997DE 0 #NoAutoIt3Execute
  160. 0 0 #D997DE 0 #NoTrayIcon
  161. 0 0 #D997DE 0 #OnAutoItStartRegister
  162. 0 0 #D997DE 0 #RequireAdmin
  163. ;-- Ключевые слова --
  164. 2 0 #FF46FF 0 0123456789
  165. 0 0 ${IF} 0 Func
  166. 0 0 ${IF} 0 EndFunc
  167. 0 0 ${IF} 0 AND
  168. 0 0 ${IF} 0 OR
  169. 0 0 ${IF} 0 NOT
  170. 0 0 ${IF} 0 Dim
  171. 0 0 ${IF} 0 ReDim
  172. 0 0 ${IF} 0 Local
  173. 0 0 ${IF} 0 Global
  174. 0 0 ${IF} 0 Static
  175. 0 0 ${IF} 0 Enum
  176. 0 0 ${IF} 0 Const
  177. 0 0 ${IF} 0 False
  178. 0 0 ${IF} 0 True
  179. 0 0 ${IF} 0 ByRef
  180. 0 0 ${IF} 0 If
  181. 0 0 ${IF} 0 Then
  182. 0 0 ${IF} 0 ElseIf
  183. 0 0 ${IF} 0 Else
  184. 0 0 ${IF} 0 EndIf
  185. 0 0 ${IF} 0 Case
  186. 0 0 ${IF} 0 Select
  187. 0 0 ${IF} 0 EndSelect
  188. 0 0 ${IF} 0 Switch
  189. 0 0 ${IF} 0 EndSwitch
  190. 0 0 ${IF} 0 For
  191. 0 0 ${IF} 0 To
  192. 0 0 ${IF} 0 Step
  193. 0 0 ${IF} 0 Next
  194. 0 0 ${IF} 0 While
  195. 0 0 ${IF} 0 WEnd
  196. 0 0 ${IF} 0 Do
  197. 0 0 ${IF} 0 Until
  198. 0 0 ${IF} 0 For
  199. 0 0 ${IF} 0 In
  200. 0 0 ${IF} 0 With
  201. 0 0 ${IF} 0 EndWith
  202. 0 0 ${IF} 0 Return
  203. 0 0 ${IF} 0 Exit
  204. 0 0 ${IF} 0 ContinueCase
  205. 0 0 ${IF} 0 ContinueLoop
  206. 0 0 ${IF} 0 ExitLoop
  207. 0 0 ${IF} 0 Default
  208.  
  209.  
  210. ;----------------------------------------------;
  211. ; CodeFold - Свёртка ;
  212. ;----------------------------------------------;
  213.  
  214. ;Флаги (сумма членов)
  215. ; 1 учитывать регистр.
  216. ; 2 форсировать получение имени для списка слева от начала блока (только для секции "Folds:").
  217. ; 4 форсировать получение имени для списка справа от начала блока, включая начало блока (только для секции "Folds:").
  218. ; 8 начало блока (секция "Folds:") или начало пропуска (секция "Skips:") находится в начале строки.
  219. ; 16 начало блока (секция "Folds:") или начало пропуска (секция "Skips:") находится в конце строки.
  220. ; 32 конец блока (секция "Folds:") или конец пропуска (секция "Skips:") находится в начале строки.
  221. ; 64 конец блока (секция "Folds:") или конец пропуска (секция "Skips:") находится в конце строки.
  222. ; 128 не захватывать конец блока (секция "Folds:") или конец пропуска (секция "Skips:").
  223. ; 256 добавочный для 128 флаг - больший приоритет отдается блокам находящимся на одном уровне вместо родительского (только для секции "Folds:").
  224. ; 512 блок с комментариями - все вложенные блоки игнорируются (только для секции "Folds:").
  225. ; 1024 зарезервирован.
  226. ; 2048 блок запрещен - найденный блок будет проигнорирован (только для секции "Folds:").
  227. ; 4096 xml блок - "<tag" и "</tag>", "<single" и "/>", "<single" и ">" (только для секции "Folds:").
  228. ; 8192 не проверять разделители слева от начала блока (только для секции "Folds:").
  229. ; 16384 не проверять разделители справа от начала блока (только для секции "Folds:").
  230. ; 32768 не проверять разделители слева от конца блока (только для секции "Folds:").
  231. ; 65536 не проверять разделители справа от конца блока (только для секции "Folds:").
  232. ; 131072 разделители запрещены (только для секции "Folds:").
  233. ; 262144 не отображать блок в списке (только для секции "Folds:").
  234. ; 1048576 регулярное выражение в начале блока (секция "Folds:") или начале пропуска (секция "Skips:").
  235. ; 2097152 регулярное выражение в конце блока (секция "Folds:") или конце пропуска (секция "Skips:").
  236.  
  237.  
  238. FoldPanel:
  239. ;=============================
  240. ;PanelFirstBkColor PanelSecondBkColor PanelNormalFoldColor PanelActiveFoldColor PanelNormalNodeOpenBkColor PanelNormalNodeCloseBkColor PanelActiveNodeOpenBkColor PanelActiveNodeCloseBkColor PanelNormalNodeOpenSignColor PanelNormalNodeCloseSignColor PanelActiveNodeOpenSignColor PanelActiveNodeCloseSignColor
  241. ;=============================
  242. ${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor}
  243.  
  244.  
  245. FoldList:
  246. ;================================================
  247. ;ListTextColor ListBkColor
  248. ;================================================
  249. ${CodeFold_ListTextColor} ${CodeFold_ListBkColor}
  250.  
  251.  
  252. TagMark:
  253. ;=============================
  254. ;TagMarkFlags TagMarkFontStyle TagMarkTextColor TagMarkBkColor
  255. ;=============================
  256. ${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor}
  257.  
  258.  
  259. Skips:
  260. ;=============================
  261. ;Flags Skip Skip Escape
  262. ; start end char
  263. ;=============================
  264. 1 `"` `"` ""
  265. 1 "'" "'" ""
  266. 1 ";" "" ""
  267.  
  268.  
  269. Folds:
  270. ;=====================================================
  271. ;Flags Font Color Color Fold Fold Deli Parent Rule Rule
  272. ; style text bkgrnd start end miters ID ID file
  273. ;=====================================================
  274. ;513=1+512
  275. 513 3 ${COMM} 0 "#comments-start" "#comments-end" " " 0 0
  276. ;513=1+512
  277. 513 3 ${COMM} 0 "#cs" "#ce" " " 0 0
  278. ;40=8+32
  279. 40 0 0 0 "Func" "EndFunc" " " 0 0
  280. ; 1048576 0 0 0 "(?<=Func[ \t])\w+" "EndFunc" " " 0 0
  281. ;40=8+32
  282. 40 0 0 0 "While" "WEnd" " " 0 0
  283. ;40=8+32
  284. 40 0 0 0 "For" "Next" " " 0 0
  285. ;40=8+32
  286. 40 0 0 0 "Do" "Until" " " 0 0
  287. ;40=8+32
  288. 40 0 0 0 "With" "EndWith" " " 0 0
  289. ;--Switch...Case...EndSwitch--, --Select...Case...EndSelect--
  290. ;40=8+32
  291. 40 0 0 0 "Switch" "EndSwitch" " " 0 0
  292. ;40=8+32
  293. 40 0 0 0 "Select" "EndSelect" " " 0 0
  294. ;424=8+32+128+256
  295. 424 0 0 0 "Case" "Case" " " 0 0
  296. ;424=8+32+128+256
  297. 424 0 0 0 "Case" "EndSwitch" " " 0 0
  298. ;424=8+32+128+256
  299. 424 0 0 0 "Case" "EndSelect" " " 0 0
  300. ;--If...Else...EndIf--
  301. ;2120=8+64+2048
  302. 2120 0 0 0 "If" "Then" " " 0 0
  303. ;8=8
  304. 8 0 0 0 "If" "Then" " " 0 0
  305. ;40=8+32
  306. 40 0 0 0 "If" "EndIf" " " 0 0
  307. ;424=8+32+128+256
  308. 424 0 0 0 "If" "ElseIf" " " 0 0
  309. ;424=8+32+128+256
  310. 424 0 0 0 "If" "Else" " " 0 0
  311. ;40=8+32
  312. 40 0 0 0 "ElseIf" "EndIf" " " 0 0
  313. ;424=8+32+128+256
  314. 424 0 0 0 "ElseIf" "ElseIf" " " 0 0
  315. ;424=8+32+128+256
  316. 424 0 0 0 "ElseIf" "Else" " " 0 0
  317. ;40=8+32
  318. 40 0 0 0 "Else" "EndIf" " " 0 0
  319.  
  320.  
  321. ;----------------------------------------------;
  322. ; AutoComplete - Автозавершение ;
  323. ;----------------------------------------------;
  324.  
  325. ;Флаги (сумма членов)
  326. ; 1 форсировать учёт регистра.
  327. ; 2 форсировать без учёта регистра.
  328. ; 4 регулярное выражение (только для "$="). Сканирование начинается с первого символа строки каретки, а метасимвол \a или \z указывает позицию каретки.
  329. ; 8 не отображать в списке.
  330.  
  331.  
  332. CompleteList:
  333. ;=============================
  334. ;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
  335. ;=============================
  336. ${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}
  337.  
  338.  
  339. Blocks:
  340. ;=============================================================================
  341. ;Аббревиатуры и содержимое аббревиатур
  342. ;
  343. ; $~аббр обычная аббревиатура.
  344. ; $(флаги)~аббр обычная аббревиатура с флагами.
  345. ; $=аббр точная аббревиатура. Может содержать разделители.
  346. ; $(флаги)=аббр точная аббревиатура с флагами. Может содержать разделители.
  347. ; $[] установить каретку на эту позицию. Может быть несколько позиций (горячий переход).
  348. ; $[текст] выделить текст. Может быть несколько выделений (горячий переход).
  349. ; $$ символ $.
  350. ; $\] экранированный символ ]. Например: $[Один [1$\] ].
  351. ; ${VAR} переменная, назначенная из Coder::Settings.
  352. ; $; закомментированная строка.
  353. ;=============================================================================
  354.  
  355. $;=== МАКРО ===
  356.  
  357. $(2)~@AppDataCommonDir
  358. @AppDataCommonDir
  359.  
  360. $(2)~@AppDataDir
  361. @AppDataDir
  362.  
  363. $(2)~@AutoItExe
  364. @AutoItExe
  365.  
  366. $(2)~@AutoItPID
  367. @AutoItPID
  368.  
  369. $(2)~@AutoItVersion
  370. @AutoItVersion
  371.  
  372. $(2)~@AutoItX64
  373. @AutoItX64
  374.  
  375. $(2)~@COM_EventObj
  376. @COM_EventObj
  377.  
  378. $(2)~@CommonFilesDir
  379. @CommonFilesDir
  380.  
  381. $(2)~@Compiled
  382. @Compiled
  383.  
  384. $(2)~@ComputerName
  385. @ComputerName
  386.  
  387. $(2)~@ComSpec
  388. @ComSpec
  389.  
  390. $(2)~@CPUArch
  391. @CPUArch
  392.  
  393. $=@CRLF
  394. @CRLF
  395.  
  396. $(2)~@CR
  397. @CR
  398.  
  399. $(2)~@DesktopCommonDir
  400. @DesktopCommonDir
  401.  
  402. $(2)~@DesktopDepth
  403. @DesktopDepth
  404.  
  405. $(2)~@DesktopDir
  406. @DesktopDir
  407.  
  408. $(2)~@DesktopHeight
  409. @DesktopHeight
  410.  
  411. $(2)~@DesktopRefresh
  412. @DesktopRefresh
  413.  
  414. $(2)~@DesktopWidth
  415. @DesktopWidth
  416.  
  417. $(2)~@DocumentsCommonDir
  418. @DocumentsCommonDir
  419.  
  420. $(2)~@error
  421. @error
  422.  
  423. $(2)~@exitCode
  424. @exitCode
  425.  
  426. $(2)~@exitMethod
  427. @exitMethod
  428.  
  429. $(2)~@extended
  430. @extended
  431.  
  432. $(2)~@FavoritesCommonDir
  433. @FavoritesCommonDir
  434.  
  435. $(2)~@FavoritesDir
  436. @FavoritesDir
  437.  
  438. $(2)~@GUI_CtrlHandle
  439. @GUI_CtrlHandle
  440.  
  441. $(2)~@GUI_CtrlId
  442. @GUI_CtrlId
  443.  
  444. $(2)~@GUI_DragFile
  445. @GUI_DragFile
  446.  
  447. $(2)~@GUI_DragId
  448. @GUI_DragId
  449.  
  450. $(2)~@GUI_DropId
  451. @GUI_DropId
  452.  
  453. $(2)~@GUI_WinHandle
  454. @GUI_WinHandle
  455.  
  456. $(2)~@HomeDrive
  457. @HomeDrive
  458.  
  459. $(2)~@HomePath
  460. @HomePath
  461.  
  462. $(2)~@HomeShare
  463. @HomeShare
  464.  
  465. $(2)~@HotKeyPressed
  466. @HotKeyPressed
  467.  
  468. $(2)~@HOUR
  469. @HOUR
  470.  
  471. $(2)~@IPAddress1
  472. @IPAddress1
  473.  
  474. $(2)~@IPAddress2
  475. @IPAddress2
  476.  
  477. $(2)~@IPAddress3
  478. @IPAddress3
  479.  
  480. $(2)~@IPAddress4
  481. @IPAddress4
  482.  
  483. $(2)~@KBLayout
  484. @KBLayout
  485.  
  486. $(2)~@LF
  487. @LF
  488.  
  489. $(2)~@LocalAppDataDir
  490. @LocalAppDataDir
  491.  
  492. $(2)~@LogonDNSDomain
  493. @LogonDNSDomain
  494.  
  495. $(2)~@LogonDomain
  496. @LogonDomain
  497.  
  498. $(2)~@LogonServer
  499. @LogonServer
  500.  
  501. $(2)~@MDAY
  502. @MDAY
  503.  
  504. $(2)~@MIN
  505. @MIN
  506.  
  507. $(2)~@MON
  508. @MON
  509.  
  510. $(2)~@MSEC
  511. @MSEC
  512.  
  513. $(2)~@MUILang
  514. @MUILang
  515.  
  516. $(2)~@MyDocumentsDir
  517. @MyDocumentsDir
  518.  
  519. $(2)~@NumParams
  520. @NumParams
  521.  
  522. $(2)~@OSArch
  523. @OSArch
  524.  
  525. $(2)~@OSBuild
  526. @OSBuild
  527.  
  528. $(2)~@OSLang
  529. @OSLang
  530.  
  531. $(2)~@OSServicePack
  532. @OSServicePack
  533.  
  534. $(2)~@OSType
  535. @OSType
  536.  
  537. $(2)~@OSVersion
  538. @OSVersion
  539.  
  540. $(2)~@ProgramFilesDir
  541. @ProgramFilesDir
  542.  
  543. $(2)~@ProgramsCommonDir
  544. @ProgramsCommonDir
  545.  
  546. $(2)~@ProgramsDir
  547. @ProgramsDir
  548.  
  549. $(2)~@ScriptDir
  550. @ScriptDir
  551.  
  552. $(2)~@ScriptFullPath
  553. @ScriptFullPath
  554.  
  555. $(2)~@ScriptLineNumber
  556. @ScriptLineNumber
  557.  
  558. $(2)~@ScriptName
  559. @ScriptName
  560.  
  561. $(2)~@SEC
  562. @SEC
  563.  
  564. $(2)~@StartMenuCommonDir
  565. @StartMenuCommonDir
  566.  
  567. $(2)~@StartMenuDir
  568. @StartMenuDir
  569.  
  570. $(2)~@StartupCommonDir
  571. @StartupCommonDir
  572.  
  573. $(2)~@StartupDir
  574. @StartupDir
  575.  
  576. $(2)~@SW_DISABLE
  577. @SW_DISABLE
  578.  
  579. $(2)~@SW_ENABLE
  580. @SW_ENABLE
  581.  
  582. $(2)~@SW_HIDE
  583. @SW_HIDE
  584.  
  585. $(2)~@SW_LOCK
  586. @SW_LOCK
  587.  
  588. $(2)~@SW_MAXIMIZE
  589. @SW_MAXIMIZE
  590.  
  591. $(2)~@SW_MINIMIZE
  592. @SW_MINIMIZE
  593.  
  594. $(2)~@SW_RESTORE
  595. @SW_RESTORE
  596.  
  597. $(2)~@SW_SHOW
  598. @SW_SHOW
  599.  
  600. $(2)~@SW_SHOWDEFAULT
  601. @SW_SHOWDEFAULT
  602.  
  603. $(2)~@SW_SHOWMAXIMIZED
  604. @SW_SHOWMAXIMIZED
  605.  
  606. $(2)~@SW_SHOWMINIMIZED
  607. @SW_SHOWMINIMIZED
  608.  
  609. $(2)~@SW_SHOWMINNOACTIVE
  610. @SW_SHOWMINNOACTIVE
  611.  
  612. $(2)~@SW_SHOWNA
  613. @SW_SHOWNA
  614.  
  615. $(2)~@SW_SHOWNOACTIVATE
  616. @SW_SHOWNOACTIVATE
  617.  
  618. $(2)~@SW_SHOWNORMAL
  619. @SW_SHOWNORMAL
  620.  
  621. $(2)~@SW_UNLOCK
  622. @SW_UNLOCK
  623.  
  624. $(2)~@SystemDir
  625. @SystemDir
  626.  
  627. $(2)~@TAB
  628. @TAB
  629.  
  630. $(2)~@TempDir
  631. @TempDir
  632.  
  633. $(2)~@TRAY_ID
  634. @TRAY_ID
  635.  
  636. $(2)~@TrayIconFlashing
  637. @TrayIconFlashing
  638.  
  639. $(2)~@TrayIconVisible
  640. @TrayIconVisible
  641.  
  642. $(2)~@UserName
  643. @UserName
  644.  
  645. $(2)~@UserProfileDir
  646. @UserProfileDir
  647.  
  648. $(2)~@WDAY
  649. @WDAY
  650.  
  651. $(2)~@WindowsDir
  652. @WindowsDir
  653.  
  654. $(2)~@WorkingDir
  655. @WorkingDir
  656.  
  657. $(2)~@YDAY
  658. @YDAY
  659.  
  660. $(2)~@YEAR
  661. @YEAR
  662.  
  663. $;=== ДИРЕКТИВЫ ===
  664. $(2)~#ce
  665. #ce
  666.  
  667. $(2)~#comments-end
  668. #comments-end
  669.  
  670. $(2)~#comments-start
  671. #comments-start
  672.  
  673. $(2)~#cs
  674. #cs
  675.  
  676. $(2)~#include
  677. #include
  678.  
  679. $(2)~#include-once
  680. #include-once
  681.  
  682. $(2)~#NoTrayIcon
  683. #NoTrayIcon
  684.  
  685. $(2)~#OnAutoItStartRegister
  686. #OnAutoItStartRegister
  687.  
  688. $(2)~#RequireAdmin
  689. #RequireAdmin
  690.  
  691. $(2)~#EndRegion
  692. #EndRegion
  693.  
  694. $(2)~#forcedef
  695. #forcedef
  696.  
  697. $(2)~#forceref
  698. #forceref
  699.  
  700. $(2)~#ignorefunc
  701. #ignorefunc
  702.  
  703. $(2)~#pragma
  704. #pragma
  705.  
  706. $(2)~#Region
  707. #Region
  708.  
  709. $;=== ЛОГИЧЕСКИЕ КОНСТРУКЦИИ ===
  710. $(2)~отладчик
  711. MsgBox(0, 'Сообщение', "$[text]")
  712.  
  713. $(2)~If
  714. If $[] Then
  715. ${AutoComplete_Indent}$[]
  716. EndIf
  717.  
  718. $(2)~If_error
  719. If @error Then
  720. ${AutoComplete_Indent}$[]
  721. EndIf
  722.  
  723. $(2)~If_Not_error
  724. If Not @error Then
  725. ${AutoComplete_Indent}$[]
  726. EndIf
  727.  
  728. $(2)~If_Not_FileExists
  729. If Not FileExists($[$$sPath]) Then
  730. ${AutoComplete_Indent}$[]
  731. EndIf
  732.  
  733. $(2)~While
  734. While $[]
  735. ${AutoComplete_Indent}$[]
  736. WEnd
  737.  
  738. $(2)~For
  739. For $$i=$[1] To $[]
  740. ${AutoComplete_Indent}$[]
  741. Next
  742.  
  743. $(2)~ForStep
  744. For $$i=$[1] To $[] Step $[]
  745. ${AutoComplete_Indent}$[]
  746. Next
  747.  
  748. $(2)~ForUBound
  749. For $$i=$[0] To UBound($[$$a]) - 1
  750. ${AutoComplete_Indent}$[]
  751. Next
  752.  
  753. $(2)~Do
  754. Do
  755. ${AutoComplete_Indent}$[]
  756. Until $[]
  757.  
  758. $(2)~Switch
  759. Switch $[]
  760. ${AutoComplete_Indent}Case $[]
  761. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  762. ${AutoComplete_Indent}Case Else
  763. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  764. EndSwitch
  765.  
  766. $(2)~Select
  767. Select $[]
  768. ${AutoComplete_Indent}Case $[]
  769. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  770. ${AutoComplete_Indent}Case Else
  771. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  772. EndSelect
  773.  
  774. $(2)~With
  775. With $[]
  776. ${AutoComplete_Indent}$[]
  777. EndWith
  778.  
  779. $(2)~FuncFill
  780. Func $[]()
  781. ${AutoComplete_Indent}Local $[]
  782. ${AutoComplete_Indent}$[]
  783. EndFunc
  784.  
  785. $(2)~Func
  786. Func $[]()
  787. ${AutoComplete_Indent}$[]
  788. EndFunc
  789.  
  790. $;=== ФУНКЦИИ ===
  791. $(2)~Abs
  792. Abs($[expression])
  793.  
  794. $(2)~ACos
  795. ACos($[expression])
  796.  
  797. $(2)~AdlibRegister
  798. AdlibRegister($["function"], $[time = 250])
  799.  
  800. $(2)~AdlibUnRegister
  801. AdlibUnRegister($["function"])
  802.  
  803. $(2)~Asc
  804. Asc($["char"])
  805.  
  806. $(2)~AscW
  807. AscW($["char"])
  808.  
  809. $(2)~ASin
  810. ASin($[expression])
  811.  
  812. $(2)~Assign
  813. Assign($["varname"], $["data"], $[flag = 0])
  814.  
  815. $(2)~ATan
  816. ATan($[expression])
  817.  
  818. $(2)~AutoItSetOption
  819. AutoItSetOption($["CaretCoordMode"], $[param])
  820.  
  821. $(2)~AutoItSetOption
  822. AutoItSetOption($["ExpandEnvStrings"], $[param])
  823.  
  824. $(2)~AutoItSetOption
  825. AutoItSetOption($["ExpandVarStrings"], $[param])
  826.  
  827. $(2)~AutoItSetOption
  828. AutoItSetOption($["GUICloseOnESC"], $[param])
  829.  
  830. $(2)~AutoItSetOption
  831. AutoItSetOption($["GUICoordMode"], $[param])
  832.  
  833. $(2)~AutoItSetOption
  834. AutoItSetOption($["GUIDataSeparatorChar"], $[param])
  835.  
  836. $(2)~AutoItSetOption
  837. AutoItSetOption($["GUIOnEventMode"], $[param])
  838.  
  839. $(2)~AutoItSetOption
  840. AutoItSetOption($["GUIResizeMode"], $[param])
  841.  
  842. $(2)~AutoItSetOption
  843. AutoItSetOption($["GUIEventOptions"], $[param])
  844.  
  845. $(2)~AutoItSetOption
  846. AutoItSetOption($["MouseClickDelay"], $[param])
  847.  
  848. $(2)~AutoItSetOption
  849. AutoItSetOption($["MouseClickDownDelay"], $[param])
  850.  
  851. $(2)~AutoItSetOption
  852. AutoItSetOption($["MouseClickDragDelay"], $[param])
  853.  
  854. $(2)~AutoItSetOption
  855. AutoItSetOption($["MouseCoordMode"], $[param])
  856.  
  857. $(2)~AutoItSetOption
  858. AutoItSetOption($["MustDeclareVars"], $[param])
  859.  
  860. $(2)~AutoItSetOption
  861. AutoItSetOption($["PixelCoordMode"], $[param])
  862.  
  863. $(2)~AutoItSetOption
  864. AutoItSetOption($["SendAttachMode"], $[param])
  865.  
  866. $(2)~AutoItSetOption
  867. AutoItSetOption($["SendCapslockMode"], $[param])
  868.  
  869. $(2)~AutoItSetOption
  870. AutoItSetOption($["SendKeyDelay"], $[param])
  871.  
  872. $(2)~AutoItSetOption
  873. AutoItSetOption($["SendKeyDownDelay"], $[param])
  874.  
  875. $(2)~AutoItSetOption
  876. AutoItSetOption($["TCPTimeout"], $[param])
  877.  
  878. $(2)~AutoItSetOption
  879. AutoItSetOption($["TrayAutoPause"], $[param])
  880.  
  881. $(2)~AutoItSetOption
  882. AutoItSetOption($["TrayIconDebug"], $[param])
  883.  
  884. $(2)~AutoItSetOption
  885. AutoItSetOption($["TrayIconHide"], $[param])
  886.  
  887. $(2)~AutoItSetOption
  888. AutoItSetOption($["TrayMenuMode"], $[param])
  889.  
  890. $(2)~AutoItSetOption
  891. AutoItSetOption($["TrayOnEventMode"], $[param])
  892.  
  893. $(2)~AutoItSetOption
  894. AutoItSetOption($["WinDetectHiddenText"], $[param])
  895.  
  896. $(2)~AutoItSetOption
  897. AutoItSetOption($["WinSearchChildren"], $[param])
  898.  
  899. $(2)~AutoItSetOption
  900. AutoItSetOption($["WinTextMatchMode"], $[param])
  901.  
  902. $(2)~AutoItSetOption
  903. AutoItSetOption($["WinTitleMatchMode"], $[param])
  904.  
  905. $(2)~AutoItSetOption
  906. AutoItSetOption($["WinWaitDelay"], $[param])
  907.  
  908. $(2)~AutoItWinGetTitle
  909. AutoItWinGetTitle($[])
  910.  
  911. $(2)~AutoItWinSetTitle
  912. AutoItWinSetTitle($["newtitle"])
  913.  
  914. $(2)~Beep
  915. Beep($[Frequency = 500], $[Duration = 1000])
  916.  
  917. $(2)~Binary
  918. Binary($[expression])
  919.  
  920. $(2)~BinaryLen
  921. BinaryLen($[binary])
  922.  
  923. $(2)~BinaryMid
  924. BinaryMid($[binary], $[start], $[count])
  925.  
  926. $(2)~BinaryToString
  927. BinaryToString($[expression], $[flag = 1])
  928.  
  929. $(2)~BitAND
  930. BitAND($[value1], $[value2], $[value n])
  931.  
  932. $(2)~BitNOT
  933. BitNOT($[value])
  934.  
  935. $(2)~BitOR
  936. BitOR($[value1], $[value2], $[value n])
  937.  
  938. $(2)~BitRotate
  939. BitRotate($[value], $[shift = 1], $[size = "W"])
  940.  
  941. $(2)~BitShift
  942. BitShift($[value], $[shift])
  943.  
  944. $(2)~BitXOR
  945. BitXOR($[value1], $[value2], $[value n])
  946.  
  947. $(2)~BlockInput
  948. BlockInput($[flag])
  949.  
  950. $(2)~Break
  951. Break($[mode])
  952.  
  953. $(2)~Call
  954. Call($["function"], $[param_1], $[param_2], $[param_N])
  955.  
  956. $(2)~CDTray
  957. CDTray($["drive"], $["status"])
  958.  
  959. $(2)~Ceiling
  960. Ceiling($[expression])
  961.  
  962. $(2)~Chr
  963. Chr($[ASCIIcode])
  964.  
  965. $(2)~ChrW
  966. ChrW($[UNICODEcode])
  967.  
  968. $(2)~ClipGet
  969. ClipGet($[])
  970.  
  971. $(2)~ClipPut
  972. ClipPut($["value"])
  973.  
  974. $(2)~ConsoleRead
  975. ConsoleRead($[peek = False], $[binary = False])
  976.  
  977. $(2)~ConsoleWrite
  978. ConsoleWrite($["data"])
  979.  
  980. $(2)~ConsoleWriteError
  981. ConsoleWriteError($["data"])
  982.  
  983. $(2)~ControlClick
  984. ControlClick($["title"], $["text"], $[controlID], $[button = "left"], $[clicks = 1], $[x], $[y])
  985.  
  986. $(2)~ControlCommand
  987. ControlCommand($["title"], $["text"], $["classnameNN"], $["IsVisible"], $[""])
  988.  
  989. $(2)~ControlCommand
  990. ControlCommand($["title"], $["text"], $["classnameNN"], $["IsEnabled"], $[""])
  991.  
  992. $(2)~ControlCommand
  993. ControlCommand($["title"], $["text"], $["classnameNN"], $["ShowDropDown"], $[""])
  994.  
  995. $(2)~ControlCommand
  996. ControlCommand($["title"], $["text"], $["classnameNN"], $["HideDropDown"], $[""])
  997.  
  998. $(2)~ControlCommand
  999. ControlCommand($["title"], $["text"], $["classnameNN"], $["AddString"], $['string'])
  1000.  
  1001. $(2)~ControlCommand
  1002. ControlCommand($["title"], $["text"], $["classnameNN"], $["DelString"], $[occurrence])
  1003.  
  1004. $(2)~ControlCommand
  1005. ControlCommand($["title"], $["text"], $["classnameNN"], $["FindString"], $['string'])
  1006.  
  1007. $(2)~ControlCommand
  1008. ControlCommand($["title"], $["text"], $["classnameNN"], $["SetCurrentSelection"], $[occurrence])
  1009.  
  1010. $(2)~ControlCommand
  1011. ControlCommand($["title"], $["text"], $["classnameNN"], $["SelectString"], $['string'])
  1012.  
  1013. $(2)~ControlCommand
  1014. ControlCommand($["title"], $["text"], $["classnameNN"], $["IsChecked"], $[""])
  1015.  
  1016. $(2)~ControlCommand
  1017. ControlCommand($["title"], $["text"], $["classnameNN"], $["Check"], $[""])
  1018.  
  1019. $(2)~ControlCommand
  1020. ControlCommand($["title"], $["text"], $["classnameNN"], $["UnCheck"], $[""])
  1021.  
  1022. $(2)~ControlCommand
  1023. ControlCommand($["title"], $["text"], $["classnameNN"], $["GetCurrentLine"], $[""])
  1024.  
  1025. $(2)~ControlCommand
  1026. ControlCommand($["title"], $["text"], $["classnameNN"], $["GetCurrentCol"], $[""])
  1027.  
  1028. $(2)~ControlCommand
  1029. ControlCommand($["title"], $["text"], $["classnameNN"], $["GetCurrentSelection"], $[""])
  1030.  
  1031. $(2)~ControlCommand
  1032. ControlCommand($["title"], $["text"], $["classnameNN"], $["GetLineCount"], $[""])
  1033.  
  1034. $(2)~ControlCommand
  1035. ControlCommand($["title"], $["text"], $["classnameNN"], $["GetLine"], $[line#])
  1036.  
  1037. $(2)~ControlCommand
  1038. ControlCommand($["title"], $["text"], $["classnameNN"], $["GetSelected"], $[""])
  1039.  
  1040. $(2)~ControlCommand
  1041. ControlCommand($["title"], $["text"], $["classnameNN"], $["EditPaste"], $['string'])
  1042.  
  1043. $(2)~ControlCommand
  1044. ControlCommand($["title"], $["text"], $["classnameNN"], $["CurrentTab"], $[""])
  1045.  
  1046. $(2)~ControlCommand
  1047. ControlCommand($["title"], $["text"], $["classnameNN"], $["TabRight"], $[""])
  1048.  
  1049. $(2)~ControlCommand
  1050. ControlCommand($["title"], $["text"], $["classnameNN"], $["TabLeft"], $[""])
  1051.  
  1052. $(2)~ControlCommand
  1053. ControlCommand($["title"], $["text"], $["classnameNN"], $["SendCommandID"], $[Command ID])
  1054.  
  1055. $(2)~ControlDisable
  1056. ControlDisable($["title"], $["text"], $[controlID])
  1057.  
  1058. $(2)~ControlEnable
  1059. ControlEnable($["title"], $["text"], $[controlID])
  1060.  
  1061. $(2)~ControlFocus
  1062. ControlFocus($["title"], $["text"], $[controlID])
  1063.  
  1064. $(2)~ControlGetFocus
  1065. ControlGetFocus($["title"], $["text"])
  1066.  
  1067. $(2)~ControlGetHandle
  1068. ControlGetHandle($["title"], $["text"], $[controlID])
  1069.  
  1070. $(2)~ControlGetPos
  1071. ControlGetPos($["title"], $["text"], $[controlID])
  1072.  
  1073. $(2)~ControlGetText
  1074. ControlGetText($["title"], $["text"], $[controlID])
  1075.  
  1076. $(2)~ControlHide
  1077. ControlHide($["title"], $["text"], $[controlID])
  1078.  
  1079. $(2)~ControlListView
  1080. ControlListView($["title"], $["text"], $["classnameNN"], $["DeSelect"], $[From], $[To])
  1081.  
  1082. $(2)~ControlListView
  1083. ControlListView($["title"], $["text"], $["classnameNN"], $["FindItem"], $["string to find"], $[SubItem])
  1084.  
  1085. $(2)~ControlListView
  1086. ControlListView($["title"], $["text"], $["classnameNN"], $["GetItemCount"])
  1087.  
  1088. $(2)~ControlListView
  1089. ControlListView($["title"], $["text"], $["classnameNN"], $["GetSelected"], $[option])
  1090.  
  1091. $(2)~ControlListView
  1092. ControlListView($["title"], $["text"], $["classnameNN"], $["GetSelectedCount"])
  1093.  
  1094. $(2)~ControlListView
  1095. ControlListView($["title"], $["text"], $["classnameNN"], $["GetSubItemCount"])
  1096.  
  1097. $(2)~ControlListView
  1098. ControlListView($["title"], $["text"], $["classnameNN"], $["GetText"], $[Item], $[SubItem])
  1099.  
  1100. $(2)~ControlListView
  1101. ControlListView($["title"], $["text"], $["classnameNN"], $["IsSelected"], $[Item])
  1102.  
  1103. $(2)~ControlListView
  1104. ControlListView($["title"], $["text"], $["classnameNN"], $["Select"], $[From], $[To])
  1105.  
  1106. $(2)~ControlListView
  1107. ControlListView($["title"], $["text"], $["classnameNN"], $["SelectAll"])
  1108.  
  1109. $(2)~ControlListView
  1110. ControlListView($["title"], $["text"], $["classnameNN"], $["SelectClear"])
  1111.  
  1112. $(2)~ControlListView
  1113. ControlListView($["title"], $["text"], $["classnameNN"], $["SelectInvert"])
  1114.  
  1115. $(2)~ControlListView
  1116. ControlListView($["title"], $["text"], $["classnameNN"], $["ViewChange"], $["view"])
  1117.  
  1118. $(2)~ControlMove
  1119. ControlMove($["title"], $["text"], $[controlID], $[x], $[y], $[width], $[height])
  1120.  
  1121. $(2)~ControlSend
  1122. ControlSend($["title"], $["text"], $[controlID], $["string"], $[flag = 0])
  1123.  
  1124. $(2)~ControlSetText
  1125. ControlSetText($["title"], $["text"], $[controlID], $["new text"], $[flag = 0])
  1126.  
  1127. $(2)~ControlShow
  1128. ControlShow($["title"], $["text"], $[controlID])
  1129.  
  1130. $(2)~ControlTreeView
  1131. ControlTreeView($["title"], $["text"], $[controlID], $["command"], $[option1])
  1132.  
  1133. $(2)~Cos
  1134. Cos($[expression])
  1135.  
  1136. $(2)~Dec
  1137. Dec($["hex"], $[flag = 0])
  1138.  
  1139. $(2)~DirCopy
  1140. DirCopy($["source dir"], $["dest dir"], $[flag = 0])
  1141.  
  1142. $(2)~DirCreate
  1143. DirCreate($["path"])
  1144.  
  1145. $(2)~DirGetSize
  1146. DirGetSize($["path"], $[flag = 0])
  1147.  
  1148. $(2)~DirMove
  1149. DirMove($["source dir"], $["dest dir"], $[flag = 0])
  1150.  
  1151. $(2)~DirRemove
  1152. DirRemove($["path"], $[recurse = 0])
  1153.  
  1154. $(2)~DllCall
  1155. DllCall($["dll"], $["return type"], $["function"], $[type1], $[param1], $[type n], $[param n])
  1156.  
  1157. $(2)~DllCallAddress
  1158. DllCallAddress($["return type"], $[address], $[type1], $[param1], $[type n], $[param n])
  1159.  
  1160. $(2)~DllCallbackFree
  1161. DllCallbackFree($[handle])
  1162.  
  1163. $(2)~DllCallbackGetPtr
  1164. DllCallbackGetPtr($[handle])
  1165.  
  1166. $(2)~DllCallbackRegister
  1167. DllCallbackRegister($["function"], $["return type"], $["params"])
  1168.  
  1169. $(2)~DllClose
  1170. DllClose($[dllhandle])
  1171.  
  1172. $(2)~DllOpen
  1173. DllOpen($["filename"])
  1174.  
  1175. $(2)~DllStructCreate
  1176. DllStructCreate($[Struct], $[Pointer])
  1177.  
  1178. $(2)~DllStructGetData
  1179. DllStructGetData($[Struct], $[Element], $[index = Default])
  1180.  
  1181. $(2)~DllStructGetPtr
  1182. DllStructGetPtr($[Struct], $[Element])
  1183.  
  1184. $(2)~DllStructGetSize
  1185. DllStructGetSize($[Struct])
  1186.  
  1187. $(2)~DllStructSetData
  1188. DllStructSetData($[Struct], $[Element], $[value], $[index])
  1189.  
  1190. $(2)~DriveGetDrive
  1191. DriveGetDrive($["type"])
  1192.  
  1193. $(2)~DriveGetFileSystem
  1194. DriveGetFileSystem($["path"])
  1195.  
  1196. $(2)~DriveGetLabel
  1197. DriveGetLabel($["path"])
  1198.  
  1199. $(2)~DriveGetSerial
  1200. DriveGetSerial($["path"])
  1201.  
  1202. $(2)~DriveGetType
  1203. DriveGetType($["path"], $[operation = 1])
  1204.  
  1205. $(2)~DriveMapAdd
  1206. DriveMapAdd($["device"], $["remote share"], $[flags = 0], $["user"], $["password"])
  1207.  
  1208. $(2)~DriveMapDel
  1209. DriveMapDel($["drive"])
  1210.  
  1211. $(2)~DriveMapGet
  1212. DriveMapGet($["device"])
  1213.  
  1214. $(2)~DriveSetLabel
  1215. DriveSetLabel($["path"], $["label"])
  1216.  
  1217. $(2)~DriveSpaceFree
  1218. DriveSpaceFree($["path"])
  1219.  
  1220. $(2)~DriveSpaceTotal
  1221. DriveSpaceTotal($["path"])
  1222.  
  1223. $(2)~DriveStatus
  1224. DriveStatus($["path"])
  1225.  
  1226. $(2)~EnvGet
  1227. EnvGet($["envvariable"])
  1228.  
  1229. $(2)~EnvSet
  1230. EnvSet($["envvariable"], $["value"])
  1231.  
  1232. $(2)~EnvUpdate
  1233. EnvUpdate($[])
  1234.  
  1235. $(2)~Eval
  1236. Eval($[string])
  1237.  
  1238. $(2)~Execute
  1239. Execute($[string])
  1240.  
  1241. $(2)~Exp
  1242. Exp($[expression])
  1243.  
  1244. $(2)~FileChangeDir
  1245. FileChangeDir($["path"])
  1246.  
  1247. $(2)~FileClose
  1248. FileClose($["filehandle"])
  1249.  
  1250. $(2)~FileCopy
  1251. FileCopy($["source"], $["dest"], $[flag = 0])
  1252.  
  1253. $(2)~FileCreateNTFSLink
  1254. FileCreateNTFSLink($["source"], $["hardlink"], $[flag = 0])
  1255.  
  1256. $(2)~FileCreateShortcut
  1257. FileCreateShortcut($["file"], $["lnk"], $["workdir"], $["args"], $["desc"], $["icon"], $["hotkey"], $[icon number], $[state])
  1258.  
  1259. $(2)~FileDelete
  1260. FileDelete($["filename"])
  1261.  
  1262. $(2)~FileExists
  1263. FileExists($["path"])
  1264.  
  1265. $(2)~FileFindFirstFile
  1266. FileFindFirstFile($["filename"])
  1267.  
  1268. $(2)~FileFlush
  1269. FileFlush($["filehandle"])
  1270.  
  1271. $(2)~FileGetAttrib
  1272. FileGetAttrib($["filename"])
  1273.  
  1274. $(2)~FileGetEncoding
  1275. FileGetEncoding($["filehandle/filename"], $[mode = 1])
  1276.  
  1277. $(2)~FileGetLongName
  1278. FileGetLongName($["filename"], $[flag = 0])
  1279.  
  1280. $(2)~FileGetPos
  1281. FileGetPos($["filehandle"])
  1282.  
  1283. $(2)~FileGetShortcut
  1284. FileGetShortcut($["lnk"])
  1285.  
  1286. $(2)~FileGetShortName
  1287. FileGetShortName($["filename"], $[flag = 0])
  1288.  
  1289. $(2)~FileGetSize
  1290. FileGetSize($["filename"])
  1291.  
  1292. $(2)~FileGetTime
  1293. FileGetTime($["filename"], $[option = 0], $[format = 0])
  1294.  
  1295. $(2)~FileGetVersion
  1296. FileGetVersion($["filename"], $["stringname"])
  1297.  
  1298. $(2)~FileInstall
  1299. FileInstall($["source"], $["dest"], $[flag = 0])
  1300.  
  1301. $(2)~FileMove
  1302. FileMove($["source"], $["dest"], $[flag = 0])
  1303.  
  1304. $(2)~FileOpen
  1305. FileOpen($["filename"], $[mode = 0])
  1306.  
  1307. $(2)~FileOpenDialog
  1308. FileOpenDialog($["title"], $["init dir"], $["filter"], $[options = 0], $["default name"], $[hwnd])
  1309.  
  1310. $(2)~FileRead
  1311. FileRead($["filehandle/filename"], $[count])
  1312.  
  1313. $(2)~FileReadLine
  1314. FileReadLine($["filehandle/filename"], $[line = 1])
  1315.  
  1316. $(2)~FileReadToArray
  1317. FileReadToArray($["filehandle/filename"])
  1318.  
  1319. $(2)~FileRecycle
  1320. FileRecycle($["source"])
  1321.  
  1322. $(2)~FileRecycleEmpty
  1323. FileRecycleEmpty($["source"])
  1324.  
  1325. $(2)~FileSaveDialog
  1326. FileSaveDialog($["title"], $["init dir"], $["filter"], $[options = 0], $["default name"], $[hwnd])
  1327.  
  1328. $(2)~FileSelectFolder
  1329. FileSelectFolder($["dialog text"], $["root dir"], $[flag = 0], $["initial dir"], $[hwnd])
  1330.  
  1331. $(2)~FileSetAttrib
  1332. FileSetAttrib($["file pattern"], $["+-RASHNOT"], $[recurse = 0])
  1333.  
  1334. $(2)~FileSetEnd
  1335. FileSetEnd($["filehandle"])
  1336.  
  1337. $(2)~FileSetPos
  1338. FileSetPos($["filehandle"], $[offset], $[origin])
  1339.  
  1340. $(2)~FileSetTime
  1341. FileSetTime($["file pattern"], $["time"], $[type = 0], $[recurse = 0])
  1342.  
  1343. $(2)~FileWrite
  1344. FileWrite($["filehandle/filename"], $["text/data"])
  1345.  
  1346. $(2)~FileWriteLine
  1347. FileWriteLine($["filehandle/filename"], $["line"])
  1348.  
  1349. $(2)~Floor
  1350. Floor($[expression])
  1351.  
  1352. $(2)~FtpSetProxy
  1353. FtpSetProxy($[mode = 0], $["proxy:port"], $["username"], $["password"])
  1354.  
  1355. $(2)~FuncName
  1356. FuncName($[$$Functionvariable])
  1357.  
  1358. $(2)~GUICreate
  1359. GUICreate($["title"], $[width], $[height], $[left = -1], $[top = -1], $[style = -1], $[exStyle = -1], $[parent = 0])
  1360.  
  1361. $(2)~GUICtrlCreateAvi
  1362. GUICtrlCreateAvi($[filename], $[subfileid], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1363.  
  1364. $(2)~GUICtrlCreateButton
  1365. GUICtrlCreateButton($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1366.  
  1367. $(2)~GUICtrlCreateCheckbox
  1368. GUICtrlCreateCheckbox($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1369.  
  1370. $(2)~GUICtrlCreateCombo
  1371. GUICtrlCreateCombo($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1372.  
  1373. $(2)~GUICtrlCreateContextMenu
  1374. GUICtrlCreateContextMenu($[controlID])
  1375.  
  1376. $(2)~GUICtrlCreateDate
  1377. GUICtrlCreateDate($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1378.  
  1379. $(2)~GUICtrlCreateDummy
  1380. GUICtrlCreateDummy($[])
  1381.  
  1382. $(2)~GUICtrlCreateEdit
  1383. GUICtrlCreateEdit($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1384.  
  1385. $(2)~GUICtrlCreateGraphic
  1386. GUICtrlCreateGraphic($[left], $[top], $[width], $[height], $[style])
  1387.  
  1388. $(2)~GUICtrlCreateGroup
  1389. GUICtrlCreateGroup($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1390.  
  1391. $(2)~GUICtrlCreateIcon
  1392. GUICtrlCreateIcon($[filename], $[iconName], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1393.  
  1394. $(2)~GUICtrlCreateInput
  1395. GUICtrlCreateInput($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1396.  
  1397. $(2)~GUICtrlCreateLabel
  1398. GUICtrlCreateLabel($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1399.  
  1400. $(2)~GUICtrlCreateList
  1401. GUICtrlCreateList($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1402.  
  1403. $(2)~GUICtrlCreateListView
  1404. GUICtrlCreateListView($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1405.  
  1406. $(2)~GUICtrlCreateListViewItem
  1407. GUICtrlCreateListViewItem($["text"], $[listviewID])
  1408.  
  1409. $(2)~GUICtrlCreateMenu
  1410. GUICtrlCreateMenu($["submenutext"], $[menuID = -1], $[menuentry = -1])
  1411.  
  1412. $(2)~GUICtrlCreateMenuItem
  1413. GUICtrlCreateMenuItem($["text"], $[menuID], $[menuentry = -1], $[menuradioitem = 0])
  1414.  
  1415. $(2)~GUICtrlCreateMonthCal
  1416. GUICtrlCreateMonthCal($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1417.  
  1418. $(2)~GUICtrlCreateObj
  1419. GUICtrlCreateObj($[ObjectVar], $[left], $[top], $[width], $[height])
  1420.  
  1421. $(2)~GUICtrlCreatePic
  1422. GUICtrlCreatePic($[filename], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1423.  
  1424. $(2)~GUICtrlCreateProgress
  1425. GUICtrlCreateProgress($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1426.  
  1427. $(2)~GUICtrlCreateRadio
  1428. GUICtrlCreateRadio($["text"], $[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1429.  
  1430. $(2)~GUICtrlCreateSlider
  1431. GUICtrlCreateSlider($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1432.  
  1433. $(2)~GUICtrlCreateTab
  1434. GUICtrlCreateTab($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1435.  
  1436. $(2)~GUICtrlCreateTabItem
  1437. GUICtrlCreateTabItem($["text"])
  1438.  
  1439. $(2)~GUICtrlCreateTreeView
  1440. GUICtrlCreateTreeView($[left], $[top], $[width], $[height], $[style = -1], $[exStyle = -1])
  1441.  
  1442. $(2)~GUICtrlCreateTreeViewItem
  1443. GUICtrlCreateTreeViewItem($["text"], $[treeviewID])
  1444.  
  1445. $(2)~GUICtrlCreateUpdown
  1446. GUICtrlCreateUpdown($[inputcontrolID], $[style = -1])
  1447.  
  1448. $(2)~GUICtrlDelete
  1449. GUICtrlDelete($[controlID])
  1450.  
  1451. $(2)~GUICtrlGetHandle
  1452. GUICtrlGetHandle($[controlID])
  1453.  
  1454. $(2)~GUICtrlGetState
  1455. GUICtrlGetState($[controlID])
  1456.  
  1457. $(2)~GUICtrlRead
  1458. GUICtrlRead($[controlID], $[advanced = 0])
  1459.  
  1460. $(2)~GUICtrlRecvMsg
  1461. GUICtrlRecvMsg($[controlID], $[msg], $[wParam], $[lParamType])
  1462.  
  1463. $(2)~GUICtrlRegisterListViewSort
  1464. GUICtrlRegisterListViewSort($[controlID], $["function"])
  1465.  
  1466. $(2)~GUICtrlSendMsg
  1467. GUICtrlSendMsg($[controlID], $[msg], $[wParam], $[lParam])
  1468.  
  1469. $(2)~GUICtrlSendToDummy
  1470. GUICtrlSendToDummy($[controlID], $[state])
  1471.  
  1472. $(2)~GUICtrlSetBkColor
  1473. GUICtrlSetBkColor($[controlID], $[backgroundcolor])
  1474.  
  1475. $(2)~GUICtrlSetColor
  1476. GUICtrlSetColor($[controlID], $[textcolor])
  1477.  
  1478. $(2)~GUICtrlSetCursor
  1479. GUICtrlSetCursor($[controlID], $[cursorID])
  1480.  
  1481. $(2)~GUICtrlSetData
  1482. GUICtrlSetData($[controlID], $[data], $[default])
  1483.  
  1484. $(2)~GUICtrlSetDefBkColor
  1485. GUICtrlSetDefBkColor($[defbkcolor], $[winhandle])
  1486.  
  1487. $(2)~GUICtrlSetDefColor
  1488. GUICtrlSetDefColor($[deftextcolor], $[winhandle])
  1489.  
  1490. $(2)~GUICtrlSetFont
  1491. GUICtrlSetFont($[controlID], $[size], $[weight], $[attribute], $[fontname], $[quality])
  1492.  
  1493. $(2)~GUICtrlSetGraphic
  1494. GUICtrlSetGraphic($[controlID], $[type], $[par1], $[... par6])
  1495.  
  1496. $(2)~GUICtrlSetImage
  1497. GUICtrlSetImage($[controlID], $[filename], $[iconname], $[icontype])
  1498.  
  1499. $(2)~GUICtrlSetLimit
  1500. GUICtrlSetLimit($[controlID], $[max], $[min = 0])
  1501.  
  1502. $(2)~GUICtrlSetOnEvent
  1503. GUICtrlSetOnEvent($[controlID], $["function"])
  1504.  
  1505. $(2)~GUICtrlSetPos
  1506. GUICtrlSetPos($[controlID], $[left], $[top], $[width], $[height])
  1507.  
  1508. $(2)~GUICtrlSetResizing
  1509. GUICtrlSetResizing($[controlID], $[resizing])
  1510.  
  1511. $(2)~GUICtrlSetState
  1512. GUICtrlSetState($[controlID], $[state])
  1513.  
  1514. $(2)~GUICtrlSetStyle
  1515. GUICtrlSetStyle($[controlID], $[style], $[exStyle])
  1516.  
  1517. $(2)~GUICtrlSetTip
  1518. GUICtrlSetTip($[controlID], $[tiptext], $["title"], $[icon], $[options])
  1519.  
  1520. $(2)~GUIDelete
  1521. GUIDelete($[winhandle])
  1522.  
  1523. $(2)~GUIGetCursorInfo
  1524. GUIGetCursorInfo($[winhandle])
  1525.  
  1526. $(2)~GUIGetMsg
  1527. GUIGetMsg($[advanced = 0])
  1528.  
  1529. $(2)~GUIGetStyle
  1530. GUIGetStyle($[winhandle])
  1531.  
  1532. $(2)~GUIRegisterMsg
  1533. GUIRegisterMsg($[msgID], $["function"])
  1534.  
  1535. $(2)~GUISetAccelerators
  1536. GUISetAccelerators($[accelerators], $[winhandle])
  1537.  
  1538. $(2)~GUISetBkColor
  1539. GUISetBkColor($[background], $[winhandle])
  1540.  
  1541. $(2)~GUISetCoord
  1542. GUISetCoord($[left], $[top], $[width], $[height], $[winhandle])
  1543.  
  1544. $(2)~GUISetCursor
  1545. GUISetCursor($[cursorID], $[override = 0], $[winhandle])
  1546.  
  1547. $(2)~GUISetFont
  1548. GUISetFont($[size], $[weight], $[attribute], $[fontname], $[winhandle], $[quality])
  1549.  
  1550. $(2)~GUISetHelp
  1551. GUISetHelp($[helpfile], $[winhandle])
  1552.  
  1553. $(2)~GUISetIcon
  1554. GUISetIcon($[iconfile], $[iconID], $[winhandle])
  1555.  
  1556. $(2)~GUISetOnEvent
  1557. GUISetOnEvent($[specialID], $["function"], $[winhandle])
  1558.  
  1559. $(2)~GUISetState
  1560. GUISetState($[flag], $[winhandle])
  1561.  
  1562. $(2)~GUISetStyle
  1563. GUISetStyle($[Style], $[ExStyle], $[winhandle])
  1564.  
  1565. $(2)~GUIStartGroup
  1566. GUIStartGroup($[winhandle])
  1567.  
  1568. $(2)~GUISwitch
  1569. GUISwitch($[winhandle], $[tabitemID])
  1570.  
  1571. $(2)~Hex
  1572. Hex($[expression], $[length])
  1573.  
  1574. $(2)~HotKeySet
  1575. HotKeySet($["key"], $["function"])
  1576.  
  1577. $(2)~HttpSetProxy
  1578. HttpSetProxy($[mode = 0], $["proxy:port"], $["username"], $["password"])
  1579.  
  1580. $(2)~HttpSetUserAgent
  1581. HttpSetUserAgent($["user agent"])
  1582.  
  1583. $(2)~HWnd
  1584. HWnd($[expression])
  1585.  
  1586. $(2)~InetClose
  1587. InetClose($[handle])
  1588.  
  1589. $(2)~InetGet
  1590. InetGet($["URL"], $["filename"], $[options = 0], $[background = 0])
  1591.  
  1592. $(2)~InetGetInfo
  1593. InetGetInfo($[handle], $[index = -1])
  1594.  
  1595. $(2)~InetGetSize
  1596. InetGetSize($["URL"], $[options = 0])
  1597.  
  1598. $(2)~InetRead
  1599. InetRead($["URL"], $[options = 0])
  1600.  
  1601. $(2)~IniDelete
  1602. IniDelete($["filename"], $["section"], $["key"])
  1603.  
  1604. $(2)~IniRead
  1605. IniRead($["filename"], $["section"], $["key"], $["default"])
  1606.  
  1607. $(2)~IniReadSection
  1608. IniReadSection($["filename"], $["section"])
  1609.  
  1610. $(2)~IniReadSectionNames
  1611. IniReadSectionNames($["filename"])
  1612.  
  1613. $(2)~IniRenameSection
  1614. IniRenameSection($["filename"], $["section"], $["new section"], $[flag = 0])
  1615.  
  1616. $(2)~IniWrite
  1617. IniWrite($["filename"], $["section"], $["key"], $["value"])
  1618.  
  1619. $(2)~IniWriteSection
  1620. IniWriteSection($["filename"], $["section"], $["data"], $[index = 1])
  1621.  
  1622. $(2)~InputBox
  1623. InputBox($["title"], $["prompt"], $["default"], $["password char"], $[width = -1], $[height = -1], $[left = Default], $[top = Default], $[timeout = 0], $[hwnd])
  1624.  
  1625. $(2)~Int
  1626. Int($[expression], $[flag = 0])
  1627.  
  1628. $(2)~IsAdmin
  1629. IsAdmin($[])
  1630.  
  1631. $(2)~IsArray
  1632. IsArray($[variable])
  1633.  
  1634. $(2)~IsBinary
  1635. IsBinary($[expression])
  1636.  
  1637. $(2)~IsBool
  1638. IsBool($[variable])
  1639.  
  1640. $(2)~IsDeclared
  1641. IsDeclared($[expression])
  1642.  
  1643. $(2)~IsDllStruct
  1644. IsDllStruct($[variable])
  1645.  
  1646. $(2)~IsFloat
  1647. IsFloat($[variable])
  1648.  
  1649. $(2)~IsFunc
  1650. IsFunc($[expression])
  1651.  
  1652. $(2)~IsHWnd
  1653. IsHWnd($[variable])
  1654.  
  1655. $(2)~IsInt
  1656. IsInt($[variable])
  1657.  
  1658. $(2)~IsKeyword
  1659. IsKeyword($[variable])
  1660.  
  1661. $(2)~IsNumber
  1662. IsNumber($[variable])
  1663.  
  1664. $(2)~IsObj
  1665. IsObj($[variable])
  1666.  
  1667. $(2)~IsPtr
  1668. IsPtr($[variable])
  1669.  
  1670. $(2)~IsString
  1671. IsString($[variable])
  1672.  
  1673. $(2)~Log
  1674. Log($[expression])
  1675.  
  1676. $(2)~MemGetStats
  1677. MemGetStats($[])
  1678.  
  1679. $(2)~Mod
  1680. Mod($[value1], $[value2])
  1681.  
  1682. $(2)~MouseClick
  1683. MouseClick($["button"], $[x], $[y], $[clicks = 1], $[speed = 10])
  1684.  
  1685. $(2)~MouseClickDrag
  1686. MouseClickDrag($["button"], $[x1], $[y1], $[x2], $[y2], $[speed = 10])
  1687.  
  1688. $(2)~MouseDown
  1689. MouseDown($["button"])
  1690.  
  1691. $(2)~MouseGetCursor
  1692. MouseGetCursor($[])
  1693.  
  1694. $(2)~MouseGetPos
  1695. MouseGetPos($[dimension])
  1696.  
  1697. $(2)~MouseMove
  1698. MouseMove($[x], $[y], $[speed = 10])
  1699.  
  1700. $(2)~MouseUp
  1701. MouseUp($["button"])
  1702.  
  1703. $(2)~MouseWheel
  1704. MouseWheel($["direction"], $[clicks = 1])
  1705.  
  1706. $(2)~MsgBoxDebug
  1707. MsgBox(0, 'Сообщение', "$[text]")
  1708.  
  1709. $(2)~MsgBoxDebug$$
  1710. MsgBox(0, 'Сообщение', $$$[sText])
  1711.  
  1712. $(2)~MsgBox
  1713. MsgBox($[flag], $["title"], $["text"], $[timeout = 0], $[hwnd])
  1714.  
  1715. $(2)~Number
  1716. Number($[expression], $[flag = 0])
  1717.  
  1718. $(2)~ObjCreate
  1719. ObjCreate($["classname"], $["servername"], $["username"], $["password"])
  1720.  
  1721. $(2)~ObjCreateInterface
  1722. ObjCreateInterface($["CLSID"], $["IID"], $["interface_description"], $[flag = True])
  1723.  
  1724. $(2)~ObjEvent
  1725. ObjEvent($[$$ObjectVar], $["functionprefix"], $["interface name"])
  1726.  
  1727. $(2)~ObjEvent
  1728. ObjEvent($["AutoIt.Error"], $["function"])
  1729.  
  1730. $(2)~ObjGet
  1731. ObjGet($["filename"], $["classname"], $[instance])
  1732.  
  1733. $(2)~ObjName
  1734. ObjName($[$$Objectvariable], $[Flag = 1])
  1735.  
  1736. $(2)~OnAutoItExitRegister
  1737. OnAutoItExitRegister($["function"])
  1738.  
  1739. $(2)~OnAutoItExitUnRegister
  1740. OnAutoItExitUnRegister($["function"])
  1741.  
  1742. $(2)~Opt
  1743. Opt($["CaretCoordMode"], $[param])
  1744.  
  1745. $(2)~Opt
  1746. Opt($["ExpandEnvStrings"], $[param])
  1747.  
  1748. $(2)~Opt
  1749. Opt($["ExpandVarStrings"], $[param])
  1750.  
  1751. $(2)~Opt
  1752. Opt($["GUICloseOnESC"], $[param])
  1753.  
  1754. $(2)~Opt
  1755. Opt($["GUICoordMode"], $[param])
  1756.  
  1757. $(2)~Opt
  1758. Opt($["GUIDataSeparatorChar"], $[param])
  1759.  
  1760. $(2)~Opt
  1761. Opt($["GUIOnEventMode"], $[param])
  1762.  
  1763. $(2)~Opt
  1764. Opt($["GUIResizeMode"], $[param])
  1765.  
  1766. $(2)~Opt
  1767. Opt($["GUIEventOptions"], $[param])
  1768.  
  1769. $(2)~Opt
  1770. Opt($["MouseClickDelay"], $[param])
  1771.  
  1772. $(2)~Opt
  1773. Opt($["MouseClickDownDelay"], $[param])
  1774.  
  1775. $(2)~Opt
  1776. Opt($["MouseClickDragDelay"], $[param])
  1777.  
  1778. $(2)~Opt
  1779. Opt($["MouseCoordMode"], $[param])
  1780.  
  1781. $(2)~Opt
  1782. Opt($["MustDeclareVars"], $[param])
  1783.  
  1784. $(2)~Opt
  1785. Opt($["PixelCoordMode"], $[param])
  1786.  
  1787. $(2)~Opt
  1788. Opt($["SendAttachMode"], $[param])
  1789.  
  1790. $(2)~Opt
  1791. Opt($["SendCapslockMode"], $[param])
  1792.  
  1793. $(2)~Opt
  1794. Opt($["SendKeyDelay"], $[param])
  1795.  
  1796. $(2)~Opt
  1797. Opt($["SendKeyDownDelay"], $[param])
  1798.  
  1799. $(2)~Opt
  1800. Opt($["TCPTimeout"], $[param])
  1801.  
  1802. $(2)~Opt
  1803. Opt($["TrayAutoPause"], $[param])
  1804.  
  1805. $(2)~Opt
  1806. Opt($["TrayIconDebug"], $[param])
  1807.  
  1808. $(2)~Opt
  1809. Opt($["TrayIconHide"], $[param])
  1810.  
  1811. $(2)~Opt
  1812. Opt($["TrayMenuMode"], $[param])
  1813.  
  1814. $(2)~Opt
  1815. Opt($["TrayOnEventMode"], $[param])
  1816.  
  1817. $(2)~Opt
  1818. Opt($["WinDetectHiddenText"], $[param])
  1819.  
  1820. $(2)~Opt
  1821. Opt($["WinSearchChildren"], $[param])
  1822.  
  1823. $(2)~Opt
  1824. Opt($["WinTextMatchMode"], $[param])
  1825.  
  1826. $(2)~Opt
  1827. Opt($["WinTitleMatchMode"], $[param])
  1828.  
  1829. $(2)~Opt
  1830. Opt($["WinWaitDelay"], $[param])
  1831.  
  1832. $(2)~Ping
  1833. Ping($["address/hostname"], $[timeout = 4000])
  1834.  
  1835. $(2)~PixelChecksum
  1836. PixelChecksum($[left], $[top], $[right], $[bottom], $[step = 1], $[hwnd], $[mode = 0])
  1837.  
  1838. $(2)~PixelGetColor
  1839. PixelGetColor($[x], $[y], $[hwnd])
  1840.  
  1841. $(2)~PixelSearch
  1842. PixelSearch($[left], $[top], $[right], $[bottom], $[color], $[shade-variation = 0], $[step = 1], $[hwnd])
  1843.  
  1844. $(2)~ProcessClose
  1845. ProcessClose($["process"])
  1846.  
  1847. $(2)~ProcessExists
  1848. ProcessExists($["process"])
  1849.  
  1850. $(2)~ProcessGetStats
  1851. ProcessGetStats($["process"], $[type = 0])
  1852.  
  1853. $(2)~ProcessList
  1854. ProcessList($["name"])
  1855.  
  1856. $(2)~ProcessSetPriority
  1857. ProcessSetPriority($["process"], $[priority])
  1858.  
  1859. $(2)~ProcessWait
  1860. ProcessWait($["process"], $[timeout = 0])
  1861.  
  1862. $(2)~ProcessWaitClose
  1863. ProcessWaitClose($["process"], $[timeout = 0])
  1864.  
  1865. $(2)~ProgressOff
  1866. ProgressOff($[])
  1867.  
  1868. $(2)~ProgressOn
  1869. ProgressOn($["title"], $["maintext"], $["subtext"], $[x pos], $[y pos], $[opt])
  1870.  
  1871. $(2)~ProgressSet
  1872. ProgressSet($[percent], $["subtext"], $["maintext"])
  1873.  
  1874. $(2)~Ptr
  1875. Ptr($[expression])
  1876.  
  1877. $(2)~Random
  1878. Random($[Min = 0], $[Max = 1], $[Flag = 0])
  1879.  
  1880. $(2)~RegDelete
  1881. RegDelete($["keyname"], $["valuename"])
  1882.  
  1883. $(2)~RegEnumKey
  1884. RegEnumKey($["keyname"], $[instance])
  1885.  
  1886. $(2)~RegEnumVal
  1887. RegEnumVal($["keyname"], $[instance])
  1888.  
  1889. $(2)~RegRead
  1890. RegRead($["keyname"], $["valuename"])
  1891.  
  1892. $(2)~RegWrite
  1893. RegWrite($["keyname"], $["valuename"], $["type"], $[value])
  1894.  
  1895. $(2)~Round
  1896. Round($[expression], $[decimalplaces])
  1897.  
  1898. $(2)~Run
  1899. Run($["program"], $["workingdir"], $[show_flag], $[opt_flag])
  1900.  
  1901. $(2)~RunAs
  1902. RunAs($["username"], $["domain"], $["password"], $[logon_flag], $["program"], $["workingdir"], $[show_flag], $[opt_flag])
  1903.  
  1904. $(2)~RunAsWait
  1905. RunAsWait($["username"], $["domain"], $["password"], $[logon_flag], $["program"], $["workingdir"], $[show_flag], $[opt_flag])
  1906.  
  1907. $(2)~RunWait
  1908. RunWait($["program"], $["workingdir"], $[show_flag], $[opt_flag])
  1909.  
  1910. $(2)~Send
  1911. Send($["keys"], $[flag = 0])
  1912.  
  1913. $(2)~SendKeepActive
  1914. SendKeepActive($["title"], $["text"])
  1915.  
  1916. $(2)~SetError
  1917. SetError($[code], $[extended = 0], $[return value])
  1918.  
  1919. $(2)~SetExtended
  1920. SetExtended($[code], $[return value])
  1921.  
  1922. $(2)~ShellExecute
  1923. ShellExecute($["filename"], $["parameters"], $["workingdir"], $["verb"], $[showflag])
  1924.  
  1925. $(2)~ShellExecuteWait
  1926. ShellExecuteWait($["filename"], $["parameters"], $["workingdir"], $["verb"], $[showflag])
  1927.  
  1928. $(2)~Shutdown
  1929. Shutdown($[code])
  1930.  
  1931. $(2)~Sin
  1932. Sin($[expression])
  1933.  
  1934. $(2)~Sleep
  1935. Sleep($[delay])
  1936.  
  1937. $(2)~SoundPlay
  1938. SoundPlay($["filename"], $[wait = 0])
  1939.  
  1940. $(2)~SoundSetWaveVolume
  1941. SoundSetWaveVolume($[percent])
  1942.  
  1943. $(2)~SplashImageOn
  1944. SplashImageOn($["title"], $["file"], $[width], $[height], $[x pos], $[y pos], $[opt])
  1945.  
  1946. $(2)~SplashOff
  1947. SplashOff($[])
  1948.  
  1949. $(2)~SplashTextOn
  1950. SplashTextOn($["title"], $["text"], $[w = 500], $[h = 400], $[x pos], $[y pos], $[opt = 0], $["fontname"], $[fontsz = 12], $[fontwt])
  1951.  
  1952. $(2)~Sqrt
  1953. Sqrt($[expression])
  1954.  
  1955. $(2)~SRandom
  1956. SRandom($[Seed])
  1957.  
  1958. $(2)~StatusbarGetText
  1959. StatusbarGetText($["title"], $["text"], $[part = 1])
  1960.  
  1961. $(2)~StderrRead
  1962. StderrRead($[process_id], $[peek = False], $[binary = False])
  1963.  
  1964. $(2)~StdinWrite
  1965. StdinWrite($[process_id], $[data])
  1966.  
  1967. $(2)~StdioClose
  1968. StdioClose($[process_id])
  1969.  
  1970. $(2)~StdoutRead
  1971. StdoutRead($[process_id], $[peek = False], $[binary = False])
  1972.  
  1973. $(2)~String
  1974. String($[expression])
  1975.  
  1976. $(2)~StringAddCR
  1977. StringAddCR($["string"])
  1978.  
  1979. $(2)~StringCompare
  1980. StringCompare($["string1"], $["string2"], $[casesense = 0])
  1981.  
  1982. $(2)~StringFormat
  1983. StringFormat($["format control"], $[var1], $[... var32])
  1984.  
  1985. $(2)~StringFromASCIIArray
  1986. StringFromASCIIArray($[array], $[start = 0], $[end = -1], $[encoding = 0])
  1987.  
  1988. $(2)~StringInStr
  1989. StringInStr($["string"], $["substring"], $[casesense = 0], $[occurrence = 1], $[start = 1], $[count])
  1990.  
  1991. $(2)~StringIsAlNum
  1992. StringIsAlNum($["string"])
  1993.  
  1994. $(2)~StringIsAlpha
  1995. StringIsAlpha($["string"])
  1996.  
  1997. $(2)~StringIsASCII
  1998. StringIsASCII($["string"])
  1999.  
  2000. $(2)~StringIsDigit
  2001. StringIsDigit($["string"])
  2002.  
  2003. $(2)~StringIsFloat
  2004. StringIsFloat($["string"])
  2005.  
  2006. $(2)~StringIsInt
  2007. StringIsInt($["string"])
  2008.  
  2009. $(2)~StringIsLower
  2010. StringIsLower($["string"])
  2011.  
  2012. $(2)~StringIsSpace
  2013. StringIsSpace($["string"])
  2014.  
  2015. $(2)~StringIsUpper
  2016. StringIsUpper($["string"])
  2017.  
  2018. $(2)~StringIsXDigit
  2019. StringIsXDigit($["string"])
  2020.  
  2021. $(2)~StringLeft
  2022. StringLeft($["string"], $[count])
  2023.  
  2024. $(2)~StringLen
  2025. StringLen($["string"])
  2026.  
  2027. $(2)~StringLower
  2028. StringLower($["string"])
  2029.  
  2030. $(2)~StringMid
  2031. StringMid($["string"], $[start], $[count = -1])
  2032.  
  2033. $(2)~StringRegExp
  2034. StringRegExp($["test"], $["pattern"], $[flag = 0], $[offset = 1])
  2035.  
  2036. $(2)~StringRegExpReplace
  2037. StringRegExpReplace($["test"], $["pattern"], $["replace"], $[count = 0])
  2038.  
  2039. $(2)~StringReplace
  2040. StringReplace($["string"], $["searchstring/start"], $["replacestring"], $[occurrence = 0], $[casesense = 0])
  2041.  
  2042. $(2)~StringReverse
  2043. StringReverse($["string"], $[flag = 0])
  2044.  
  2045. $(2)~StringRight
  2046. StringRight($["string"], $[count])
  2047.  
  2048. $(2)~StringSplit
  2049. StringSplit($["string"], $["delimiters"], $[flag = 0])
  2050.  
  2051. $(2)~StringStripCR
  2052. StringStripCR($["string"])
  2053.  
  2054. $(2)~StringStripWS
  2055. StringStripWS($["string"], $[flag])
  2056.  
  2057. $(2)~StringToASCIIArray
  2058. StringToASCIIArray($["string"], $[start = 0], $[end], $[encoding = 0])
  2059.  
  2060. $(2)~StringToBinary
  2061. StringToBinary($[expression], $[flag = 1])
  2062.  
  2063. $(2)~StringTrimLeft
  2064. StringTrimLeft($["string"], $[count])
  2065.  
  2066. $(2)~StringTrimRight
  2067. StringTrimRight($["string"], $[count])
  2068.  
  2069. $(2)~StringUpper
  2070. StringUpper($["string"])
  2071.  
  2072. $(2)~Tan
  2073. Tan($[expression])
  2074.  
  2075. $(2)~TCPAccept
  2076. TCPAccept($[mainsocket])
  2077.  
  2078. $(2)~TCPCloseSocket
  2079. TCPCloseSocket($[socket])
  2080.  
  2081. $(2)~TCPConnect
  2082. TCPConnect($[IPAddr], $[port])
  2083.  
  2084. $(2)~TCPListen
  2085. TCPListen($[IPAddr], $[port], $[MaxPendingConnection])
  2086.  
  2087. $(2)~TCPNameToIP
  2088. TCPNameToIP($[name])
  2089.  
  2090. $(2)~TCPRecv
  2091. TCPRecv($[mainsocket], $[maxlen], $[flag = 0])
  2092.  
  2093. $(2)~TCPSend
  2094. TCPSend($[mainsocket], $[data])
  2095.  
  2096. $(2)~TCPShutdown
  2097. TCPShutdown($[])
  2098.  
  2099. $(2)~TCPStartup
  2100. TCPStartup($[])
  2101.  
  2102. $(2)~TimerDiff
  2103. TimerDiff($[handle])
  2104.  
  2105. $(2)~TimerInit
  2106. TimerInit($[])
  2107.  
  2108. $(2)~ToolTip
  2109. ToolTip($["text"], $[x], $[y], $["title"], $[icon = 0], $[options])
  2110.  
  2111. $(2)~TrayCreateItem
  2112. TrayCreateItem($["text"], $[menuID = -1], $[menuentry = -1], $[menuradioitem = 0])
  2113.  
  2114. $(2)~TrayCreateMenu
  2115. TrayCreateMenu($["sub/menutext"], $[menuID = -1], $[menuentry = -1])
  2116.  
  2117. $(2)~TrayGetMsg
  2118. TrayGetMsg($[])
  2119.  
  2120. $(2)~TrayItemDelete
  2121. TrayItemDelete($[controlID])
  2122.  
  2123. $(2)~TrayItemGetHandle
  2124. TrayItemGetHandle($[controlID])
  2125.  
  2126. $(2)~TrayItemGetState
  2127. TrayItemGetState($[controlID])
  2128.  
  2129. $(2)~TrayItemGetText
  2130. TrayItemGetText($[controlID])
  2131.  
  2132. $(2)~TrayItemSetOnEvent
  2133. TrayItemSetOnEvent($[itemID], $["function"])
  2134.  
  2135. $(2)~TrayItemSetState
  2136. TrayItemSetState($[controlID], $[state])
  2137.  
  2138. $(2)~TrayItemSetText
  2139. TrayItemSetText($[controlID], $[text])
  2140.  
  2141. $(2)~TraySetClick
  2142. TraySetClick($[flag])
  2143.  
  2144. $(2)~TraySetIcon
  2145. TraySetIcon($[filename], $[iconID])
  2146.  
  2147. $(2)~TraySetOnEvent
  2148. TraySetOnEvent($[specialID], $["function"])
  2149.  
  2150. $(2)~TraySetPauseIcon
  2151. TraySetPauseIcon($[filename], $[iconID])
  2152.  
  2153. $(2)~TraySetState
  2154. TraySetState($[flag = 1])
  2155.  
  2156. $(2)~TraySetToolTip
  2157. TraySetToolTip($[text])
  2158.  
  2159. $(2)~TrayTip
  2160. TrayTip($["title"], $["text"], $[timeout], $[option = 0])
  2161.  
  2162. $(2)~UBound
  2163. UBound($[Variable], $[Dimension = 1])
  2164.  
  2165. $(2)~UDPBind
  2166. UDPBind($[IPAddr], $[port])
  2167.  
  2168. $(2)~UDPCloseSocket
  2169. UDPCloseSocket($[socketarray])
  2170.  
  2171. $(2)~UDPOpen
  2172. UDPOpen($[IPAddr], $[port], $[flag = 0])
  2173.  
  2174. $(2)~UDPRecv
  2175. UDPRecv($[socketarray], $[maxlen], $[flag = 0])
  2176.  
  2177. $(2)~UDPSend
  2178. UDPSend($[socketarray], $[data])
  2179.  
  2180. $(2)~UDPShutdown
  2181. UDPShutdown($[])
  2182.  
  2183. $(2)~UDPStartup
  2184. UDPStartup($[])
  2185.  
  2186. $(2)~VarGetType
  2187. VarGetType($[expression])
  2188.  
  2189. $(2)~WinActivate
  2190. WinActivate($["title"], $["text"])
  2191.  
  2192. $(2)~WinActive
  2193. WinActive($["title"], $["text"])
  2194.  
  2195. $(2)~WinClose
  2196. WinClose($["title"], $["text"])
  2197.  
  2198. $(2)~WinExists
  2199. WinExists($["title"], $["text"])
  2200.  
  2201. $(2)~WinFlash
  2202. WinFlash($["title"], $["text"], $[flashes = 4], $[delay = 500])
  2203.  
  2204. $(2)~WinGetCaretPos
  2205. WinGetCaretPos($[])
  2206.  
  2207. $(2)~WinGetClassList
  2208. WinGetClassList($["title"], $["text"])
  2209.  
  2210. $(2)~WinGetClientSize
  2211. WinGetClientSize($["title"], $["text"])
  2212.  
  2213. $(2)~WinGetHandle
  2214. WinGetHandle($["title"], $["text"])
  2215.  
  2216. $(2)~WinGetPos
  2217. WinGetPos($["title"], $["text"])
  2218.  
  2219. $(2)~WinGetProcess
  2220. WinGetProcess($["title"], $["text"])
  2221.  
  2222. $(2)~WinGetState
  2223. WinGetState($["title"], $["text"])
  2224.  
  2225. $(2)~WinGetText
  2226. WinGetText($["title"], $["text"])
  2227.  
  2228. $(2)~WinGetTitle
  2229. WinGetTitle($["title"], $["text"])
  2230.  
  2231. $(2)~WinKill
  2232. WinKill($["title"], $["text"])
  2233.  
  2234. $(2)~WinList
  2235. WinList($["title"], $["text"])
  2236.  
  2237. $(2)~WinMenuSelectItem
  2238. WinMenuSelectItem($["title"], $["text"], $["item"], $["item"], $["item"], $["item"], $["item"], $["item"], $["item"])
  2239.  
  2240. $(2)~WinMinimizeAll
  2241. WinMinimizeAll($[])
  2242.  
  2243. $(2)~WinMinimizeAllUndo
  2244. WinMinimizeAllUndo($[])
  2245.  
  2246. $(2)~WinMove
  2247. WinMove($["title"], $["text"], $[x], $[y], $[width], $[height], $[speed])
  2248.  
  2249. $(2)~WinSetOnTop
  2250. WinSetOnTop($["title"], $["text"], $[flag])
  2251.  
  2252. $(2)~WinSetState
  2253. WinSetState($["title"], $["text"], $[flag])
  2254.  
  2255. $(2)~WinSetTitle
  2256. WinSetTitle($["title"], $["text"], $["newtitle"])
  2257.  
  2258. $(2)~WinSetTrans
  2259. WinSetTrans($["title"], $["text"], $[transparency])
  2260.  
  2261. $(2)~WinWait
  2262. WinWait($["title"], $["text"], $[timeout = 0])
  2263.  
  2264. $(2)~WinWaitActive
  2265. WinWaitActive($["title"], $["text"], $[timeout = 0])
  2266.  
  2267. $(2)~WinWaitClose
  2268. WinWaitClose($["title"], $["text"], $[timeout = 0])
  2269.  
  2270. $(2)~WinWaitNotActive
  2271. WinWaitNotActive($["title"], $["text"], $[timeout = 0])
  2272.  
  2273. $(2)~_Array1DToHistogram
  2274. _Array1DToHistogram($[$$aArray], $[$$iSizing = 100])
  2275.  
  2276. $(2)~_ArrayAdd
  2277. _ArrayAdd($[ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$sDelim_Item = "|"], $[$$sDelim_Row = @CRLF], $[$$iForce = $$ARRAYFILL_FORCE_DEFAULT])
  2278.  
  2279. $(2)~_ArrayBinarySearch
  2280. _ArrayBinarySearch($[Const ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$iEnd = 0], $[$$iColumn = 0])
  2281.  
  2282. $(2)~_ArrayColDelete
  2283. _ArrayColDelete($[ByRef $$aArray], $[$$iColumn], $[$$bConvert = False])
  2284.  
  2285. $(2)~_ArrayColInsert
  2286. _ArrayColInsert($[ByRef $$aArray], $[$$iColumn])
  2287.  
  2288. $(2)~_ArrayCombinations
  2289. _ArrayCombinations($[Const ByRef $$aArray], $[$$iSet], $[$$sDelimiter = ""])
  2290.  
  2291. $(2)~_ArrayConcatenate
  2292. _ArrayConcatenate($[ByRef $$aArrayTarget], $[Const ByRef $$aArraySource], $[$$iStart = 0])
  2293.  
  2294. $(2)~_ArrayDelete
  2295. _ArrayDelete($[ByRef $$aArray], $[$$vRange])
  2296.  
  2297. $(2)~_ArrayDisplay
  2298. _ArrayDisplay($[Const ByRef $$aArray], $[$$sTitle = "ArrayDisplay"], $[$$sArrayRange = ""], $[$$iFlags = 0], $[$$vUser_Separator = Default], $[$$sHeader = Default], $[$$iMax_ColWidth = Default])
  2299.  
  2300. $(2)~_ArrayExtract
  2301. _ArrayExtract($[Const ByRef $$aArray], $[$$iStart_Row = -1], $[$$iEnd_Row = -1], $[$$iStart_Col = -1], $[$$iEnd_Col = -1])
  2302.  
  2303. $(2)~_ArrayFindAll
  2304. _ArrayFindAll($[Const ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$iEnd = 0], $[$$iCase = 0], $[$$iCompare = 0], $[$$iSubItem = 0], $[$$bRow = False])
  2305.  
  2306. $(2)~_ArrayInsert
  2307. _ArrayInsert($[ByRef $$aArray], $[$$vRange], $[$$vValue = ""], $[$$iStart = 0], $[$$sDelim_Item = "|"], $[$$sDelim_Row = @CRLF], $[$$iForce = $$ARRAYFILL_FORCE_DEFAULT])
  2308.  
  2309. $(2)~_ArrayMax
  2310. _ArrayMax($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
  2311.  
  2312. $(2)~_ArrayMaxIndex
  2313. _ArrayMaxIndex($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
  2314.  
  2315. $(2)~_ArrayMin
  2316. _ArrayMin($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
  2317.  
  2318. $(2)~_ArrayMinIndex
  2319. _ArrayMinIndex($[Const ByRef $$aArray], $[$$iCompNumeric = 0], $[$$iStart = -1], $[$$iEnd = -1], $[$$iSubItem = 0])
  2320.  
  2321. $(2)~_ArrayPermute
  2322. _ArrayPermute($[ByRef $$aArray], $[$$sDelimiter = ""])
  2323.  
  2324. $(2)~_ArrayPop
  2325. _ArrayPop($[ByRef $$aArray])
  2326.  
  2327. $(2)~_ArrayPush
  2328. _ArrayPush($[ByRef $$aArray], $[$$vValue], $[$$iDirection = 0])
  2329.  
  2330. $(2)~_ArrayReverse
  2331. _ArrayReverse($[ByRef $$aArray], $[$$iStart = 0], $[$$iEnd = 0])
  2332.  
  2333. $(2)~_ArraySearch
  2334. _ArraySearch($[Const ByRef $$aArray], $[$$vValue], $[$$iStart = 0], $[$$iEnd = 0], $[$$iCase = 0], $[$$iCompare = 0], $[$$iForward = 1], $[$$iSubItem = -1], $[$$bRow = False])
  2335.  
  2336. $(2)~_ArrayShuffle
  2337. _ArrayShuffle($[ByRef $$aArray], $[$$iStart_Row = 0], $[$$iEnd_Row = 0], $[$$iCol = -1])
  2338.  
  2339. $(2)~_ArraySort
  2340. _ArraySort($[ByRef $$aArray], $[$$iDescending = 0], $[$$iStart = 0], $[$$iEnd = 0], $[$$iSubItem = 0], $[$$iPivot = 0])
  2341.  
  2342. $(2)~_ArraySwap
  2343. _ArraySwap($[ByRef $$aArray], $[$$iIndex_1], $[$$iIndex_2], $[$$bCol = False], $[$$iStart = -1], $[$$iEnd = -1])
  2344.  
  2345. $(2)~_ArrayToClip
  2346. _ArrayToClip($[Const ByRef $$aArray], $[$$sDelim_Col = "|"], $[$$iStart_Row = -1], $[$$iEnd_Row = -1], $[$$sDelim_Row = @CRLF], $[$$iStart_Col = -1], $[$$iEnd_Col = -1])
  2347.  
  2348. $(2)~_ArrayToString
  2349. _ArrayToString($[Const ByRef $$aArray], $[$$sDelim_Col = "|"], $[$$iStart_Row = -1], $[$$iEnd_Row = -1], $[$$sDelim_Row = @CRLF], $[$$iStart_Col = -1], $[$$iEnd_Col = -1])
  2350.  
  2351. $(2)~_ArrayTranspose
  2352. _ArrayTranspose($[ByRef $$aArray])
  2353.  
  2354. $(2)~_ArrayTrim
  2355. _ArrayTrim($[ByRef $$aArray], $[$$iTrimNum], $[$$iDirection = 0], $[$$iStart = 0], $[$$iEnd = 0], $[$$iSubItem = 0])
  2356.  
  2357. $(2)~_ArrayUnique
  2358. _ArrayUnique($[Const ByRef $$aArray], $[$$iColumn = 0], $[$$iBase = 0], $[$$iCase = 0], $[$$iCount = $$ARRAYUNIQUE_COUNT], $[$$iIntType = $$ARRAYUNIQUE_AUTO])
  2359.  
  2360. $(2)~_Assert
  2361. _Assert($[$$sCondition], $[$$bExit = True], $[$$iCode = 0x7FFFFFFF], $[$$sLine = @ScriptLineNumber])
  2362.  
  2363. $(2)~_ChooseColor
  2364. _ChooseColor($[$$iReturnType = 0], $[$$iColorRef = 0], $[$$iRefType = 0], $[$$hWndOwnder = 0])
  2365.  
  2366. $(2)~_ChooseFont
  2367. _ChooseFont($[$$sFontName = "Courier New"], $[$$iPointSize = 10], $[$$iFontColorRef = 0], $[$$iFontWeight = 0], $[$$bItalic = False], $[$$bUnderline = False], $[$$bStrikethru = False], $[$$hWndOwner = 0])
  2368.  
  2369. $(2)~_ClipBoard_ChangeChain
  2370. _ClipBoard_ChangeChain($[$$hRemove], $[$$hNewNext])
  2371.  
  2372. $(2)~_ClipBoard_Close
  2373. _ClipBoard_Close($[])
  2374.  
  2375. $(2)~_ClipBoard_CountFormats
  2376. _ClipBoard_CountFormats($[])
  2377.  
  2378. $(2)~_ClipBoard_Empty
  2379. _ClipBoard_Empty($[])
  2380.  
  2381. $(2)~_ClipBoard_EnumFormats
  2382. _ClipBoard_EnumFormats($[$$iFormat])
  2383.  
  2384. $(2)~_ClipBoard_FormatStr
  2385. _ClipBoard_FormatStr($[$$iFormat])
  2386.  
  2387. $(2)~_ClipBoard_GetData
  2388. _ClipBoard_GetData($[$$iFormat = 1])
  2389.  
  2390. $(2)~_ClipBoard_GetDataEx
  2391. _ClipBoard_GetDataEx($[$$iFormat = 1])
  2392.  
  2393. $(2)~_ClipBoard_GetFormatName
  2394. _ClipBoard_GetFormatName($[$$iFormat])
  2395.  
  2396. $(2)~_ClipBoard_GetOpenWindow
  2397. _ClipBoard_GetOpenWindow($[])
  2398.  
  2399. $(2)~_ClipBoard_GetOwner
  2400. _ClipBoard_GetOwner($[])
  2401.  
  2402. $(2)~_ClipBoard_GetPriorityFormat
  2403. _ClipBoard_GetPriorityFormat($[$$aFormats])
  2404.  
  2405. $(2)~_ClipBoard_GetSequenceNumber
  2406. _ClipBoard_GetSequenceNumber($[])
  2407.  
  2408. $(2)~_ClipBoard_GetViewer
  2409. _ClipBoard_GetViewer($[])
  2410.  
  2411. $(2)~_ClipBoard_IsFormatAvailable
  2412. _ClipBoard_IsFormatAvailable($[$$iFormat])
  2413.  
  2414. $(2)~_ClipBoard_Open
  2415. _ClipBoard_Open($[$$hOwner])
  2416.  
  2417. $(2)~_ClipBoard_RegisterFormat
  2418. _ClipBoard_RegisterFormat($[$$sFormat])
  2419.  
  2420. $(2)~_ClipBoard_SetData
  2421. _ClipBoard_SetData($[$$vData], $[$$iFormat = 1])
  2422.  
  2423. $(2)~_ClipBoard_SetDataEx
  2424. _ClipBoard_SetDataEx($[ByRef $$hMemory], $[$$iFormat = 1])
  2425.  
  2426. $(2)~_ClipBoard_SetViewer
  2427. _ClipBoard_SetViewer($[$$hViewer])
  2428.  
  2429. $(2)~_ClipPutFile
  2430. _ClipPutFile($[$$sFilePath], $[$$sDelimiter = "|"])
  2431.  
  2432. $(2)~_ColorConvertHSLtoRGB
  2433. _ColorConvertHSLtoRGB($[$$aArray])
  2434.  
  2435. $(2)~_ColorConvertRGBtoHSL
  2436. _ColorConvertRGBtoHSL($[$$aArray])
  2437.  
  2438. $(2)~_ColorGetBlue
  2439. _ColorGetBlue($[$$iColor])
  2440.  
  2441. $(2)~_ColorGetCOLORREF
  2442. _ColorGetCOLORREF($[$$iColor])
  2443.  
  2444. $(2)~_ColorGetGreen
  2445. _ColorGetGreen($[$$iColor])
  2446.  
  2447. $(2)~_ColorGetRed
  2448. _ColorGetRed($[$$iColor])
  2449.  
  2450. $(2)~_ColorGetRGB
  2451. _ColorGetRGB($[$$iColor])
  2452.  
  2453. $(2)~_ColorSetCOLORREF
  2454. _ColorSetCOLORREF($[$$aColor])
  2455.  
  2456. $(2)~_ColorSetRGB
  2457. _ColorSetRGB($[$$aColor])
  2458.  
  2459. $(2)~_Crypt_DecryptData
  2460. _Crypt_DecryptData($[$$vData], $[$$vCryptKey], $[$$iAlgID], $[$$bFinal = True])
  2461.  
  2462. $(2)~_Crypt_DecryptFile
  2463. _Crypt_DecryptFile($[$$sSourceFile], $[$$sDestinationFile], $[$$vCryptKey], $[$$iAlgID])
  2464.  
  2465. $(2)~_Crypt_DeriveKey
  2466. _Crypt_DeriveKey($[$$vPassword], $[$$iAlgID], $[$$iHashPasswordID = $$CALG_MD5])
  2467.  
  2468. $(2)~_Crypt_DestroyKey
  2469. _Crypt_DestroyKey($[$$hCryptKey])
  2470.  
  2471. $(2)~_Crypt_EncryptData
  2472. _Crypt_EncryptData($[$$vData], $[$$vCryptKey], $[$$iAlgID], $[$$bFinal = True])
  2473.  
  2474. $(2)~_Crypt_EncryptFile
  2475. _Crypt_EncryptFile($[$$sSourceFile], $[$$sDestinationFile], $[$$vCryptKey], $[$$iAlgID])
  2476.  
  2477. $(2)~_Crypt_GenRandom
  2478. _Crypt_GenRandom($[$$pBuffer], $[$$iSize])
  2479.  
  2480. $(2)~_Crypt_HashData
  2481. _Crypt_HashData($[$$vData], $[$$iAlgID], $[$$bFinal = True], $[$$hCryptHash = 0])
  2482.  
  2483. $(2)~_Crypt_HashFile
  2484. _Crypt_HashFile($[$$sFilePath], $[$$iAlgID])
  2485.  
  2486. $(2)~_Crypt_Shutdown
  2487. _Crypt_Shutdown($[])
  2488.  
  2489. $(2)~_Crypt_Startup
  2490. _Crypt_Startup($[])
  2491.  
  2492. $(2)~_Date_Time_CompareFileTime
  2493. _Date_Time_CompareFileTime($[$$tFileTime1], $[$$tFileTime2])
  2494.  
  2495. $(2)~_Date_Time_DOSDateTimeToArray
  2496. _Date_Time_DOSDateTimeToArray($[$$iDosDate], $[$$iDosTime])
  2497.  
  2498. $(2)~_Date_Time_DOSDateTimeToFileTime
  2499. _Date_Time_DOSDateTimeToFileTime($[$$iFatDate], $[$$iFatTime])
  2500.  
  2501. $(2)~_Date_Time_DOSDateTimeToStr
  2502. _Date_Time_DOSDateTimeToStr($[$$iDosDate], $[$$iDosTime])
  2503.  
  2504. $(2)~_Date_Time_DOSDateToArray
  2505. _Date_Time_DOSDateToArray($[$$iDosDate])
  2506.  
  2507. $(2)~_Date_Time_DOSDateToStr
  2508. _Date_Time_DOSDateToStr($[$$iDosDate])
  2509.  
  2510. $(2)~_Date_Time_DOSTimeToArray
  2511. _Date_Time_DOSTimeToArray($[$$iDosTime])
  2512.  
  2513. $(2)~_Date_Time_DOSTimeToStr
  2514. _Date_Time_DOSTimeToStr($[$$iDosTime])
  2515.  
  2516. $(2)~_Date_Time_EncodeFileTime
  2517. _Date_Time_EncodeFileTime($[$$iMonth], $[$$iDay], $[$$iYear], $[$$iHour = 0], $[$$iMinute = 0], $[$$iSecond = 0], $[$$iMSeconds = 0])
  2518.  
  2519. $(2)~_Date_Time_EncodeSystemTime
  2520. _Date_Time_EncodeSystemTime($[$$iMonth], $[$$iDay], $[$$iYear], $[$$iHour = 0], $[$$iMinute = 0], $[$$iSecond = 0], $[$$iMSeconds = 0])
  2521.  
  2522. $(2)~_Date_Time_FileTimeToArray
  2523. _Date_Time_FileTimeToArray($[ByRef $$tFileTime])
  2524.  
  2525. $(2)~_Date_Time_FileTimeToDOSDateTime
  2526. _Date_Time_FileTimeToDOSDateTime($[$$tFileTime])
  2527.  
  2528. $(2)~_Date_Time_FileTimeToLocalFileTime
  2529. _Date_Time_FileTimeToLocalFileTime($[$$tFileTime])
  2530.  
  2531. $(2)~_Date_Time_FileTimeToStr
  2532. _Date_Time_FileTimeToStr($[ByRef $$tFileTime], $[$$iFmt = 0])
  2533.  
  2534. $(2)~_Date_Time_FileTimeToSystemTime
  2535. _Date_Time_FileTimeToSystemTime($[$$tFileTime])
  2536.  
  2537. $(2)~_Date_Time_GetFileTime
  2538. _Date_Time_GetFileTime($[$$hFile])
  2539.  
  2540. $(2)~_Date_Time_GetLocalTime
  2541. _Date_Time_GetLocalTime($[])
  2542.  
  2543. $(2)~_Date_Time_GetSystemTime
  2544. _Date_Time_GetSystemTime($[])
  2545.  
  2546. $(2)~_Date_Time_GetSystemTimeAdjustment
  2547. _Date_Time_GetSystemTimeAdjustment($[])
  2548.  
  2549. $(2)~_Date_Time_GetSystemTimeAsFileTime
  2550. _Date_Time_GetSystemTimeAsFileTime($[])
  2551.  
  2552. $(2)~_Date_Time_GetSystemTimes
  2553. _Date_Time_GetSystemTimes($[])
  2554.  
  2555. $(2)~_Date_Time_GetTickCount
  2556. _Date_Time_GetTickCount($[])
  2557.  
  2558. $(2)~_Date_Time_GetTimeZoneInformation
  2559. _Date_Time_GetTimeZoneInformation($[])
  2560.  
  2561. $(2)~_Date_Time_LocalFileTimeToFileTime
  2562. _Date_Time_LocalFileTimeToFileTime($[$$tLocalTime])
  2563.  
  2564. $(2)~_Date_Time_SetFileTime
  2565. _Date_Time_SetFileTime($[$$hFile], $[$$tCreateTime], $[$$tLastAccess], $[$$tLastWrite])
  2566.  
  2567. $(2)~_Date_Time_SetLocalTime
  2568. _Date_Time_SetLocalTime($[$$tSYSTEMTIME])
  2569.  
  2570. $(2)~_Date_Time_SetSystemTime
  2571. _Date_Time_SetSystemTime($[$$tSYSTEMTIME])
  2572.  
  2573. $(2)~_Date_Time_SetSystemTimeAdjustment
  2574. _Date_Time_SetSystemTimeAdjustment($[$$iAdjustment], $[$$bDisabled])
  2575.  
  2576. $(2)~_Date_Time_SetTimeZoneInformation
  2577. _Date_Time_SetTimeZoneInformation($[$$iBias], $[$$sStdName], $[$$tStdDate], $[$$iStdBias], $[$$sDayName], $[$$tDayDate], $[$$iDayBias])
  2578.  
  2579. $(2)~_Date_Time_SystemTimeToArray
  2580. _Date_Time_SystemTimeToArray($[ByRef $$tSYSTEMTIME])
  2581.  
  2582. $(2)~_Date_Time_SystemTimeToDateStr
  2583. _Date_Time_SystemTimeToDateStr($[ByRef $$tSYSTEMTIME], $[$$iFmt = 0])
  2584.  
  2585. $(2)~_Date_Time_SystemTimeToDateTimeStr
  2586. _Date_Time_SystemTimeToDateTimeStr($[ByRef $$tSYSTEMTIME], $[$$iFmt = 0])
  2587.  
  2588. $(2)~_Date_Time_SystemTimeToFileTime
  2589. _Date_Time_SystemTimeToFileTime($[$$tSYSTEMTIME])
  2590.  
  2591. $(2)~_Date_Time_SystemTimeToTimeStr
  2592. _Date_Time_SystemTimeToTimeStr($[ByRef $$tSYSTEMTIME])
  2593.  
  2594. $(2)~_Date_Time_SystemTimeToTzSpecificLocalTime
  2595. _Date_Time_SystemTimeToTzSpecificLocalTime($[$$tUTC], $[$$tTimeZone = 0])
  2596.  
  2597. $(2)~_Date_Time_TzSpecificLocalTimeToSystemTime
  2598. _Date_Time_TzSpecificLocalTimeToSystemTime($[$$tLocalTime], $[$$tTimeZone = 0])
  2599.  
  2600. $(2)~_DateAdd
  2601. _DateAdd($[$$sType], $[$$iNumber], $[$$sDate])
  2602.  
  2603. $(2)~_DateDayOfWeek
  2604. _DateDayOfWeek($[$$iDayNum], $[$$iFormat = 0])
  2605.  
  2606. $(2)~_DateDaysInMonth
  2607. _DateDaysInMonth($[$$iYear], $[$$iMonthNum])
  2608.  
  2609. $(2)~_DateDiff
  2610. _DateDiff($[$$sType], $[$$sStartDate], $[$$sEndDate])
  2611.  
  2612. $(2)~_DateIsLeapYear
  2613. _DateIsLeapYear($[$$iYear])
  2614.  
  2615. $(2)~_DateIsValid
  2616. _DateIsValid($[$$sDate])
  2617.  
  2618. $(2)~_DateTimeFormat
  2619. _DateTimeFormat($[$$sDate], $[$$sType])
  2620.  
  2621. $(2)~_DateTimeSplit
  2622. _DateTimeSplit($[$$sDate], $[ByRef $$aDatePart], $[ByRef $$iTimePart])
  2623.  
  2624. $(2)~_DateToDayOfWeek
  2625. _DateToDayOfWeek($[$$iYear], $[$$iMonth], $[$$iDay])
  2626.  
  2627. $(2)~_DateToDayOfWeekISO
  2628. _DateToDayOfWeekISO($[$$iYear], $[$$iMonth], $[$$iDay])
  2629.  
  2630. $(2)~_DateToDayValue
  2631. _DateToDayValue($[$$iYear], $[$$iMonth], $[$$iDay])
  2632.  
  2633. $(2)~_DateToMonth
  2634. _DateToMonth($[$$iMonNum], $[$$iFormat = 0])
  2635.  
  2636. $(2)~_DayValueToDate
  2637. _DayValueToDate($[$$iJulianDate], $[ByRef $$iYear], $[ByRef $$iMonth], $[ByRef $$iDay])
  2638.  
  2639. $(2)~_DebugArrayDisplay
  2640. _DebugArrayDisplay($[Const ByRef $$aArray], $[$$sTitle = "DebugArray"], $[$$sArrayRange = ""], $[$$iFlags = 0], $[$$vUser_Separator = Default], $[$$sHeader = Default], $[$$iMax_ColWidth = Default], $[$$hUser_Function = ""])
  2641.  
  2642. $(2)~_DebugBugReportEnv
  2643. _DebugBugReportEnv($[])
  2644.  
  2645. $(2)~_DebugCOMError
  2646. _DebugCOMError($[$$iComDebug = 1], $[$$bExit = False])
  2647.  
  2648. $(2)~_DebugOut
  2649. _DebugOut($[$$sOutput])
  2650.  
  2651. $(2)~_DebugReport
  2652. _DebugReport($[$$sData], $[$$bLastError = False], $[$$bExit = False])
  2653.  
  2654. $(2)~_DebugReportEx
  2655. _DebugReportEx($[$$sData], $[$$bLastError = False], $[$$bExit = False])
  2656.  
  2657. $(2)~_DebugReportVar
  2658. _DebugReportVar($[$$sVarName], $[$$vVar], $[$$bErrExt = False], $[$$iDebugLineNumber = @ScriptLineNumber])
  2659.  
  2660. $(2)~_DebugSetup
  2661. _DebugSetup($[$$sTitle = Default], $[$$bBugReportInfos = False], $[$$vReportType = 1], $[$$sLogFile = ""], $[$$bTimeStamp = False])
  2662.  
  2663. $(2)~_Degree
  2664. _Degree($[$$iRadians])
  2665.  
  2666. $(2)~_EventLog__Backup
  2667. _EventLog__Backup($[$$hEventLog], $[$$sFileName])
  2668.  
  2669. $(2)~_EventLog__Clear
  2670. _EventLog__Clear($[$$hEventLog], $[$$sFileName])
  2671.  
  2672. $(2)~_EventLog__Close
  2673. _EventLog__Close($[$$hEventLog])
  2674.  
  2675. $(2)~_EventLog__Count
  2676. _EventLog__Count($[$$hEventLog])
  2677.  
  2678. $(2)~_EventLog__DeregisterSource
  2679. _EventLog__DeregisterSource($[$$hEventLog])
  2680.  
  2681. $(2)~_EventLog__Full
  2682. _EventLog__Full($[$$hEventLog])
  2683.  
  2684. $(2)~_EventLog__Notify
  2685. _EventLog__Notify($[$$hEventLog], $[$$hEvent])
  2686.  
  2687. $(2)~_EventLog__Oldest
  2688. _EventLog__Oldest($[$$hEventLog])
  2689.  
  2690. $(2)~_EventLog__Open
  2691. _EventLog__Open($[$$sServerName], $[$$sSourceName])
  2692.  
  2693. $(2)~_EventLog__OpenBackup
  2694. _EventLog__OpenBackup($[$$sServerName], $[$$sFileName])
  2695.  
  2696. $(2)~_EventLog__Read
  2697. _EventLog__Read($[$$hEventLog], $[$$bRead = True], $[$$bForward = True], $[$$iOffset = 0])
  2698.  
  2699. $(2)~_EventLog__RegisterSource
  2700. _EventLog__RegisterSource($[$$sServerName], $[$$sSourceName])
  2701.  
  2702. $(2)~_EventLog__Report
  2703. _EventLog__Report($[$$hEventLog], $[$$iType], $[$$iCategory], $[$$iEventID], $[$$sUserName], $[$$sDesc], $[$$aData])
  2704.  
  2705. $(2)~_Excel_BookAttach
  2706. _Excel_BookAttach($[$$sString], $[$$sMode = "FilePath"], $[$$oInstance = Default])
  2707.  
  2708. $(2)~_Excel_BookClose
  2709. _Excel_BookClose($[$$oWorkbook], $[$$bSave = True])
  2710.  
  2711. $(2)~_Excel_BookList
  2712. _Excel_BookList($[$$oExcel = Default])
  2713.  
  2714. $(2)~_Excel_BookNew
  2715. _Excel_BookNew($[$$oExcel], $[$$iSheets = Default])
  2716.  
  2717. $(2)~_Excel_BookOpen
  2718. _Excel_BookOpen($[$$oExcel], $[$$sFilePath], $[$$bReadOnly = False], $[$$bVisible = True], $[$$sPassword = Default], $[$$sWritePassword = Default], $[$$bUpdateLinks = Default])
  2719.  
  2720. $(2)~_Excel_BookOpenText
  2721. _Excel_BookOpenText($[$$oExcel], $[$$sFilePath], $[$$iStartRow = 1], $[$$iDataType = Default], $[$$sTextQualifier = $$xlTextQualifierDoubleQuote], $[$$bConsecutiveDelimiter = False], $[$$sDelimiter = "], $["], $[$$aFieldInfo = ""], $[$$sDecimalSeparator = Default], $[$$sThousandsSeparator = Default], $[$$bTrailingMinusNumbers = True], $[$$iOrigin = Default])
  2722.  
  2723. $(2)~_Excel_BookSave
  2724. _Excel_BookSave($[$$oWorkbook])
  2725.  
  2726. $(2)~_Excel_BookSaveAs
  2727. _Excel_BookSaveAs($[$$oWorkbook], $[$$sFilePath], $[$$iFormat = $$xlWorkbookDefault], $[$$bOverWrite = False], $[$$sPassword = Default], $[$$sWritePassword = Default], $[$$bReadOnlyRecommended = False])
  2728.  
  2729. $(2)~_Excel_Close
  2730. _Excel_Close($[$$oExcel], $[$$bSaveChanges = True], $[$$bForceClose = False])
  2731.  
  2732. $(2)~_Excel_ColumnToLetter
  2733. _Excel_ColumnToLetter($[$$iColumn])
  2734.  
  2735. $(2)~_Excel_ColumnToNumber
  2736. _Excel_ColumnToNumber($[$$sColumn])
  2737.  
  2738. $(2)~_Excel_ConvertFormula
  2739. _Excel_ConvertFormula($[$$oExcel], $[$$sFormula], $[$$iFromStyle], $[$$iToStyle = Default], $[$$iToAbsolute = Default], $[$$vRelativeTo = Default])
  2740.  
  2741. $(2)~_Excel_Export
  2742. _Excel_Export($[$$oExcel], $[$$vObject], $[$$sFileName], $[$$iType = $$xlTypePDF], $[$$iQuality = $$xlQualityStandard], $[$$bIncludeProperties = True], $[$$iFrom = Default], $[$$iTo = Default], $[$$bOpenAfterPublish = Default])
  2743.  
  2744. $(2)~_Excel_FilterGet
  2745. _Excel_FilterGet($[$$oWorkbook], $[$$vWorksheet = Default])
  2746.  
  2747. $(2)~_Excel_FilterSet
  2748. _Excel_FilterSet($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$iField], $[$$sCriteria1 = Default], $[$$iOperator = Default], $[$$sCriteria2 = Default])
  2749.  
  2750. $(2)~_Excel_Open
  2751. _Excel_Open($[$$bVisible = True], $[$$bDisplayAlerts = False], $[$$bScreenUpdating = True], $[$$bInteractive = True], $[$$bForceNew = False])
  2752.  
  2753. $(2)~_Excel_PictureAdd
  2754. _Excel_PictureAdd($[$$oWorkbook], $[$$vWorksheet], $[$$sFile], $[$$vRangeOrLeft], $[$$iTop = Default], $[$$iWidth = Default], $[$$iHeight = Default], $[$$bKeepRatio = True])
  2755.  
  2756. $(2)~_Excel_Print
  2757. _Excel_Print($[$$oExcel], $[$$vObject], $[$$iCopies = Default], $[$$sPrinter = Default], $[$$bPreview = Default], $[$$iFrom = Default], $[$$iTo = Default], $[$$bPrintToFile = Default], $[$$bCollate = Default], $[$$sPrToFileName = ""])
  2758.  
  2759. $(2)~_Excel_RangeCopyPaste
  2760. _Excel_RangeCopyPaste($[$$oWorksheet], $[$$vSourceRange], $[$$vTargetRange = Default], $[$$bCut = False], $[$$iPaste = Default], $[$$iOperation = Default], $[$$bSkipBlanks = False], $[$$bTranspose = False])
  2761.  
  2762. $(2)~_Excel_RangeDelete
  2763. _Excel_RangeDelete($[$$oWorksheet], $[$$vRange], $[$$iShift = Default], $[$$iEntireRowCol = Default])
  2764.  
  2765. $(2)~_Excel_RangeFind
  2766. _Excel_RangeFind($[$$oWorkbook], $[$$sSearch], $[$$vRange = Default], $[$$iLookIn = $$xlValues], $[$$iLookAt = $$xlPart], $[$$bMatchcase = False])
  2767.  
  2768. $(2)~_Excel_RangeInsert
  2769. _Excel_RangeInsert($[$$oWorksheet], $[$$vRange], $[$$iShift = Default], $[$$iCopyOrigin = Default])
  2770.  
  2771. $(2)~_Excel_RangeLinkAddRemove
  2772. _Excel_RangeLinkAddRemove($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$sAddress], $[$$sSubAddress = Default], $[$$sScreenTip = Default], $[$$sTextToDisplay = Default])
  2773.  
  2774. $(2)~_Excel_RangeRead
  2775. _Excel_RangeRead($[$$oWorkbook], $[$$vWorksheet = Default], $[$$vRange = Default], $[$$iReturn = 1], $[$$bForceFunc = False])
  2776.  
  2777. $(2)~_Excel_RangeReplace
  2778. _Excel_RangeReplace($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$sSearch], $[$$sReplace], $[$$iLookAt = $$xlPart], $[$$bMatchcase = False])
  2779.  
  2780. $(2)~_Excel_RangeSort
  2781. _Excel_RangeSort($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$vKey1], $[$$iOrder1 = $$xlAscending], $[$$iSortText = $$xlSortNormal], $[$$iHeader = $$xlNo], $[$$bMatchcase = False], $[$$iOrientation = $$xlSortRows], $[$$vKey2 = Default], $[$$iOrder2 = Default], $[$$vKey3 = Default], $[$$iOrder3 = Default])
  2782.  
  2783. $(2)~_Excel_RangeValidate
  2784. _Excel_RangeValidate($[$$oWorkbook], $[$$vWorksheet], $[$$vRange], $[$$iType], $[$$sFormula1], $[$$iOperator = Default], $[$$sFormula2 = Default], $[$$bIgnoreBlank = True], $[$$iAlertStyle = $$xlValidAlertStop], $[$$sErrorMessage = Default], $[$$sInputMessage = Default])
  2785.  
  2786. $(2)~_Excel_RangeWrite
  2787. _Excel_RangeWrite($[$$oWorkbook], $[$$vWorksheet], $[$$vValue], $[$$vRange = "A1"], $[$$bValue = True], $[$$bForceFunc = False])
  2788.  
  2789. $(2)~_Excel_SheetAdd
  2790. _Excel_SheetAdd($[$$oWorkbook], $[$$vSheet = Default], $[$$bBefore = True], $[$$iCount = 1], $[$$sName = ""])
  2791.  
  2792. $(2)~_Excel_SheetCopyMove
  2793. _Excel_SheetCopyMove($[$$oSourceBook], $[$$vSourceSheet = Default], $[$$oTargetBook = $$oSourceBook], $[$$vTargetSheet = 1], $[$$bBefore = True], $[$$bCopy = True])
  2794.  
  2795. $(2)~_Excel_SheetDelete
  2796. _Excel_SheetDelete($[$$oWorkbook], $[$$vSheet = Default])
  2797.  
  2798. $(2)~_Excel_SheetList
  2799. _Excel_SheetList($[$$oWorkbook])
  2800.  
  2801. $(2)~_FileCountLines
  2802. _FileCountLines($[$$sFilePath])
  2803.  
  2804. $(2)~_FileCreate
  2805. _FileCreate($[$$sFilePath])
  2806.  
  2807. $(2)~_FileListToArray
  2808. _FileListToArray($[$$sFilePath], $[$$sFilter = "*"], $[$$iFlag = $$FLTA_FILESFOLDERS], $[$$bReturnPath = False])
  2809.  
  2810. $(2)~_FileListToArrayRec
  2811. _FileListToArrayRec($[$$sFilePath], $[$$sMask = "*"], $[$$iReturn = $$FLTAR_FILESFOLDERS], $[$$iRecur = $$FLTAR_NORECUR], $[$$iSort = $$FLTAR_NOSORT], $[$$iReturnPath = $$FLTAR_RELPATH])
  2812.  
  2813. $(2)~_FilePrint
  2814. _FilePrint($[$$sFilePath], $[$$iShow = @SW_HIDE])
  2815.  
  2816. $(2)~_FileReadToArray
  2817. _FileReadToArray($[$$sFilePath], $[ByRef $$vReturn], $[$$iFlags = $$FRTA_COUNT], $[$$sDelimiter = ""])
  2818.  
  2819. $(2)~_FileWriteFromArray
  2820. _FileWriteFromArray($[$$sFilePath], $[Const ByRef $$aArray], $[$$iBase = Default], $[$$iUBound = Default], $[$$sDelimiter = "|"])
  2821.  
  2822. $(2)~_FileWriteLog
  2823. _FileWriteLog($[$$sLogPath], $[$$sLogMsg], $[$$iFlag = -1])
  2824.  
  2825. $(2)~_FileWriteToLine
  2826. _FileWriteToLine($[$$sFilePath], $[$$iLine], $[$$sText], $[$$bOverWrite = False], $[$$bFill = False])
  2827.  
  2828. $(2)~_FTP_Close
  2829. _FTP_Close($[$$hSession])
  2830.  
  2831. $(2)~_FTP_Command
  2832. _FTP_Command($[$$hFTPSession], $[$$sFTPCommand], $[$$iFlags = $$FTP_TRANSFER_TYPE_ASCII], $[$$iExpectResponse = 0], $[$$iContext = 0])
  2833.  
  2834. $(2)~_FTP_Connect
  2835. _FTP_Connect($[$$hInternetSession], $[$$sServerName], $[$$sUsername], $[$$sPassword], $[$$iPassive = 0], $[$$iServerPort = 0], $[$$iService = $$INTERNET_SERVICE_FTP], $[$$iFlags = $$INTERNET_FLAG_DEFAULT], $[$$fuContext = 0])
  2836.  
  2837. $(2)~_FTP_DecodeInternetStatus
  2838. _FTP_DecodeInternetStatus($[$$iInternetStatus])
  2839.  
  2840. $(2)~_FTP_DirCreate
  2841. _FTP_DirCreate($[$$hFTPSession], $[$$sRemote])
  2842.  
  2843. $(2)~_FTP_DirDelete
  2844. _FTP_DirDelete($[$$hFTPSession], $[$$sRemote])
  2845.  
  2846. $(2)~_FTP_DirGetCurrent
  2847. _FTP_DirGetCurrent($[$$hFTPSession])
  2848.  
  2849. $(2)~_FTP_DirPutContents
  2850. _FTP_DirPutContents($[$$hFTPSession], $[$$sLocalFolder], $[$$sRemoteFolder], $[$$bRecursivePut], $[$$iContext = 0])
  2851.  
  2852. $(2)~_FTP_DirSetCurrent
  2853. _FTP_DirSetCurrent($[$$hFTPSession], $[$$sRemote])
  2854.  
  2855. $(2)~_FTP_FileClose
  2856. _FTP_FileClose($[$$hFTPFile])
  2857.  
  2858. $(2)~_FTP_FileDelete
  2859. _FTP_FileDelete($[$$hFTPSession], $[$$sRemoteFile])
  2860.  
  2861. $(2)~_FTP_FileGet
  2862. _FTP_FileGet($[$$hFTPSession], $[$$sRemoteFile], $[$$sLocalFile], $[$$bFailIfExists = False], $[$$iFlagsAndAttributes = 0], $[$$iFlags = $$FTP_TRANSFER_TYPE_UNKNOWN], $[$$iContext = 0])
  2863.  
  2864. $(2)~_FTP_FileGetSize
  2865. _FTP_FileGetSize($[$$hFTPSession], $[$$sFileName])
  2866.  
  2867. $(2)~_FTP_FileOpen
  2868. _FTP_FileOpen($[$$hConnect], $[$$sFileName], $[$$iAccess = $$GENERIC_READ], $[$$iFlags = $$INTERNET_FLAG_TRANSFER_BINARY], $[$$iContext = 0])
  2869.  
  2870. $(2)~_FTP_FilePut
  2871. _FTP_FilePut($[$$hFTPSession], $[$$sLocalFile], $[$$sRemoteFile], $[$$iFlags = 0], $[$$iContext = 0])
  2872.  
  2873. $(2)~_FTP_FileRead
  2874. _FTP_FileRead($[$$hFTPFile], $[$$iNumberOfBytesToRead])
  2875.  
  2876. $(2)~_FTP_FileRename
  2877. _FTP_FileRename($[$$hFTPSession], $[$$sExisting], $[$$sNew])
  2878.  
  2879. $(2)~_FTP_FileTimeLoHiToStr
  2880. _FTP_FileTimeLoHiToStr($[$$iLoDWORD], $[$$iHiDWORD], $[$$iFmt = 0])
  2881.  
  2882. $(2)~_FTP_FindFileClose
  2883. _FTP_FindFileClose($[$$hFTPFind])
  2884.  
  2885. $(2)~_FTP_FindFileFirst
  2886. _FTP_FindFileFirst($[$$hFTPSession], $[$$sRemotePath], $[ByRef $$hFTPFind], $[$$iFlags = 0], $[$$iContext = 0])
  2887.  
  2888. $(2)~_FTP_FindFileNext
  2889. _FTP_FindFileNext($[$$hFTPFind])
  2890.  
  2891. $(2)~_FTP_GetLastResponseInfo
  2892. _FTP_GetLastResponseInfo($[ByRef $$iError], $[ByRef $$sMessage])
  2893.  
  2894. $(2)~_FTP_ListToArray
  2895. _FTP_ListToArray($[$$hFTPSession], $[$$iReturnType = 0], $[$$iFlags = $$INTERNET_FLAG_NO_CACHE_WRITE], $[$$iContext = 0])
  2896.  
  2897. $(2)~_FTP_ListToArray2D
  2898. _FTP_ListToArray2D($[$$hFTPSession], $[$$iReturnType = 0], $[$$iFlags = $$INTERNET_FLAG_NO_CACHE_WRITE], $[$$iContext = 0])
  2899.  
  2900. $(2)~_FTP_ListToArrayEx
  2901. _FTP_ListToArrayEx($[$$hFTPSession], $[$$iReturnType = 0], $[$$iFlags = $$INTERNET_FLAG_NO_CACHE_WRITE], $[$$iFmt = 1], $[$$iContext = 0])
  2902.  
  2903. $(2)~_FTP_Open
  2904. _FTP_Open($[$$sAgent], $[$$iAccessType = $$INTERNET_OPEN_TYPE_DIRECT], $[$$sProxyName = ''], $[$$sProxyBypass = ''], $[$$iFlags = 0])
  2905.  
  2906. $(2)~_FTP_ProgressDownload
  2907. _FTP_ProgressDownload($[$$hFTPSession], $[$$sLocalFile], $[$$sRemoteFile], $[$$hFunctionToCall = 0])
  2908.  
  2909. $(2)~_FTP_ProgressUpload
  2910. _FTP_ProgressUpload($[$$hFTPSession], $[$$sLocalFile], $[$$sRemoteFile], $[$$hFunctionToCall = 0])
  2911.  
  2912. $(2)~_FTP_SetStatusCallback
  2913. _FTP_SetStatusCallback($[$$hInternetSession], $[$$sFunctionName])
  2914.  
  2915. $(2)~_GDIPlus_ArrowCapCreate
  2916. _GDIPlus_ArrowCapCreate($[$$fHeight], $[$$fWidth], $[$$bFilled = True])
  2917.  
  2918. $(2)~_GDIPlus_ArrowCapDispose
  2919. _GDIPlus_ArrowCapDispose($[$$hCap])
  2920.  
  2921. $(2)~_GDIPlus_ArrowCapGetFillState
  2922. _GDIPlus_ArrowCapGetFillState($[$$hArrowCap])
  2923.  
  2924. $(2)~_GDIPlus_ArrowCapGetHeight
  2925. _GDIPlus_ArrowCapGetHeight($[$$hArrowCap])
  2926.  
  2927. $(2)~_GDIPlus_ArrowCapGetMiddleInset
  2928. _GDIPlus_ArrowCapGetMiddleInset($[$$hArrowCap])
  2929.  
  2930. $(2)~_GDIPlus_ArrowCapGetWidth
  2931. _GDIPlus_ArrowCapGetWidth($[$$hArrowCap])
  2932.  
  2933. $(2)~_GDIPlus_ArrowCapSetFillState
  2934. _GDIPlus_ArrowCapSetFillState($[$$hArrowCap], $[$$bFilled = True])
  2935.  
  2936. $(2)~_GDIPlus_ArrowCapSetHeight
  2937. _GDIPlus_ArrowCapSetHeight($[$$hArrowCap], $[$$fHeight])
  2938.  
  2939. $(2)~_GDIPlus_ArrowCapSetMiddleInset
  2940. _GDIPlus_ArrowCapSetMiddleInset($[$$hArrowCap], $[$$fInset])
  2941.  
  2942. $(2)~_GDIPlus_ArrowCapSetWidth
  2943. _GDIPlus_ArrowCapSetWidth($[$$hArrowCap], $[$$fWidth])
  2944.  
  2945. $(2)~_GDIPlus_BitmapApplyEffect
  2946. _GDIPlus_BitmapApplyEffect($[$$hBitmap], $[$$hEffect], $[$$tRECT = Null])
  2947.  
  2948. $(2)~_GDIPlus_BitmapApplyEffectEx
  2949. _GDIPlus_BitmapApplyEffectEx($[$$hBitmap], $[$$hEffect], $[$$iX = 0], $[$$iY = 0], $[$$iW = 0], $[$$iH = 0])
  2950.  
  2951. $(2)~_GDIPlus_BitmapCloneArea
  2952. _GDIPlus_BitmapCloneArea($[$$hBitmap], $[$$nLeft], $[$$nTop], $[$$nWidth], $[$$nHeight], $[$$iFormat = 0x00021808])
  2953.  
  2954. $(2)~_GDIPlus_BitmapConvertFormat
  2955. _GDIPlus_BitmapConvertFormat($[$$hBitmap], $[$$iPixelFormat], $[$$iDitherType], $[$$iPaletteType], $[$$tPalette], $[$$fAlphaThresholdPercent = 0.0])
  2956.  
  2957. $(2)~_GDIPlus_BitmapCreateApplyEffect
  2958. _GDIPlus_BitmapCreateApplyEffect($[$$hBitmap], $[$$hEffect], $[$$tRECT = Null], $[$$tOutRECT = Null])
  2959.  
  2960. $(2)~_GDIPlus_BitmapCreateApplyEffectEx
  2961. _GDIPlus_BitmapCreateApplyEffectEx($[$$hBitmap], $[$$hEffect], $[$$iX = 0], $[$$iY = 0], $[$$iW = 0], $[$$iH = 0])
  2962.  
  2963. $(2)~_GDIPlus_BitmapCreateDIBFromBitmap
  2964. _GDIPlus_BitmapCreateDIBFromBitmap($[$$hBitmap])
  2965.  
  2966. $(2)~_GDIPlus_BitmapCreateFromFile
  2967. _GDIPlus_BitmapCreateFromFile($[$$sFileName])
  2968.  
  2969. $(2)~_GDIPlus_BitmapCreateFromGraphics
  2970. _GDIPlus_BitmapCreateFromGraphics($[$$iWidth], $[$$iHeight], $[$$hGraphics])
  2971.  
  2972. $(2)~_GDIPlus_BitmapCreateFromHBITMAP
  2973. _GDIPlus_BitmapCreateFromHBITMAP($[$$hBitmap], $[$$hPal = 0])
  2974.  
  2975. $(2)~_GDIPlus_BitmapCreateFromHICON
  2976. _GDIPlus_BitmapCreateFromHICON($[$$hIcon])
  2977.  
  2978. $(2)~_GDIPlus_BitmapCreateFromHICON32
  2979. _GDIPlus_BitmapCreateFromHICON32($[$$hIcon])
  2980.  
  2981. $(2)~_GDIPlus_BitmapCreateFromMemory
  2982. _GDIPlus_BitmapCreateFromMemory($[$$dImage], $[$$bHBITMAP = False])
  2983.  
  2984. $(2)~_GDIPlus_BitmapCreateFromResource
  2985. _GDIPlus_BitmapCreateFromResource($[$$hInst], $[$$vResourceName])
  2986.  
  2987. $(2)~_GDIPlus_BitmapCreateFromScan0
  2988. _GDIPlus_BitmapCreateFromScan0($[$$iWidth], $[$$iHeight], $[$$iPixelFormat = $$GDIP_PXF32ARGB], $[$$iStride = 0], $[$$pScan0 = 0])
  2989.  
  2990. $(2)~_GDIPlus_BitmapCreateFromStream
  2991. _GDIPlus_BitmapCreateFromStream($[$$pStream])
  2992.  
  2993. $(2)~_GDIPlus_BitmapCreateHBITMAPFromBitmap
  2994. _GDIPlus_BitmapCreateHBITMAPFromBitmap($[$$hBitmap], $[$$iARGB = 0xFF000000])
  2995.  
  2996. $(2)~_GDIPlus_BitmapDispose
  2997. _GDIPlus_BitmapDispose($[$$hBitmap])
  2998.  
  2999. $(2)~_GDIPlus_BitmapGetHistogram
  3000. _GDIPlus_BitmapGetHistogram($[$$hBitmap], $[$$iHistogramFormat], $[$$iHistogramSize], $[$$tChannel_0], $[$$tChannel_1 = 0], $[$$tChannel_2 = 0], $[$$tChannel_3 = 0])
  3001.  
  3002. $(2)~_GDIPlus_BitmapGetHistogramEx
  3003. _GDIPlus_BitmapGetHistogramEx($[$$hBitmap])
  3004.  
  3005. $(2)~_GDIPlus_BitmapGetHistogramSize
  3006. _GDIPlus_BitmapGetHistogramSize($[$$iFormat])
  3007.  
  3008. $(2)~_GDIPlus_BitmapGetPixel
  3009. _GDIPlus_BitmapGetPixel($[$$hBitmap], $[$$iX], $[$$iY])
  3010.  
  3011. $(2)~_GDIPlus_BitmapLockBits
  3012. _GDIPlus_BitmapLockBits($[$$hBitmap], $[$$iLeft], $[$$iTop], $[$$iWidth], $[$$iHeight], $[$$iFlags = $$GDIP_ILMREAD], $[$$iFormat = $$GDIP_PXF32RGB])
  3013.  
  3014. $(2)~_GDIPlus_BitmapSetPixel
  3015. _GDIPlus_BitmapSetPixel($[$$hBitmap], $[$$iX], $[$$iY], $[$$iARGB])
  3016.  
  3017. $(2)~_GDIPlus_BitmapSetResolution
  3018. _GDIPlus_BitmapSetResolution($[$$hBitmap], $[$$fDpiX], $[$$fDpiY])
  3019.  
  3020. $(2)~_GDIPlus_BitmapUnlockBits
  3021. _GDIPlus_BitmapUnlockBits($[$$hBitmap], $[$$tBitmapData])
  3022.  
  3023. $(2)~_GDIPlus_BrushClone
  3024. _GDIPlus_BrushClone($[$$hBrush])
  3025.  
  3026. $(2)~_GDIPlus_BrushCreateSolid
  3027. _GDIPlus_BrushCreateSolid($[$$iARGB = 0xFF000000])
  3028.  
  3029. $(2)~_GDIPlus_BrushDispose
  3030. _GDIPlus_BrushDispose($[$$hBrush])
  3031.  
  3032. $(2)~_GDIPlus_BrushGetSolidColor
  3033. _GDIPlus_BrushGetSolidColor($[$$hBrush])
  3034.  
  3035. $(2)~_GDIPlus_BrushGetType
  3036. _GDIPlus_BrushGetType($[$$hBrush])
  3037.  
  3038. $(2)~_GDIPlus_BrushSetSolidColor
  3039. _GDIPlus_BrushSetSolidColor($[$$hBrush], $[$$iARGB = 0xFF000000])
  3040.  
  3041. $(2)~_GDIPlus_ColorMatrixCreate
  3042. _GDIPlus_ColorMatrixCreate($[])
  3043.  
  3044. $(2)~_GDIPlus_ColorMatrixCreateGrayScale
  3045. _GDIPlus_ColorMatrixCreateGrayScale($[])
  3046.  
  3047. $(2)~_GDIPlus_ColorMatrixCreateNegative
  3048. _GDIPlus_ColorMatrixCreateNegative($[])
  3049.  
  3050. $(2)~_GDIPlus_ColorMatrixCreateSaturation
  3051. _GDIPlus_ColorMatrixCreateSaturation($[$$fSat])
  3052.  
  3053. $(2)~_GDIPlus_ColorMatrixCreateScale
  3054. _GDIPlus_ColorMatrixCreateScale($[$$fRed], $[$$fGreen], $[$$fBlue], $[$$fAlpha = 1])
  3055.  
  3056. $(2)~_GDIPlus_ColorMatrixCreateTranslate
  3057. _GDIPlus_ColorMatrixCreateTranslate($[$$fRed], $[$$fGreen], $[$$fBlue], $[$$fAlpha = 0])
  3058.  
  3059. $(2)~_GDIPlus_CustomLineCapClone
  3060. _GDIPlus_CustomLineCapClone($[$$hCustomLineCap])
  3061.  
  3062. $(2)~_GDIPlus_CustomLineCapCreate
  3063. _GDIPlus_CustomLineCapCreate($[$$hPathFill], $[$$hPathStroke], $[$$iLineCap = 0], $[$$nBaseInset = 0])
  3064.  
  3065. $(2)~_GDIPlus_CustomLineCapDispose
  3066. _GDIPlus_CustomLineCapDispose($[$$hCap])
  3067.  
  3068. $(2)~_GDIPlus_CustomLineCapGetStrokeCaps
  3069. _GDIPlus_CustomLineCapGetStrokeCaps($[$$hCustomLineCap])
  3070.  
  3071. $(2)~_GDIPlus_CustomLineCapSetStrokeCaps
  3072. _GDIPlus_CustomLineCapSetStrokeCaps($[$$hCustomLineCap], $[$$iStartCap], $[$$iEndCap])
  3073.  
  3074. $(2)~_GDIPlus_Decoders
  3075. _GDIPlus_Decoders($[])
  3076.  
  3077. $(2)~_GDIPlus_DecodersGetCount
  3078. _GDIPlus_DecodersGetCount($[])
  3079.  
  3080. $(2)~_GDIPlus_DecodersGetSize
  3081. _GDIPlus_DecodersGetSize($[])
  3082.  
  3083. $(2)~_GDIPlus_DrawImageFX
  3084. _GDIPlus_DrawImageFX($[$$hGraphics], $[$$hImage], $[$$hEffect], $[$$tRECTF = 0], $[$$hMatrix = 0], $[$$hImgAttributes = 0], $[$$iUnit = 2])
  3085.  
  3086. $(2)~_GDIPlus_DrawImageFXEx
  3087. _GDIPlus_DrawImageFXEx($[$$hGraphics], $[$$hImage], $[$$hEffect], $[$$nX = 0], $[$$nY = 0], $[$$nW = 0], $[$$nH = 0], $[$$hMatrix = 0], $[$$hImgAttributes = 0], $[$$iUnit = 2])
  3088.  
  3089. $(2)~_GDIPlus_DrawImagePoints
  3090. _GDIPlus_DrawImagePoints($[$$hGraphic], $[$$hImage], $[$$nULX], $[$$nULY], $[$$nURX], $[$$nURY], $[$$nLLX], $[$$nLLY], $[$$iCount = 3])
  3091.  
  3092. $(2)~_GDIPlus_EffectCreate
  3093. _GDIPlus_EffectCreate($[$$sEffectGUID])
  3094.  
  3095. $(2)~_GDIPlus_EffectCreateBlur
  3096. _GDIPlus_EffectCreateBlur($[$$fRadius = 10.0], $[$$bExpandEdge = False])
  3097.  
  3098. $(2)~_GDIPlus_EffectCreateBrightnessContrast
  3099. _GDIPlus_EffectCreateBrightnessContrast($[$$iBrightnessLevel = 0], $[$$iContrastLevel = 0])
  3100.  
  3101. $(2)~_GDIPlus_EffectCreateColorBalance
  3102. _GDIPlus_EffectCreateColorBalance($[$$iCyanRed = 0], $[$$iMagentaGreen = 0], $[$$iYellowBlue = 0])
  3103.  
  3104. $(2)~_GDIPlus_EffectCreateColorCurve
  3105. _GDIPlus_EffectCreateColorCurve($[$$iAdjustment], $[$$iChannel], $[$$iAdjustValue])
  3106.  
  3107. $(2)~_GDIPlus_EffectCreateColorLUT
  3108. _GDIPlus_EffectCreateColorLUT($[$$aColorLUT])
  3109.  
  3110. $(2)~_GDIPlus_EffectCreateColorMatrix
  3111. _GDIPlus_EffectCreateColorMatrix($[$$tColorMatrix])
  3112.  
  3113. $(2)~_GDIPlus_EffectCreateHueSaturationLightness
  3114. _GDIPlus_EffectCreateHueSaturationLightness($[$$iHueLevel = 0], $[$$iSaturationLevel = 0], $[$$iLightnessLevel = 0])
  3115.  
  3116. $(2)~_GDIPlus_EffectCreateLevels
  3117. _GDIPlus_EffectCreateLevels($[$$iHighlight = 100], $[$$iMidtone = 0], $[$$iShadow = 0])
  3118.  
  3119. $(2)~_GDIPlus_EffectCreateRedEyeCorrection
  3120. _GDIPlus_EffectCreateRedEyeCorrection($[$$aAreas])
  3121.  
  3122. $(2)~_GDIPlus_EffectCreateSharpen
  3123. _GDIPlus_EffectCreateSharpen($[$$fRadius = 10.0], $[$$fAmount = 50.0])
  3124.  
  3125. $(2)~_GDIPlus_EffectCreateTint
  3126. _GDIPlus_EffectCreateTint($[$$iHue = 0], $[$$iAmount = 0])
  3127.  
  3128. $(2)~_GDIPlus_EffectDispose
  3129. _GDIPlus_EffectDispose($[$$hEffect])
  3130.  
  3131. $(2)~_GDIPlus_EffectGetParameters
  3132. _GDIPlus_EffectGetParameters($[$$hEffect], $[$$tEffectParameters])
  3133.  
  3134. $(2)~_GDIPlus_EffectSetParameters
  3135. _GDIPlus_EffectSetParameters($[$$hEffect], $[$$tEffectParameters], $[$$iSizeAdjust = 1])
  3136.  
  3137. $(2)~_GDIPlus_Encoders
  3138. _GDIPlus_Encoders($[])
  3139.  
  3140. $(2)~_GDIPlus_EncodersGetCLSID
  3141. _GDIPlus_EncodersGetCLSID($[$$sFileExtension])
  3142.  
  3143. $(2)~_GDIPlus_EncodersGetCount
  3144. _GDIPlus_EncodersGetCount($[])
  3145.  
  3146. $(2)~_GDIPlus_EncodersGetParamList
  3147. _GDIPlus_EncodersGetParamList($[$$hImage], $[$$sEncoder])
  3148.  
  3149. $(2)~_GDIPlus_EncodersGetParamListSize
  3150. _GDIPlus_EncodersGetParamListSize($[$$hImage], $[$$sEncoder])
  3151.  
  3152. $(2)~_GDIPlus_EncodersGetSize
  3153. _GDIPlus_EncodersGetSize($[])
  3154.  
  3155. $(2)~_GDIPlus_FontCreate
  3156. _GDIPlus_FontCreate($[$$hFamily], $[$$fSize], $[$$iStyle = 0], $[$$iUnit = 3])
  3157.  
  3158. $(2)~_GDIPlus_FontDispose
  3159. _GDIPlus_FontDispose($[$$hFont])
  3160.  
  3161. $(2)~_GDIPlus_FontFamilyCreate
  3162. _GDIPlus_FontFamilyCreate($[$$sFamily], $[$$pCollection = 0])
  3163.  
  3164. $(2)~_GDIPlus_FontFamilyCreateFromCollection
  3165. _GDIPlus_FontFamilyCreateFromCollection($[$$sFontName], $[$$hFontCollection])
  3166.  
  3167. $(2)~_GDIPlus_FontFamilyDispose
  3168. _GDIPlus_FontFamilyDispose($[$$hFamily])
  3169.  
  3170. $(2)~_GDIPlus_FontFamilyGetCellAscent
  3171. _GDIPlus_FontFamilyGetCellAscent($[$$hFontFamily], $[$$iStyle = 0])
  3172.  
  3173. $(2)~_GDIPlus_FontFamilyGetCellDescent
  3174. _GDIPlus_FontFamilyGetCellDescent($[$$hFontFamily], $[$$iStyle = 0])
  3175.  
  3176. $(2)~_GDIPlus_FontFamilyGetEmHeight
  3177. _GDIPlus_FontFamilyGetEmHeight($[$$hFontFamily], $[$$iStyle = 0])
  3178.  
  3179. $(2)~_GDIPlus_FontFamilyGetLineSpacing
  3180. _GDIPlus_FontFamilyGetLineSpacing($[$$hFontFamily], $[$$iStyle = 0])
  3181.  
  3182. $(2)~_GDIPlus_FontGetHeight
  3183. _GDIPlus_FontGetHeight($[$$hFont], $[$$hGraphics])
  3184.  
  3185. $(2)~_GDIPlus_FontPrivateAddFont
  3186. _GDIPlus_FontPrivateAddFont($[$$hFontCollection], $[$$sFontFile])
  3187.  
  3188. $(2)~_GDIPlus_FontPrivateAddMemoryFont
  3189. _GDIPlus_FontPrivateAddMemoryFont($[$$hFontCollection], $[$$tFont])
  3190.  
  3191. $(2)~_GDIPlus_FontPrivateCollectionDispose
  3192. _GDIPlus_FontPrivateCollectionDispose($[$$hFontCollection])
  3193.  
  3194. $(2)~_GDIPlus_FontPrivateCreateCollection
  3195. _GDIPlus_FontPrivateCreateCollection($[])
  3196.  
  3197. $(2)~_GDIPlus_GraphicsClear
  3198. _GDIPlus_GraphicsClear($[$$hGraphics], $[$$iARGB = 0xFF000000])
  3199.  
  3200. $(2)~_GDIPlus_GraphicsCreateFromHDC
  3201. _GDIPlus_GraphicsCreateFromHDC($[$$hDC])
  3202.  
  3203. $(2)~_GDIPlus_GraphicsCreateFromHWND
  3204. _GDIPlus_GraphicsCreateFromHWND($[$$hWnd])
  3205.  
  3206. $(2)~_GDIPlus_GraphicsDispose
  3207. _GDIPlus_GraphicsDispose($[$$hGraphics])
  3208.  
  3209. $(2)~_GDIPlus_GraphicsDrawArc
  3210. _GDIPlus_GraphicsDrawArc($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle], $[$$hPen = 0])
  3211.  
  3212. $(2)~_GDIPlus_GraphicsDrawBezier
  3213. _GDIPlus_GraphicsDrawBezier($[$$hGraphics], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$nX3], $[$$nY3], $[$$nX4], $[$$nY4], $[$$hPen = 0])
  3214.  
  3215. $(2)~_GDIPlus_GraphicsDrawClosedCurve
  3216. _GDIPlus_GraphicsDrawClosedCurve($[$$hGraphics], $[$$aPoints], $[$$hPen = 0])
  3217.  
  3218. $(2)~_GDIPlus_GraphicsDrawClosedCurve2
  3219. _GDIPlus_GraphicsDrawClosedCurve2($[$$hGraphics], $[$$aPoints], $[$$nTension], $[$$hPen = 0])
  3220.  
  3221. $(2)~_GDIPlus_GraphicsDrawCurve
  3222. _GDIPlus_GraphicsDrawCurve($[$$hGraphics], $[$$aPoints], $[$$hPen = 0])
  3223.  
  3224. $(2)~_GDIPlus_GraphicsDrawCurve2
  3225. _GDIPlus_GraphicsDrawCurve2($[$$hGraphics], $[$$aPoints], $[$$nTension], $[$$hPen = 0])
  3226.  
  3227. $(2)~_GDIPlus_GraphicsDrawEllipse
  3228. _GDIPlus_GraphicsDrawEllipse($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hPen = 0])
  3229.  
  3230. $(2)~_GDIPlus_GraphicsDrawImage
  3231. _GDIPlus_GraphicsDrawImage($[$$hGraphics], $[$$hImage], $[$$nX], $[$$nY])
  3232.  
  3233. $(2)~_GDIPlus_GraphicsDrawImagePointsRect
  3234. _GDIPlus_GraphicsDrawImagePointsRect($[$$hGraphics], $[$$hImage], $[$$nULX], $[$$nULY], $[$$nURX], $[$$nURY], $[$$nLLX], $[$$nLLY], $[$$nSrcX], $[$$nSrcY], $[$$nSrcWidth], $[$$nSrcHeight], $[$$hImageAttributes = 0], $[$$iUnit = 2])
  3235.  
  3236. $(2)~_GDIPlus_GraphicsDrawImageRect
  3237. _GDIPlus_GraphicsDrawImageRect($[$$hGraphics], $[$$hImage], $[$$nX], $[$$nY], $[$$nW], $[$$nH])
  3238.  
  3239. $(2)~_GDIPlus_GraphicsDrawImageRectRect
  3240. _GDIPlus_GraphicsDrawImageRectRect($[$$hGraphics], $[$$hImage], $[$$nSrcX], $[$$nSrcY], $[$$nSrcWidth], $[$$nSrcHeight], $[$$nDstX], $[$$nDstY], $[$$nDstWidth], $[$$nDstHeight], $[$$pAttributes = 0], $[$$iUnit = 2])
  3241.  
  3242. $(2)~_GDIPlus_GraphicsDrawLine
  3243. _GDIPlus_GraphicsDrawLine($[$$hGraphics], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$hPen = 0])
  3244.  
  3245. $(2)~_GDIPlus_GraphicsDrawPath
  3246. _GDIPlus_GraphicsDrawPath($[$$hGraphics], $[$$hPath], $[$$hPen = 0])
  3247.  
  3248. $(2)~_GDIPlus_GraphicsDrawPie
  3249. _GDIPlus_GraphicsDrawPie($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle], $[$$hPen = 0])
  3250.  
  3251. $(2)~_GDIPlus_GraphicsDrawPolygon
  3252. _GDIPlus_GraphicsDrawPolygon($[$$hGraphics], $[$$aPoints], $[$$hPen = 0])
  3253.  
  3254. $(2)~_GDIPlus_GraphicsDrawRect
  3255. _GDIPlus_GraphicsDrawRect($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hPen = 0])
  3256.  
  3257. $(2)~_GDIPlus_GraphicsDrawString
  3258. _GDIPlus_GraphicsDrawString($[$$hGraphics], $[$$sString], $[$$nX], $[$$nY], $[$$sFont = "Arial"], $[$$fSize = 10], $[$$iFormat = 0])
  3259.  
  3260. $(2)~_GDIPlus_GraphicsDrawStringEx
  3261. _GDIPlus_GraphicsDrawStringEx($[$$hGraphics], $[$$sString], $[$$hFont], $[$$tLayout], $[$$hFormat], $[$$hBrush])
  3262.  
  3263. $(2)~_GDIPlus_GraphicsFillClosedCurve
  3264. _GDIPlus_GraphicsFillClosedCurve($[$$hGraphics], $[$$aPoints], $[$$hBrush = 0])
  3265.  
  3266. $(2)~_GDIPlus_GraphicsFillClosedCurve2
  3267. _GDIPlus_GraphicsFillClosedCurve2($[$$hGraphics], $[$$aPoints], $[$$nTension], $[$$hBrush = 0], $[$$iFillMode = 0])
  3268.  
  3269. $(2)~_GDIPlus_GraphicsFillEllipse
  3270. _GDIPlus_GraphicsFillEllipse($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hBrush = 0])
  3271.  
  3272. $(2)~_GDIPlus_GraphicsFillPath
  3273. _GDIPlus_GraphicsFillPath($[$$hGraphics], $[$$hPath], $[$$hBrush = 0])
  3274.  
  3275. $(2)~_GDIPlus_GraphicsFillPie
  3276. _GDIPlus_GraphicsFillPie($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle], $[$$hBrush = 0])
  3277.  
  3278. $(2)~_GDIPlus_GraphicsFillPolygon
  3279. _GDIPlus_GraphicsFillPolygon($[$$hGraphics], $[$$aPoints], $[$$hBrush = 0])
  3280.  
  3281. $(2)~_GDIPlus_GraphicsFillRect
  3282. _GDIPlus_GraphicsFillRect($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$hBrush = 0])
  3283.  
  3284. $(2)~_GDIPlus_GraphicsFillRegion
  3285. _GDIPlus_GraphicsFillRegion($[$$hGraphics], $[$$hRegion], $[$$hBrush = 0])
  3286.  
  3287. $(2)~_GDIPlus_GraphicsGetCompositingMode
  3288. _GDIPlus_GraphicsGetCompositingMode($[$$hGraphics])
  3289.  
  3290. $(2)~_GDIPlus_GraphicsGetCompositingQuality
  3291. _GDIPlus_GraphicsGetCompositingQuality($[$$hGraphics])
  3292.  
  3293. $(2)~_GDIPlus_GraphicsGetDC
  3294. _GDIPlus_GraphicsGetDC($[$$hGraphics])
  3295.  
  3296. $(2)~_GDIPlus_GraphicsGetInterpolationMode
  3297. _GDIPlus_GraphicsGetInterpolationMode($[$$hGraphics])
  3298.  
  3299. $(2)~_GDIPlus_GraphicsGetSmoothingMode
  3300. _GDIPlus_GraphicsGetSmoothingMode($[$$hGraphics])
  3301.  
  3302. $(2)~_GDIPlus_GraphicsGetTransform
  3303. _GDIPlus_GraphicsGetTransform($[$$hGraphics], $[$$hMatrix])
  3304.  
  3305. $(2)~_GDIPlus_GraphicsMeasureCharacterRanges
  3306. _GDIPlus_GraphicsMeasureCharacterRanges($[$$hGraphics], $[$$sString], $[$$hFont], $[$$tLayout], $[$$hStringFormat])
  3307.  
  3308. $(2)~_GDIPlus_GraphicsMeasureString
  3309. _GDIPlus_GraphicsMeasureString($[$$hGraphics], $[$$sString], $[$$hFont], $[$$tLayout], $[$$hFormat])
  3310.  
  3311. $(2)~_GDIPlus_GraphicsReleaseDC
  3312. _GDIPlus_GraphicsReleaseDC($[$$hGraphics], $[$$hDC])
  3313.  
  3314. $(2)~_GDIPlus_GraphicsResetClip
  3315. _GDIPlus_GraphicsResetClip($[$$hGraphics])
  3316.  
  3317. $(2)~_GDIPlus_GraphicsResetTransform
  3318. _GDIPlus_GraphicsResetTransform($[$$hGraphics])
  3319.  
  3320. $(2)~_GDIPlus_GraphicsRestore
  3321. _GDIPlus_GraphicsRestore($[$$hGraphics], $[$$iState])
  3322.  
  3323. $(2)~_GDIPlus_GraphicsRotateTransform
  3324. _GDIPlus_GraphicsRotateTransform($[$$hGraphics], $[$$fAngle], $[$$iOrder = 0])
  3325.  
  3326. $(2)~_GDIPlus_GraphicsSave
  3327. _GDIPlus_GraphicsSave($[$$hGraphics])
  3328.  
  3329. $(2)~_GDIPlus_GraphicsScaleTransform
  3330. _GDIPlus_GraphicsScaleTransform($[$$hGraphics], $[$$fScaleX], $[$$fScaleY], $[$$iOrder = 0])
  3331.  
  3332. $(2)~_GDIPlus_GraphicsSetClipPath
  3333. _GDIPlus_GraphicsSetClipPath($[$$hGraphics], $[$$hPath], $[$$iCombineMode = 0])
  3334.  
  3335. $(2)~_GDIPlus_GraphicsSetClipRect
  3336. _GDIPlus_GraphicsSetClipRect($[$$hGraphics], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iCombineMode = 0])
  3337.  
  3338. $(2)~_GDIPlus_GraphicsSetClipRegion
  3339. _GDIPlus_GraphicsSetClipRegion($[$$hGraphics], $[$$hRegion], $[$$iCombineMode = 0])
  3340.  
  3341. $(2)~_GDIPlus_GraphicsSetCompositingMode
  3342. _GDIPlus_GraphicsSetCompositingMode($[$$hGraphics], $[$$iCompositionMode])
  3343.  
  3344. $(2)~_GDIPlus_GraphicsSetCompositingQuality
  3345. _GDIPlus_GraphicsSetCompositingQuality($[$$hGraphics], $[$$iCompositionQuality])
  3346.  
  3347. $(2)~_GDIPlus_GraphicsSetInterpolationMode
  3348. _GDIPlus_GraphicsSetInterpolationMode($[$$hGraphics], $[$$iInterpolationMode])
  3349.  
  3350. $(2)~_GDIPlus_GraphicsSetPixelOffsetMode
  3351. _GDIPlus_GraphicsSetPixelOffsetMode($[$$hGraphics], $[$$iPixelOffsetMode])
  3352.  
  3353. $(2)~_GDIPlus_GraphicsSetSmoothingMode
  3354. _GDIPlus_GraphicsSetSmoothingMode($[$$hGraphics], $[$$iSmooth])
  3355.  
  3356. $(2)~_GDIPlus_GraphicsSetTextRenderingHint
  3357. _GDIPlus_GraphicsSetTextRenderingHint($[$$hGraphics], $[$$iTextRenderingHint])
  3358.  
  3359. $(2)~_GDIPlus_GraphicsSetTransform
  3360. _GDIPlus_GraphicsSetTransform($[$$hGraphics], $[$$hMatrix])
  3361.  
  3362. $(2)~_GDIPlus_GraphicsTransformPoints
  3363. _GDIPlus_GraphicsTransformPoints($[$$hGraphics], $[ByRef $$aPoints], $[$$iCoordSpaceTo = 0], $[$$iCoordSpaceFrom = 1])
  3364.  
  3365. $(2)~_GDIPlus_GraphicsTranslateTransform
  3366. _GDIPlus_GraphicsTranslateTransform($[$$hGraphics], $[$$nDX], $[$$nDY], $[$$iOrder = 0])
  3367.  
  3368. $(2)~_GDIPlus_HatchBrushCreate
  3369. _GDIPlus_HatchBrushCreate($[$$iHatchStyle = 0], $[$$iARGBForeground = 0xFFFFFFFF], $[$$iARGBBackground = 0xFFFFFFFF])
  3370.  
  3371. $(2)~_GDIPlus_HICONCreateFromBitmap
  3372. _GDIPlus_HICONCreateFromBitmap($[$$hBitmap])
  3373.  
  3374. $(2)~_GDIPlus_ImageAttributesCreate
  3375. _GDIPlus_ImageAttributesCreate($[])
  3376.  
  3377. $(2)~_GDIPlus_ImageAttributesDispose
  3378. _GDIPlus_ImageAttributesDispose($[$$hImageAttributes])
  3379.  
  3380. $(2)~_GDIPlus_ImageAttributesSetColorKeys
  3381. _GDIPlus_ImageAttributesSetColorKeys($[$$hImageAttributes], $[$$iColorAdjustType = 0], $[$$bEnable = False], $[$$iARGBLow = 0], $[$$iARGBHigh = 0])
  3382.  
  3383. $(2)~_GDIPlus_ImageAttributesSetColorMatrix
  3384. _GDIPlus_ImageAttributesSetColorMatrix($[$$hImageAttributes], $[$$iColorAdjustType = 0], $[$$bEnable = False], $[$$tClrMatrix = 0], $[$$tGrayMatrix = 0], $[$$iColorMatrixFlags = 0])
  3385.  
  3386. $(2)~_GDIPlus_ImageAttributesSetRemapTable
  3387. _GDIPlus_ImageAttributesSetRemapTable($[$$hImageAttributes], $[$$aColorMap = 0], $[$$iColorAdjustType = 0], $[$$bEnable = True])
  3388.  
  3389. $(2)~_GDIPlus_ImageAttributesSetThreshold
  3390. _GDIPlus_ImageAttributesSetThreshold($[$$hImageAttributes], $[$$fThreshold], $[$$iColorAdjustType = $$GDIP_COLORADJUSTTYPE_DEFAULT], $[$$bEnable = True])
  3391.  
  3392. $(2)~_GDIPlus_ImageClone
  3393. _GDIPlus_ImageClone($[$$hImage])
  3394.  
  3395. $(2)~_GDIPlus_ImageDispose
  3396. _GDIPlus_ImageDispose($[$$hImage])
  3397.  
  3398. $(2)~_GDIPlus_ImageGetDimension
  3399. _GDIPlus_ImageGetDimension($[$$hImage])
  3400.  
  3401. $(2)~_GDIPlus_ImageGetFlags
  3402. _GDIPlus_ImageGetFlags($[$$hImage])
  3403.  
  3404. $(2)~_GDIPlus_ImageGetFrameCount
  3405. _GDIPlus_ImageGetFrameCount($[$$hImage], $[$$sDimensionID])
  3406.  
  3407. $(2)~_GDIPlus_ImageGetGraphicsContext
  3408. _GDIPlus_ImageGetGraphicsContext($[$$hImage])
  3409.  
  3410. $(2)~_GDIPlus_ImageGetHeight
  3411. _GDIPlus_ImageGetHeight($[$$hImage])
  3412.  
  3413. $(2)~_GDIPlus_ImageGetHorizontalResolution
  3414. _GDIPlus_ImageGetHorizontalResolution($[$$hImage])
  3415.  
  3416. $(2)~_GDIPlus_ImageGetPixelFormat
  3417. _GDIPlus_ImageGetPixelFormat($[$$hImage])
  3418.  
  3419. $(2)~_GDIPlus_ImageGetPropertyIdList
  3420. _GDIPlus_ImageGetPropertyIdList($[$$hImage])
  3421.  
  3422. $(2)~_GDIPlus_ImageGetPropertyItem
  3423. _GDIPlus_ImageGetPropertyItem($[$$hImage], $[$$iPropID])
  3424.  
  3425. $(2)~_GDIPlus_ImageGetRawFormat
  3426. _GDIPlus_ImageGetRawFormat($[$$hImage])
  3427.  
  3428. $(2)~_GDIPlus_ImageGetThumbnail
  3429. _GDIPlus_ImageGetThumbnail($[$$hImage], $[$$iWidth = 0], $[$$iHeight = 0], $[$$bKeepRatio = True], $[$$hCallback = Null], $[$$hCallbackData = Null])
  3430.  
  3431. $(2)~_GDIPlus_ImageGetType
  3432. _GDIPlus_ImageGetType($[$$hImage])
  3433.  
  3434. $(2)~_GDIPlus_ImageGetVerticalResolution
  3435. _GDIPlus_ImageGetVerticalResolution($[$$hImage])
  3436.  
  3437. $(2)~_GDIPlus_ImageGetWidth
  3438. _GDIPlus_ImageGetWidth($[$$hImage])
  3439.  
  3440. $(2)~_GDIPlus_ImageLoadFromFile
  3441. _GDIPlus_ImageLoadFromFile($[$$sFileName])
  3442.  
  3443. $(2)~_GDIPlus_ImageLoadFromStream
  3444. _GDIPlus_ImageLoadFromStream($[$$pStream])
  3445.  
  3446. $(2)~_GDIPlus_ImageResize
  3447. _GDIPlus_ImageResize($[$$hImage], $[$$iNewWidth], $[$$iNewHeight], $[$$iInterpolationMode = $$GDIP_INTERPOLATIONMODE_HIGHQUALITYBICUBIC])
  3448.  
  3449. $(2)~_GDIPlus_ImageRotateFlip
  3450. _GDIPlus_ImageRotateFlip($[$$hImage], $[$$iRotateFlipType])
  3451.  
  3452. $(2)~_GDIPlus_ImageSaveAdd
  3453. _GDIPlus_ImageSaveAdd($[$$hImage], $[$$tParams])
  3454.  
  3455. $(2)~_GDIPlus_ImageSaveAddImage
  3456. _GDIPlus_ImageSaveAddImage($[$$hImage], $[$$hImageNew], $[$$tParams])
  3457.  
  3458. $(2)~_GDIPlus_ImageSaveToFile
  3459. _GDIPlus_ImageSaveToFile($[$$hImage], $[$$sFileName])
  3460.  
  3461. $(2)~_GDIPlus_ImageSaveToFileEx
  3462. _GDIPlus_ImageSaveToFileEx($[$$hImage], $[$$sFileName], $[$$sEncoder], $[$$tParams = 0])
  3463.  
  3464. $(2)~_GDIPlus_ImageSaveToStream
  3465. _GDIPlus_ImageSaveToStream($[$$hImage], $[$$pStream], $[$$tEncoder], $[$$tParams = 0])
  3466.  
  3467. $(2)~_GDIPlus_ImageScale
  3468. _GDIPlus_ImageScale($[$$hImage], $[$$iScaleW], $[$$iScaleH], $[$$iInterpolationMode = $$GDIP_INTERPOLATIONMODE_HIGHQUALITYBICUBIC])
  3469.  
  3470. $(2)~_GDIPlus_ImageSelectActiveFrame
  3471. _GDIPlus_ImageSelectActiveFrame($[$$hImage], $[$$sDimensionID], $[$$iFrameIndex])
  3472.  
  3473. $(2)~_GDIPlus_LineBrushCreate
  3474. _GDIPlus_LineBrushCreate($[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$iARGBClr1], $[$$iARGBClr2], $[$$iWrapMode = 0])
  3475.  
  3476. $(2)~_GDIPlus_LineBrushCreateFromRect
  3477. _GDIPlus_LineBrushCreateFromRect($[$$tRECTF], $[$$iARGBClr1], $[$$iARGBClr2], $[$$iGradientMode = 0], $[$$iWrapMode = 0])
  3478.  
  3479. $(2)~_GDIPlus_LineBrushCreateFromRectWithAngle
  3480. _GDIPlus_LineBrushCreateFromRectWithAngle($[$$tRECTF], $[$$iARGBClr1], $[$$iARGBClr2], $[$$fAngle], $[$$bIsAngleScalable = True], $[$$iWrapMode = 0])
  3481.  
  3482. $(2)~_GDIPlus_LineBrushGetColors
  3483. _GDIPlus_LineBrushGetColors($[$$hLineGradientBrush])
  3484.  
  3485. $(2)~_GDIPlus_LineBrushGetRect
  3486. _GDIPlus_LineBrushGetRect($[$$hLineGradientBrush])
  3487.  
  3488. $(2)~_GDIPlus_LineBrushMultiplyTransform
  3489. _GDIPlus_LineBrushMultiplyTransform($[$$hLineGradientBrush], $[$$hMatrix], $[$$iOrder = 0])
  3490.  
  3491. $(2)~_GDIPlus_LineBrushResetTransform
  3492. _GDIPlus_LineBrushResetTransform($[$$hLineGradientBrush])
  3493.  
  3494. $(2)~_GDIPlus_LineBrushSetBlend
  3495. _GDIPlus_LineBrushSetBlend($[$$hLineGradientBrush], $[$$aBlends])
  3496.  
  3497. $(2)~_GDIPlus_LineBrushSetColors
  3498. _GDIPlus_LineBrushSetColors($[$$hLineGradientBrush], $[$$iARGBStart], $[$$iARGBEnd])
  3499.  
  3500. $(2)~_GDIPlus_LineBrushSetGammaCorrection
  3501. _GDIPlus_LineBrushSetGammaCorrection($[$$hLineGradientBrush], $[$$bUseGammaCorrection = True])
  3502.  
  3503. $(2)~_GDIPlus_LineBrushSetLinearBlend
  3504. _GDIPlus_LineBrushSetLinearBlend($[$$hLineGradientBrush], $[$$fFocus], $[$$fScale = 1])
  3505.  
  3506. $(2)~_GDIPlus_LineBrushSetPresetBlend
  3507. _GDIPlus_LineBrushSetPresetBlend($[$$hLineGradientBrush], $[$$aInterpolations])
  3508.  
  3509. $(2)~_GDIPlus_LineBrushSetSigmaBlend
  3510. _GDIPlus_LineBrushSetSigmaBlend($[$$hLineGradientBrush], $[$$fFocus], $[$$fScale = 1])
  3511.  
  3512. $(2)~_GDIPlus_LineBrushSetTransform
  3513. _GDIPlus_LineBrushSetTransform($[$$hLineGradientBrush], $[$$hMatrix])
  3514.  
  3515. $(2)~_GDIPlus_MatrixClone
  3516. _GDIPlus_MatrixClone($[$$hMatrix])
  3517.  
  3518. $(2)~_GDIPlus_MatrixCreate
  3519. _GDIPlus_MatrixCreate($[])
  3520.  
  3521. $(2)~_GDIPlus_MatrixCreate2
  3522. _GDIPlus_MatrixCreate2($[$$nM11 = 1], $[$$nM12 = 1], $[$$nM21 = 1], $[$$nM22 = 1], $[$$nDX = 0], $[$$nDY = 0])
  3523.  
  3524. $(2)~_GDIPlus_MatrixDispose
  3525. _GDIPlus_MatrixDispose($[$$hMatrix])
  3526.  
  3527. $(2)~_GDIPlus_MatrixGetElements
  3528. _GDIPlus_MatrixGetElements($[$$hMatrix])
  3529.  
  3530. $(2)~_GDIPlus_MatrixInvert
  3531. _GDIPlus_MatrixInvert($[$$hMatrix])
  3532.  
  3533. $(2)~_GDIPlus_MatrixMultiply
  3534. _GDIPlus_MatrixMultiply($[$$hMatrix1], $[$$hMatrix2], $[$$iOrder = 0])
  3535.  
  3536. $(2)~_GDIPlus_MatrixRotate
  3537. _GDIPlus_MatrixRotate($[$$hMatrix], $[$$fAngle], $[$$bAppend = False])
  3538.  
  3539. $(2)~_GDIPlus_MatrixScale
  3540. _GDIPlus_MatrixScale($[$$hMatrix], $[$$fScaleX], $[$$fScaleY], $[$$bOrder = False])
  3541.  
  3542. $(2)~_GDIPlus_MatrixSetElements
  3543. _GDIPlus_MatrixSetElements($[$$hMatrix], $[$$nM11 = 1], $[$$nM12 = 0], $[$$nM21 = 0], $[$$nM22 = 1], $[$$nDX = 0], $[$$nDY = 0])
  3544.  
  3545. $(2)~_GDIPlus_MatrixShear
  3546. _GDIPlus_MatrixShear($[$$hMatrix], $[$$fShearX], $[$$fShearY], $[$$iOrder = 0])
  3547.  
  3548. $(2)~_GDIPlus_MatrixTransformPoints
  3549. _GDIPlus_MatrixTransformPoints($[$$hMatrix], $[ByRef $$aPoints])
  3550.  
  3551. $(2)~_GDIPlus_MatrixTranslate
  3552. _GDIPlus_MatrixTranslate($[$$hMatrix], $[$$fOffsetX], $[$$fOffsetY], $[$$bAppend = False])
  3553.  
  3554. $(2)~_GDIPlus_PaletteInitialize
  3555. _GDIPlus_PaletteInitialize($[$$iEntries], $[$$iPaletteType = $$GDIP_PaletteTypeOptimal], $[$$iOptimalColors = 0], $[$$bUseTransparentColor = True], $[$$hBitmap = Null])
  3556.  
  3557. $(2)~_GDIPlus_ParamAdd
  3558. _GDIPlus_ParamAdd($[ByRef $$tParams], $[$$sGUID], $[$$iNbOfValues], $[$$iType], $[$$pValues])
  3559.  
  3560. $(2)~_GDIPlus_ParamInit
  3561. _GDIPlus_ParamInit($[$$iCount])
  3562.  
  3563. $(2)~_GDIPlus_ParamSize
  3564. _GDIPlus_ParamSize($[])
  3565.  
  3566. $(2)~_GDIPlus_PathAddArc
  3567. _GDIPlus_PathAddArc($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle])
  3568.  
  3569. $(2)~_GDIPlus_PathAddBezier
  3570. _GDIPlus_PathAddBezier($[$$hPath], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2], $[$$nX3], $[$$nY3], $[$$nX4], $[$$nY4])
  3571.  
  3572. $(2)~_GDIPlus_PathAddClosedCurve
  3573. _GDIPlus_PathAddClosedCurve($[$$hPath], $[$$aPoints])
  3574.  
  3575. $(2)~_GDIPlus_PathAddClosedCurve2
  3576. _GDIPlus_PathAddClosedCurve2($[$$hPath], $[$$aPoints], $[$$nTension = 0.5])
  3577.  
  3578. $(2)~_GDIPlus_PathAddCurve
  3579. _GDIPlus_PathAddCurve($[$$hPath], $[$$aPoints])
  3580.  
  3581. $(2)~_GDIPlus_PathAddCurve2
  3582. _GDIPlus_PathAddCurve2($[$$hPath], $[$$aPoints], $[$$nTension = 0.5])
  3583.  
  3584. $(2)~_GDIPlus_PathAddCurve3
  3585. _GDIPlus_PathAddCurve3($[$$hPath], $[$$aPoints], $[$$iOffset], $[$$iNumOfSegments], $[$$nTension = 0.5])
  3586.  
  3587. $(2)~_GDIPlus_PathAddEllipse
  3588. _GDIPlus_PathAddEllipse($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight])
  3589.  
  3590. $(2)~_GDIPlus_PathAddLine
  3591. _GDIPlus_PathAddLine($[$$hPath], $[$$nX1], $[$$nY1], $[$$nX2], $[$$nY2])
  3592.  
  3593. $(2)~_GDIPlus_PathAddLine2
  3594. _GDIPlus_PathAddLine2($[$$hPath], $[$$aPoints])
  3595.  
  3596. $(2)~_GDIPlus_PathAddPath
  3597. _GDIPlus_PathAddPath($[$$hPath1], $[$$hPath2], $[$$bConnect = True])
  3598.  
  3599. $(2)~_GDIPlus_PathAddPie
  3600. _GDIPlus_PathAddPie($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$fStartAngle], $[$$fSweepAngle])
  3601.  
  3602. $(2)~_GDIPlus_PathAddPolygon
  3603. _GDIPlus_PathAddPolygon($[$$hPath], $[$$aPoints])
  3604.  
  3605. $(2)~_GDIPlus_PathAddRectangle
  3606. _GDIPlus_PathAddRectangle($[$$hPath], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight])
  3607.  
  3608. $(2)~_GDIPlus_PathAddString
  3609. _GDIPlus_PathAddString($[$$hPath], $[$$sString], $[$$tLayout], $[$$hFamily], $[$$iStyle = 0], $[$$fSize = 8.5], $[$$hFormat = 0])
  3610.  
  3611. $(2)~_GDIPlus_PathBrushCreate
  3612. _GDIPlus_PathBrushCreate($[$$aPoints], $[$$iWrapMode = 0])
  3613.  
  3614. $(2)~_GDIPlus_PathBrushCreateFromPath
  3615. _GDIPlus_PathBrushCreateFromPath($[$$hPath])
  3616.  
  3617. $(2)~_GDIPlus_PathBrushGetCenterPoint
  3618. _GDIPlus_PathBrushGetCenterPoint($[$$hPathGradientBrush])
  3619.  
  3620. $(2)~_GDIPlus_PathBrushGetFocusScales
  3621. _GDIPlus_PathBrushGetFocusScales($[$$hPathGradientBrush])
  3622.  
  3623. $(2)~_GDIPlus_PathBrushGetPointCount
  3624. _GDIPlus_PathBrushGetPointCount($[$$hPathGradientBrush])
  3625.  
  3626. $(2)~_GDIPlus_PathBrushGetRect
  3627. _GDIPlus_PathBrushGetRect($[$$hPathGradientBrush])
  3628.  
  3629. $(2)~_GDIPlus_PathBrushGetWrapMode
  3630. _GDIPlus_PathBrushGetWrapMode($[$$hPathGradientBrush])
  3631.  
  3632. $(2)~_GDIPlus_PathBrushMultiplyTransform
  3633. _GDIPlus_PathBrushMultiplyTransform($[$$hPathGradientBrush], $[$$hMatrix], $[$$iOrder = 0])
  3634.  
  3635. $(2)~_GDIPlus_PathBrushResetTransform
  3636. _GDIPlus_PathBrushResetTransform($[$$hPathGradientBrush])
  3637.  
  3638. $(2)~_GDIPlus_PathBrushSetBlend
  3639. _GDIPlus_PathBrushSetBlend($[$$hPathGradientBrush], $[$$aBlends])
  3640.  
  3641. $(2)~_GDIPlus_PathBrushSetCenterColor
  3642. _GDIPlus_PathBrushSetCenterColor($[$$hPathGradientBrush], $[$$iARGB])
  3643.  
  3644. $(2)~_GDIPlus_PathBrushSetCenterPoint
  3645. _GDIPlus_PathBrushSetCenterPoint($[$$hPathGradientBrush], $[$$nX], $[$$nY])
  3646.  
  3647. $(2)~_GDIPlus_PathBrushSetFocusScales
  3648. _GDIPlus_PathBrushSetFocusScales($[$$hPathGradientBrush], $[$$fScaleX], $[$$fScaleY])
  3649.  
  3650. $(2)~_GDIPlus_PathBrushSetGammaCorrection
  3651. _GDIPlus_PathBrushSetGammaCorrection($[$$hPathGradientBrush], $[$$bUseGammaCorrection])
  3652.  
  3653. $(2)~_GDIPlus_PathBrushSetLinearBlend
  3654. _GDIPlus_PathBrushSetLinearBlend($[$$hPathGradientBrush], $[$$fFocus], $[$$fScale = 1])
  3655.  
  3656. $(2)~_GDIPlus_PathBrushSetPresetBlend
  3657. _GDIPlus_PathBrushSetPresetBlend($[$$hPathGradientBrush], $[$$aInterpolations])
  3658.  
  3659. $(2)~_GDIPlus_PathBrushSetSigmaBlend
  3660. _GDIPlus_PathBrushSetSigmaBlend($[$$hPathGradientBrush], $[$$fFocus], $[$$fScale = 1])
  3661.  
  3662. $(2)~_GDIPlus_PathBrushSetSurroundColor
  3663. _GDIPlus_PathBrushSetSurroundColor($[$$hPathGradientBrush], $[$$iARGB])
  3664.  
  3665. $(2)~_GDIPlus_PathBrushSetSurroundColorsWithCount
  3666. _GDIPlus_PathBrushSetSurroundColorsWithCount($[$$hPathGradientBrush], $[$$aColors])
  3667.  
  3668. $(2)~_GDIPlus_PathBrushSetTransform
  3669. _GDIPlus_PathBrushSetTransform($[$$hPathGradientBrush], $[$$hMatrix])
  3670.  
  3671. $(2)~_GDIPlus_PathBrushSetWrapMode
  3672. _GDIPlus_PathBrushSetWrapMode($[$$hPathGradientBrush], $[$$iWrapMode])
  3673.  
  3674. $(2)~_GDIPlus_PathClone
  3675. _GDIPlus_PathClone($[$$hPath])
  3676.  
  3677. $(2)~_GDIPlus_PathCloseFigure
  3678. _GDIPlus_PathCloseFigure($[$$hPath])
  3679.  
  3680. $(2)~_GDIPlus_PathCreate
  3681. _GDIPlus_PathCreate($[$$iFillMode = 0])
  3682.  
  3683. $(2)~_GDIPlus_PathCreate2
  3684. _GDIPlus_PathCreate2($[$$aPathData], $[$$iFillMode = 0])
  3685.  
  3686. $(2)~_GDIPlus_PathDispose
  3687. _GDIPlus_PathDispose($[$$hPath])
  3688.  
  3689. $(2)~_GDIPlus_PathFlatten
  3690. _GDIPlus_PathFlatten($[$$hPath], $[$$fFlatness = 0.25], $[$$hMatrix = 0])
  3691.  
  3692. $(2)~_GDIPlus_PathGetData
  3693. _GDIPlus_PathGetData($[$$hPath])
  3694.  
  3695. $(2)~_GDIPlus_PathGetFillMode
  3696. _GDIPlus_PathGetFillMode($[$$hPath])
  3697.  
  3698. $(2)~_GDIPlus_PathGetLastPoint
  3699. _GDIPlus_PathGetLastPoint($[$$hPath])
  3700.  
  3701. $(2)~_GDIPlus_PathGetPointCount
  3702. _GDIPlus_PathGetPointCount($[$$hPath])
  3703.  
  3704. $(2)~_GDIPlus_PathGetPoints
  3705. _GDIPlus_PathGetPoints($[$$hPath])
  3706.  
  3707. $(2)~_GDIPlus_PathGetWorldBounds
  3708. _GDIPlus_PathGetWorldBounds($[$$hPath], $[$$hMatrix = 0], $[$$hPen = 0])
  3709.  
  3710. $(2)~_GDIPlus_PathIsOutlineVisiblePoint
  3711. _GDIPlus_PathIsOutlineVisiblePoint($[$$hPath], $[$$nX], $[$$nY], $[$$hPen = 0], $[$$hGraphics = 0])
  3712.  
  3713. $(2)~_GDIPlus_PathIsVisiblePoint
  3714. _GDIPlus_PathIsVisiblePoint($[$$hPath], $[$$nX], $[$$nY], $[$$hGraphics = 0])
  3715.  
  3716. $(2)~_GDIPlus_PathIterCreate
  3717. _GDIPlus_PathIterCreate($[$$hPath])
  3718.  
  3719. $(2)~_GDIPlus_PathIterDispose
  3720. _GDIPlus_PathIterDispose($[$$hPathIter])
  3721.  
  3722. $(2)~_GDIPlus_PathIterGetSubpathCount
  3723. _GDIPlus_PathIterGetSubpathCount($[$$hPathIter])
  3724.  
  3725. $(2)~_GDIPlus_PathIterNextMarkerPath
  3726. _GDIPlus_PathIterNextMarkerPath($[$$hPathIter], $[$$hPath])
  3727.  
  3728. $(2)~_GDIPlus_PathIterNextSubpathPath
  3729. _GDIPlus_PathIterNextSubpathPath($[$$hPathIter], $[$$hPath])
  3730.  
  3731. $(2)~_GDIPlus_PathIterRewind
  3732. _GDIPlus_PathIterRewind($[$$hPathIter])
  3733.  
  3734. $(2)~_GDIPlus_PathReset
  3735. _GDIPlus_PathReset($[$$hPath])
  3736.  
  3737. $(2)~_GDIPlus_PathReverse
  3738. _GDIPlus_PathReverse($[$$hPath])
  3739.  
  3740. $(2)~_GDIPlus_PathSetFillMode
  3741. _GDIPlus_PathSetFillMode($[$$hPath], $[$$iFillMode])
  3742.  
  3743. $(2)~_GDIPlus_PathSetMarker
  3744. _GDIPlus_PathSetMarker($[$$hPath])
  3745.  
  3746. $(2)~_GDIPlus_PathStartFigure
  3747. _GDIPlus_PathStartFigure($[$$hPath])
  3748.  
  3749. $(2)~_GDIPlus_PathTransform
  3750. _GDIPlus_PathTransform($[$$hPath], $[$$hMatrix])
  3751.  
  3752. $(2)~_GDIPlus_PathWarp
  3753. _GDIPlus_PathWarp($[$$hPath], $[$$hMatrix], $[$$aPoints], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iWarpMode = 0], $[$$fFlatness = 0.25])
  3754.  
  3755. $(2)~_GDIPlus_PathWiden
  3756. _GDIPlus_PathWiden($[$$hPath], $[$$hPen], $[$$hMatrix = 0], $[$$fFlatness = 0.25])
  3757.  
  3758. $(2)~_GDIPlus_PathWindingModeOutline
  3759. _GDIPlus_PathWindingModeOutline($[$$hPath], $[$$hMatrix = 0], $[$$fFlatness = 0.25])
  3760.  
  3761. $(2)~_GDIPlus_PenCreate
  3762. _GDIPlus_PenCreate($[$$iARGB = 0xFF000000], $[$$nWidth = 1], $[$$iUnit = 2])
  3763.  
  3764. $(2)~_GDIPlus_PenCreate2
  3765. _GDIPlus_PenCreate2($[$$hBrush], $[$$nWidth = 1], $[$$iUnit = 2])
  3766.  
  3767. $(2)~_GDIPlus_PenDispose
  3768. _GDIPlus_PenDispose($[$$hPen])
  3769.  
  3770. $(2)~_GDIPlus_PenGetAlignment
  3771. _GDIPlus_PenGetAlignment($[$$hPen])
  3772.  
  3773. $(2)~_GDIPlus_PenGetColor
  3774. _GDIPlus_PenGetColor($[$$hPen])
  3775.  
  3776. $(2)~_GDIPlus_PenGetCustomEndCap
  3777. _GDIPlus_PenGetCustomEndCap($[$$hPen])
  3778.  
  3779. $(2)~_GDIPlus_PenGetDashCap
  3780. _GDIPlus_PenGetDashCap($[$$hPen])
  3781.  
  3782. $(2)~_GDIPlus_PenGetDashStyle
  3783. _GDIPlus_PenGetDashStyle($[$$hPen])
  3784.  
  3785. $(2)~_GDIPlus_PenGetEndCap
  3786. _GDIPlus_PenGetEndCap($[$$hPen])
  3787.  
  3788. $(2)~_GDIPlus_PenGetMiterLimit
  3789. _GDIPlus_PenGetMiterLimit($[$$hPen])
  3790.  
  3791. $(2)~_GDIPlus_PenGetWidth
  3792. _GDIPlus_PenGetWidth($[$$hPen])
  3793.  
  3794. $(2)~_GDIPlus_PenResetTransform
  3795. _GDIPlus_PenResetTransform($[$$hPen])
  3796.  
  3797. $(2)~_GDIPlus_PenRotateTransform
  3798. _GDIPlus_PenRotateTransform($[$$hPen], $[$$fAngle], $[$$iOrder = 0])
  3799.  
  3800. $(2)~_GDIPlus_PenScaleTransform
  3801. _GDIPlus_PenScaleTransform($[$$hPen], $[$$fScaleX], $[$$fScaleY], $[$$iOrder = 0])
  3802.  
  3803. $(2)~_GDIPlus_PenSetAlignment
  3804. _GDIPlus_PenSetAlignment($[$$hPen], $[$$iAlignment = 0])
  3805.  
  3806. $(2)~_GDIPlus_PenSetColor
  3807. _GDIPlus_PenSetColor($[$$hPen], $[$$iARGB])
  3808.  
  3809. $(2)~_GDIPlus_PenSetCompound
  3810. _GDIPlus_PenSetCompound($[$$hPen], $[$$aCompounds])
  3811.  
  3812. $(2)~_GDIPlus_PenSetCustomEndCap
  3813. _GDIPlus_PenSetCustomEndCap($[$$hPen], $[$$hEndCap])
  3814.  
  3815. $(2)~_GDIPlus_PenSetDashCap
  3816. _GDIPlus_PenSetDashCap($[$$hPen], $[$$iDash = 0])
  3817.  
  3818. $(2)~_GDIPlus_PenSetDashStyle
  3819. _GDIPlus_PenSetDashStyle($[$$hPen], $[$$iStyle = 0])
  3820.  
  3821. $(2)~_GDIPlus_PenSetEndCap
  3822. _GDIPlus_PenSetEndCap($[$$hPen], $[$$iEndCap])
  3823.  
  3824. $(2)~_GDIPlus_PenSetLineCap
  3825. _GDIPlus_PenSetLineCap($[$$hPen], $[$$iStartCap], $[$$iEndCap], $[$$iDashCap])
  3826.  
  3827. $(2)~_GDIPlus_PenSetLineJoin
  3828. _GDIPlus_PenSetLineJoin($[$$hPen], $[$$iLineJoin])
  3829.  
  3830. $(2)~_GDIPlus_PenSetMiterLimit
  3831. _GDIPlus_PenSetMiterLimit($[$$hPen], $[$$fMiterLimit])
  3832.  
  3833. $(2)~_GDIPlus_PenSetStartCap
  3834. _GDIPlus_PenSetStartCap($[$$hPen], $[$$iLineCap])
  3835.  
  3836. $(2)~_GDIPlus_PenSetTransform
  3837. _GDIPlus_PenSetTransform($[$$hPen], $[$$hMatrix])
  3838.  
  3839. $(2)~_GDIPlus_PenSetWidth
  3840. _GDIPlus_PenSetWidth($[$$hPen], $[$$fWidth])
  3841.  
  3842. $(2)~_GDIPlus_RectFCreate
  3843. _GDIPlus_RectFCreate($[$$nX = 0], $[$$nY = 0], $[$$nWidth = 0], $[$$nHeight = 0])
  3844.  
  3845. $(2)~_GDIPlus_RegionClone
  3846. _GDIPlus_RegionClone($[$$hRegion])
  3847.  
  3848. $(2)~_GDIPlus_RegionCombinePath
  3849. _GDIPlus_RegionCombinePath($[$$hRegion], $[$$hPath], $[$$iCombineMode = 2])
  3850.  
  3851. $(2)~_GDIPlus_RegionCombineRect
  3852. _GDIPlus_RegionCombineRect($[$$hRegion], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iCombineMode = 2])
  3853.  
  3854. $(2)~_GDIPlus_RegionCombineRegion
  3855. _GDIPlus_RegionCombineRegion($[$$hRegionDst], $[$$hRegionSrc], $[$$iCombineMode = 2])
  3856.  
  3857. $(2)~_GDIPlus_RegionCreate
  3858. _GDIPlus_RegionCreate($[])
  3859.  
  3860. $(2)~_GDIPlus_RegionCreateFromPath
  3861. _GDIPlus_RegionCreateFromPath($[$$hPath])
  3862.  
  3863. $(2)~_GDIPlus_RegionCreateFromRect
  3864. _GDIPlus_RegionCreateFromRect($[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight])
  3865.  
  3866. $(2)~_GDIPlus_RegionDispose
  3867. _GDIPlus_RegionDispose($[$$hRegion])
  3868.  
  3869. $(2)~_GDIPlus_RegionGetBounds
  3870. _GDIPlus_RegionGetBounds($[$$hRegion], $[$$hGraphics])
  3871.  
  3872. $(2)~_GDIPlus_RegionGetHRgn
  3873. _GDIPlus_RegionGetHRgn($[$$hRegion], $[$$hGraphics = 0])
  3874.  
  3875. $(2)~_GDIPlus_RegionSetEmpty
  3876. _GDIPlus_RegionSetEmpty($[$$hRegion])
  3877.  
  3878. $(2)~_GDIPlus_RegionSetInfinite
  3879. _GDIPlus_RegionSetInfinite($[$$hRegion])
  3880.  
  3881. $(2)~_GDIPlus_RegionTransform
  3882. _GDIPlus_RegionTransform($[$$hRegion], $[$$hMatrix])
  3883.  
  3884. $(2)~_GDIPlus_RegionTranslate
  3885. _GDIPlus_RegionTranslate($[$$hRegion], $[$$nDX], $[$$nDY])
  3886.  
  3887. $(2)~_GDIPlus_Shutdown
  3888. _GDIPlus_Shutdown($[])
  3889.  
  3890. $(2)~_GDIPlus_Startup
  3891. _GDIPlus_Startup($[$$sGDIPDLL = Default], $[$$bRetDllHandle = False])
  3892.  
  3893. $(2)~_GDIPlus_StringFormatCreate
  3894. _GDIPlus_StringFormatCreate($[$$iFormat = 0], $[$$iLangID = 0])
  3895.  
  3896. $(2)~_GDIPlus_StringFormatDispose
  3897. _GDIPlus_StringFormatDispose($[$$hFormat])
  3898.  
  3899. $(2)~_GDIPlus_StringFormatGetMeasurableCharacterRangeCount
  3900. _GDIPlus_StringFormatGetMeasurableCharacterRangeCount($[$$hStringFormat])
  3901.  
  3902. $(2)~_GDIPlus_StringFormatSetAlign
  3903. _GDIPlus_StringFormatSetAlign($[$$hStringFormat], $[$$iFlag])
  3904.  
  3905. $(2)~_GDIPlus_StringFormatSetLineAlign
  3906. _GDIPlus_StringFormatSetLineAlign($[$$hStringFormat], $[$$iStringAlign])
  3907.  
  3908. $(2)~_GDIPlus_StringFormatSetMeasurableCharacterRanges
  3909. _GDIPlus_StringFormatSetMeasurableCharacterRanges($[$$hStringFormat], $[$$aRanges])
  3910.  
  3911. $(2)~_GDIPlus_TextureCreate
  3912. _GDIPlus_TextureCreate($[$$hImage], $[$$iWrapMode = 0])
  3913.  
  3914. $(2)~_GDIPlus_TextureCreate2
  3915. _GDIPlus_TextureCreate2($[$$hImage], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$iWrapMode = 0])
  3916.  
  3917. $(2)~_GDIPlus_TextureCreateIA
  3918. _GDIPlus_TextureCreateIA($[$$hImage], $[$$nX], $[$$nY], $[$$nWidth], $[$$nHeight], $[$$pImageAttributes = 0])
  3919.  
  3920. $(2)~_GetIP
  3921. _GetIP($[])
  3922.  
  3923. $(2)~_GUICtrlAVI_Close
  3924. _GUICtrlAVI_Close($[$$hWnd])
  3925.  
  3926. $(2)~_GUICtrlAVI_Create
  3927. _GUICtrlAVI_Create($[$$hWnd], $[$$sFilePath = ""], $[$$iSubFileID = -1], $[$$iX = 0], $[$$iY = 0], $[$$iWidth = 0], $[$$iHeight = 0], $[$$iStyle = 0x00000006], $[$$iExStyle = 0x00000000])
  3928.  
  3929. $(2)~_GUICtrlAVI_Destroy
  3930. _GUICtrlAVI_Destroy($[ByRef $$hWnd])
  3931.  
  3932. $(2)~_GUICtrlAVI_IsPlaying
  3933. _GUICtrlAVI_IsPlaying($[$$hWnd])
  3934.  
  3935. $(2)~_GUICtrlAVI_Open
  3936. _GUICtrlAVI_Open($[$$hWnd], $[$$sFileName])
  3937.  
  3938. $(2)~_GUICtrlAVI_OpenEx
  3939. _GUICtrlAVI_OpenEx($[$$hWnd], $[$$sFileName], $[$$iResourceID])
  3940.  
  3941. $(2)~_GUICtrlAVI_Play
  3942. _GUICtrlAVI_Play($[$$hWnd], $[$$iFrom = 0], $[$$iTo = -1], $[$$iRepeat = -1])
  3943.  
  3944. $(2)~_GUICtrlAVI_Seek
  3945. _GUICtrlAVI_Seek($[$$hWnd], $[$$iFrame])
  3946.  
  3947. $(2)~_GUICtrlAVI_Show
  3948. _GUICtrlAVI_Show($[$$hWnd], $[$$iState])
  3949.  
  3950. $(2)~_GUICtrlAVI_Stop
  3951. _GUICtrlAVI_Stop($[$$hWnd])
  3952.  
  3953. $(2)~_GUICtrlButton_Click
  3954. _GUICtrlButton_Click($[$$hWnd])
  3955.  
  3956. $(2)~_GUICtrlButton_Create
  3957. _GUICtrlButton_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iStyle = -1], $[$$iExStyle = -1])
  3958.  
  3959. $(2)~_GUICtrlButton_Destroy
  3960. _GUICtrlButton_Destroy($[ByRef $$hWnd])
  3961.  
  3962. $(2)~_GUICtrlButton_Enable
  3963. _GUICtrlButton_Enable($[$$hWnd], $[$$bEnable = True])
  3964.  
  3965. $(2)~_GUICtrlButton_GetCheck
  3966. _GUICtrlButton_GetCheck($[$$hWnd])
  3967.  
  3968. $(2)~_GUICtrlButton_GetFocus
  3969. _GUICtrlButton_GetFocus($[$$hWnd])
  3970.  
  3971. $(2)~_GUICtrlButton_GetIdealSize
  3972. _GUICtrlButton_GetIdealSize($[$$hWnd])
  3973.  
  3974. $(2)~_GUICtrlButton_GetImage
  3975. _GUICtrlButton_GetImage($[$$hWnd])
  3976.  
  3977. $(2)~_GUICtrlButton_GetImageList
  3978. _GUICtrlButton_GetImageList($[$$hWnd])
  3979.  
  3980. $(2)~_GUICtrlButton_GetNote
  3981. _GUICtrlButton_GetNote($[$$hWnd])
  3982.  
  3983. $(2)~_GUICtrlButton_GetNoteLength
  3984. _GUICtrlButton_GetNoteLength($[$$hWnd])
  3985.  
  3986. $(2)~_GUICtrlButton_GetSplitInfo
  3987. _GUICtrlButton_GetSplitInfo($[$$hWnd])
  3988.  
  3989. $(2)~_GUICtrlButton_GetState
  3990. _GUICtrlButton_GetState($[$$hWnd])
  3991.  
  3992. $(2)~_GUICtrlButton_GetText
  3993. _GUICtrlButton_GetText($[$$hWnd])
  3994.  
  3995. $(2)~_GUICtrlButton_GetTextMargin
  3996. _GUICtrlButton_GetTextMargin($[$$hWnd])
  3997.  
  3998. $(2)~_GUICtrlButton_SetCheck
  3999. _GUICtrlButton_SetCheck($[$$hWnd], $[$$iState = $$BST_CHECKED])
  4000.  
  4001. $(2)~_GUICtrlButton_SetDontClick
  4002. _GUICtrlButton_SetDontClick($[$$hWnd], $[$$bState = True])
  4003.  
  4004. $(2)~_GUICtrlButton_SetFocus
  4005. _GUICtrlButton_SetFocus($[$$hWnd], $[$$bFocus = True])
  4006.  
  4007. $(2)~_GUICtrlButton_SetImage
  4008. _GUICtrlButton_SetImage($[$$hWnd], $[$$sImageFile], $[$$iIconID = -1], $[$$bLarge = False])
  4009.  
  4010. $(2)~_GUICtrlButton_SetImageList
  4011. _GUICtrlButton_SetImageList($[$$hWnd], $[$$hImage], $[$$iAlign = 0], $[$$iLeft = 1], $[$$iTop = 1], $[$$iRight = 1], $[$$iBottom = 1])
  4012.  
  4013. $(2)~_GUICtrlButton_SetNote
  4014. _GUICtrlButton_SetNote($[$$hWnd], $[$$sNote])
  4015.  
  4016. $(2)~_GUICtrlButton_SetShield
  4017. _GUICtrlButton_SetShield($[$$hWnd], $[$$bRequired = True])
  4018.  
  4019. $(2)~_GUICtrlButton_SetSize
  4020. _GUICtrlButton_SetSize($[$$hWnd], $[$$iWidth], $[$$iHeight])
  4021.  
  4022. $(2)~_GUICtrlButton_SetSplitInfo
  4023. _GUICtrlButton_SetSplitInfo($[$$hWnd], $[$$hImlGlyph = -1], $[$$iSplitStyle = $$BCSS_ALIGNLEFT], $[$$iWidth = 0], $[$$iHeight = 0])
  4024.  
  4025. $(2)~_GUICtrlButton_SetState
  4026. _GUICtrlButton_SetState($[$$hWnd], $[$$bHighlighted = True])
  4027.  
  4028. $(2)~_GUICtrlButton_SetStyle
  4029. _GUICtrlButton_SetStyle($[$$hWnd], $[$$iStyle])
  4030.  
  4031. $(2)~_GUICtrlButton_SetText
  4032. _GUICtrlButton_SetText($[$$hWnd], $[$$sText])
  4033.  
  4034. $(2)~_GUICtrlButton_SetTextMargin
  4035. _GUICtrlButton_SetTextMargin($[$$hWnd], $[$$iLeft = 1], $[$$iTop = 1], $[$$iRight = 1], $[$$iBottom = 1])
  4036.  
  4037. $(2)~_GUICtrlButton_Show
  4038. _GUICtrlButton_Show($[$$hWnd], $[$$bShow = True])
  4039.  
  4040. $(2)~_GUICtrlComboBox_AddDir
  4041. _GUICtrlComboBox_AddDir($[$$hWnd], $[$$sFilePath], $[$$iAttributes = 0], $[$$bBrackets = True])
  4042.  
  4043. $(2)~_GUICtrlComboBox_AddString
  4044. _GUICtrlComboBox_AddString($[$$hWnd], $[$$sText])
  4045.  
  4046. $(2)~_GUICtrlComboBox_AutoComplete
  4047. _GUICtrlComboBox_AutoComplete($[$$hWnd])
  4048.  
  4049. $(2)~_GUICtrlComboBox_BeginUpdate
  4050. _GUICtrlComboBox_BeginUpdate($[$$hWnd])
  4051.  
  4052. $(2)~_GUICtrlComboBox_Create
  4053. _GUICtrlComboBox_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 120], $[$$iStyle = 0x00200042], $[$$iExStyle = 0x00000000])
  4054.  
  4055. $(2)~_GUICtrlComboBox_DeleteString
  4056. _GUICtrlComboBox_DeleteString($[$$hWnd], $[$$iIndex])
  4057.  
  4058. $(2)~_GUICtrlComboBox_Destroy
  4059. _GUICtrlComboBox_Destroy($[ByRef $$hWnd])
  4060.  
  4061. $(2)~_GUICtrlComboBox_EndUpdate
  4062. _GUICtrlComboBox_EndUpdate($[$$hWnd])
  4063.  
  4064. $(2)~_GUICtrlComboBox_FindString
  4065. _GUICtrlComboBox_FindString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4066.  
  4067. $(2)~_GUICtrlComboBox_FindStringExact
  4068. _GUICtrlComboBox_FindStringExact($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4069.  
  4070. $(2)~_GUICtrlComboBox_GetComboBoxInfo
  4071. _GUICtrlComboBox_GetComboBoxInfo($[$$hWnd], $[ByRef $$tInfo])
  4072.  
  4073. $(2)~_GUICtrlComboBox_GetCount
  4074. _GUICtrlComboBox_GetCount($[$$hWnd])
  4075.  
  4076. $(2)~_GUICtrlComboBox_GetCueBanner
  4077. _GUICtrlComboBox_GetCueBanner($[$$hWnd])
  4078.  
  4079. $(2)~_GUICtrlComboBox_GetCurSel
  4080. _GUICtrlComboBox_GetCurSel($[$$hWnd])
  4081.  
  4082. $(2)~_GUICtrlComboBox_GetDroppedControlRect
  4083. _GUICtrlComboBox_GetDroppedControlRect($[$$hWnd])
  4084.  
  4085. $(2)~_GUICtrlComboBox_GetDroppedControlRectEx
  4086. _GUICtrlComboBox_GetDroppedControlRectEx($[$$hWnd])
  4087.  
  4088. $(2)~_GUICtrlComboBox_GetDroppedState
  4089. _GUICtrlComboBox_GetDroppedState($[$$hWnd])
  4090.  
  4091. $(2)~_GUICtrlComboBox_GetDroppedWidth
  4092. _GUICtrlComboBox_GetDroppedWidth($[$$hWnd])
  4093.  
  4094. $(2)~_GUICtrlComboBox_GetEditSel
  4095. _GUICtrlComboBox_GetEditSel($[$$hWnd])
  4096.  
  4097. $(2)~_GUICtrlComboBox_GetEditText
  4098. _GUICtrlComboBox_GetEditText($[$$hWnd])
  4099.  
  4100. $(2)~_GUICtrlComboBox_GetExtendedUI
  4101. _GUICtrlComboBox_GetExtendedUI($[$$hWnd])
  4102.  
  4103. $(2)~_GUICtrlComboBox_GetHorizontalExtent
  4104. _GUICtrlComboBox_GetHorizontalExtent($[$$hWnd])
  4105.  
  4106. $(2)~_GUICtrlComboBox_GetItemHeight
  4107. _GUICtrlComboBox_GetItemHeight($[$$hWnd], $[$$iIndex = -1])
  4108.  
  4109. $(2)~_GUICtrlComboBox_GetLBText
  4110. _GUICtrlComboBox_GetLBText($[$$hWnd], $[$$iIndex], $[ByRef $$sText])
  4111.  
  4112. $(2)~_GUICtrlComboBox_GetLBTextLen
  4113. _GUICtrlComboBox_GetLBTextLen($[$$hWnd], $[$$iIndex])
  4114.  
  4115. $(2)~_GUICtrlComboBox_GetList
  4116. _GUICtrlComboBox_GetList($[$$hWnd])
  4117.  
  4118. $(2)~_GUICtrlComboBox_GetListArray
  4119. _GUICtrlComboBox_GetListArray($[$$hWnd])
  4120.  
  4121. $(2)~_GUICtrlComboBox_GetLocale
  4122. _GUICtrlComboBox_GetLocale($[$$hWnd])
  4123.  
  4124. $(2)~_GUICtrlComboBox_GetLocaleCountry
  4125. _GUICtrlComboBox_GetLocaleCountry($[$$hWnd])
  4126.  
  4127. $(2)~_GUICtrlComboBox_GetLocaleLang
  4128. _GUICtrlComboBox_GetLocaleLang($[$$hWnd])
  4129.  
  4130. $(2)~_GUICtrlComboBox_GetLocalePrimLang
  4131. _GUICtrlComboBox_GetLocalePrimLang($[$$hWnd])
  4132.  
  4133. $(2)~_GUICtrlComboBox_GetLocaleSubLang
  4134. _GUICtrlComboBox_GetLocaleSubLang($[$$hWnd])
  4135.  
  4136. $(2)~_GUICtrlComboBox_GetMinVisible
  4137. _GUICtrlComboBox_GetMinVisible($[$$hWnd])
  4138.  
  4139. $(2)~_GUICtrlComboBox_GetTopIndex
  4140. _GUICtrlComboBox_GetTopIndex($[$$hWnd])
  4141.  
  4142. $(2)~_GUICtrlComboBox_InitStorage
  4143. _GUICtrlComboBox_InitStorage($[$$hWnd], $[$$iNum], $[$$iBytes])
  4144.  
  4145. $(2)~_GUICtrlComboBox_InsertString
  4146. _GUICtrlComboBox_InsertString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4147.  
  4148. $(2)~_GUICtrlComboBox_LimitText
  4149. _GUICtrlComboBox_LimitText($[$$hWnd], $[$$iLimit = 0])
  4150.  
  4151. $(2)~_GUICtrlComboBox_ReplaceEditSel
  4152. _GUICtrlComboBox_ReplaceEditSel($[$$hWnd], $[$$sText])
  4153.  
  4154. $(2)~_GUICtrlComboBox_ResetContent
  4155. _GUICtrlComboBox_ResetContent($[$$hWnd])
  4156.  
  4157. $(2)~_GUICtrlComboBox_SelectString
  4158. _GUICtrlComboBox_SelectString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4159.  
  4160. $(2)~_GUICtrlComboBox_SetCueBanner
  4161. _GUICtrlComboBox_SetCueBanner($[$$hWnd], $[$$sText])
  4162.  
  4163. $(2)~_GUICtrlComboBox_SetCurSel
  4164. _GUICtrlComboBox_SetCurSel($[$$hWnd], $[$$iIndex = -1])
  4165.  
  4166. $(2)~_GUICtrlComboBox_SetDroppedWidth
  4167. _GUICtrlComboBox_SetDroppedWidth($[$$hWnd], $[$$iWidth])
  4168.  
  4169. $(2)~_GUICtrlComboBox_SetEditSel
  4170. _GUICtrlComboBox_SetEditSel($[$$hWnd], $[$$iStart], $[$$iStop])
  4171.  
  4172. $(2)~_GUICtrlComboBox_SetEditText
  4173. _GUICtrlComboBox_SetEditText($[$$hWnd], $[$$sText])
  4174.  
  4175. $(2)~_GUICtrlComboBox_SetExtendedUI
  4176. _GUICtrlComboBox_SetExtendedUI($[$$hWnd], $[$$bExtended = False])
  4177.  
  4178. $(2)~_GUICtrlComboBox_SetHorizontalExtent
  4179. _GUICtrlComboBox_SetHorizontalExtent($[$$hWnd], $[$$iWidth])
  4180.  
  4181. $(2)~_GUICtrlComboBox_SetItemHeight
  4182. _GUICtrlComboBox_SetItemHeight($[$$hWnd], $[$$iHeight], $[$$iComponent = -1])
  4183.  
  4184. $(2)~_GUICtrlComboBox_SetMinVisible
  4185. _GUICtrlComboBox_SetMinVisible($[$$hWnd], $[$$iMinimum])
  4186.  
  4187. $(2)~_GUICtrlComboBox_SetTopIndex
  4188. _GUICtrlComboBox_SetTopIndex($[$$hWnd], $[$$iIndex])
  4189.  
  4190. $(2)~_GUICtrlComboBox_ShowDropDown
  4191. _GUICtrlComboBox_ShowDropDown($[$$hWnd], $[$$bShow = False])
  4192.  
  4193. $(2)~_GUICtrlComboBoxEx_AddDir
  4194. _GUICtrlComboBoxEx_AddDir($[$$hWnd], $[$$sFilePath], $[$$iAttributes = 0], $[$$bBrackets = True])
  4195.  
  4196. $(2)~_GUICtrlComboBoxEx_AddString
  4197. _GUICtrlComboBoxEx_AddString($[$$hWnd], $[$$sText], $[$$iImage = -1], $[$$iSelectedImage = -1], $[$$iOverlayImage = -1], $[$$iIndent = -1], $[$$iParam = -1])
  4198.  
  4199. $(2)~_GUICtrlComboBoxEx_BeginUpdate
  4200. _GUICtrlComboBoxEx_BeginUpdate($[$$hWnd])
  4201.  
  4202. $(2)~_GUICtrlComboBoxEx_Create
  4203. _GUICtrlComboBoxEx_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 200], $[$$iStyle = 0x00200002], $[$$iExStyle = 0x00000000])
  4204.  
  4205. $(2)~_GUICtrlComboBoxEx_CreateSolidBitMap
  4206. _GUICtrlComboBoxEx_CreateSolidBitMap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight])
  4207.  
  4208. $(2)~_GUICtrlComboBoxEx_DeleteString
  4209. _GUICtrlComboBoxEx_DeleteString($[$$hWnd], $[$$iIndex])
  4210.  
  4211. $(2)~_GUICtrlComboBoxEx_Destroy
  4212. _GUICtrlComboBoxEx_Destroy($[ByRef $$hWnd])
  4213.  
  4214. $(2)~_GUICtrlComboBoxEx_EndUpdate
  4215. _GUICtrlComboBoxEx_EndUpdate($[$$hWnd])
  4216.  
  4217. $(2)~_GUICtrlComboBoxEx_FindStringExact
  4218. _GUICtrlComboBoxEx_FindStringExact($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4219.  
  4220. $(2)~_GUICtrlComboBoxEx_GetComboBoxInfo
  4221. _GUICtrlComboBoxEx_GetComboBoxInfo($[$$hWnd], $[ByRef $$tInfo])
  4222.  
  4223. $(2)~_GUICtrlComboBoxEx_GetComboControl
  4224. _GUICtrlComboBoxEx_GetComboControl($[$$hWnd])
  4225.  
  4226. $(2)~_GUICtrlComboBoxEx_GetCount
  4227. _GUICtrlComboBoxEx_GetCount($[$$hWnd])
  4228.  
  4229. $(2)~_GUICtrlComboBoxEx_GetCurSel
  4230. _GUICtrlComboBoxEx_GetCurSel($[$$hWnd])
  4231.  
  4232. $(2)~_GUICtrlComboBoxEx_GetDroppedControlRect
  4233. _GUICtrlComboBoxEx_GetDroppedControlRect($[$$hWnd])
  4234.  
  4235. $(2)~_GUICtrlComboBoxEx_GetDroppedControlRectEx
  4236. _GUICtrlComboBoxEx_GetDroppedControlRectEx($[$$hWnd])
  4237.  
  4238. $(2)~_GUICtrlComboBoxEx_GetDroppedState
  4239. _GUICtrlComboBoxEx_GetDroppedState($[$$hWnd])
  4240.  
  4241. $(2)~_GUICtrlComboBoxEx_GetDroppedWidth
  4242. _GUICtrlComboBoxEx_GetDroppedWidth($[$$hWnd])
  4243.  
  4244. $(2)~_GUICtrlComboBoxEx_GetEditControl
  4245. _GUICtrlComboBoxEx_GetEditControl($[$$hWnd])
  4246.  
  4247. $(2)~_GUICtrlComboBoxEx_GetEditSel
  4248. _GUICtrlComboBoxEx_GetEditSel($[$$hWnd])
  4249.  
  4250. $(2)~_GUICtrlComboBoxEx_GetEditText
  4251. _GUICtrlComboBoxEx_GetEditText($[$$hWnd])
  4252.  
  4253. $(2)~_GUICtrlComboBoxEx_GetExtendedStyle
  4254. _GUICtrlComboBoxEx_GetExtendedStyle($[$$hWnd])
  4255.  
  4256. $(2)~_GUICtrlComboBoxEx_GetExtendedUI
  4257. _GUICtrlComboBoxEx_GetExtendedUI($[$$hWnd])
  4258.  
  4259. $(2)~_GUICtrlComboBoxEx_GetImageList
  4260. _GUICtrlComboBoxEx_GetImageList($[$$hWnd])
  4261.  
  4262. $(2)~_GUICtrlComboBoxEx_GetItem
  4263. _GUICtrlComboBoxEx_GetItem($[$$hWnd], $[$$iIndex])
  4264.  
  4265. $(2)~_GUICtrlComboBoxEx_GetItemEx
  4266. _GUICtrlComboBoxEx_GetItemEx($[$$hWnd], $[ByRef $$tItem])
  4267.  
  4268. $(2)~_GUICtrlComboBoxEx_GetItemHeight
  4269. _GUICtrlComboBoxEx_GetItemHeight($[$$hWnd], $[$$iComponent = -1])
  4270.  
  4271. $(2)~_GUICtrlComboBoxEx_GetItemImage
  4272. _GUICtrlComboBoxEx_GetItemImage($[$$hWnd], $[$$iIndex])
  4273.  
  4274. $(2)~_GUICtrlComboBoxEx_GetItemIndent
  4275. _GUICtrlComboBoxEx_GetItemIndent($[$$hWnd], $[$$iIndex])
  4276.  
  4277. $(2)~_GUICtrlComboBoxEx_GetItemOverlayImage
  4278. _GUICtrlComboBoxEx_GetItemOverlayImage($[$$hWnd], $[$$iIndex])
  4279.  
  4280. $(2)~_GUICtrlComboBoxEx_GetItemParam
  4281. _GUICtrlComboBoxEx_GetItemParam($[$$hWnd], $[$$iIndex])
  4282.  
  4283. $(2)~_GUICtrlComboBoxEx_GetItemSelectedImage
  4284. _GUICtrlComboBoxEx_GetItemSelectedImage($[$$hWnd], $[$$iIndex])
  4285.  
  4286. $(2)~_GUICtrlComboBoxEx_GetItemText
  4287. _GUICtrlComboBoxEx_GetItemText($[$$hWnd], $[$$iIndex], $[ByRef $$sText])
  4288.  
  4289. $(2)~_GUICtrlComboBoxEx_GetItemTextLen
  4290. _GUICtrlComboBoxEx_GetItemTextLen($[$$hWnd], $[$$iIndex])
  4291.  
  4292. $(2)~_GUICtrlComboBoxEx_GetList
  4293. _GUICtrlComboBoxEx_GetList($[$$hWnd])
  4294.  
  4295. $(2)~_GUICtrlComboBoxEx_GetListArray
  4296. _GUICtrlComboBoxEx_GetListArray($[$$hWnd])
  4297.  
  4298. $(2)~_GUICtrlComboBoxEx_GetLocale
  4299. _GUICtrlComboBoxEx_GetLocale($[$$hWnd])
  4300.  
  4301. $(2)~_GUICtrlComboBoxEx_GetLocaleCountry
  4302. _GUICtrlComboBoxEx_GetLocaleCountry($[$$hWnd])
  4303.  
  4304. $(2)~_GUICtrlComboBoxEx_GetLocaleLang
  4305. _GUICtrlComboBoxEx_GetLocaleLang($[$$hWnd])
  4306.  
  4307. $(2)~_GUICtrlComboBoxEx_GetLocalePrimLang
  4308. _GUICtrlComboBoxEx_GetLocalePrimLang($[$$hWnd])
  4309.  
  4310. $(2)~_GUICtrlComboBoxEx_GetLocaleSubLang
  4311. _GUICtrlComboBoxEx_GetLocaleSubLang($[$$hWnd])
  4312.  
  4313. $(2)~_GUICtrlComboBoxEx_GetMinVisible
  4314. _GUICtrlComboBoxEx_GetMinVisible($[$$hWnd])
  4315.  
  4316. $(2)~_GUICtrlComboBoxEx_GetTopIndex
  4317. _GUICtrlComboBoxEx_GetTopIndex($[$$hWnd])
  4318.  
  4319. $(2)~_GUICtrlComboBoxEx_GetUnicode
  4320. _GUICtrlComboBoxEx_GetUnicode($[$$hWnd])
  4321.  
  4322. $(2)~_GUICtrlComboBoxEx_InitStorage
  4323. _GUICtrlComboBoxEx_InitStorage($[$$hWnd], $[$$iNum], $[$$iBytes])
  4324.  
  4325. $(2)~_GUICtrlComboBoxEx_InsertString
  4326. _GUICtrlComboBoxEx_InsertString($[$$hWnd], $[$$sText], $[$$iIndex = -1], $[$$iImage = -1], $[$$iSelectedImage = -1], $[$$iOverlayImage = -1], $[$$iIndent = -1], $[$$iParam = -1])
  4327.  
  4328. $(2)~_GUICtrlComboBoxEx_LimitText
  4329. _GUICtrlComboBoxEx_LimitText($[$$hWnd], $[$$iLimit = 0])
  4330.  
  4331. $(2)~_GUICtrlComboBoxEx_ReplaceEditSel
  4332. _GUICtrlComboBoxEx_ReplaceEditSel($[$$hWnd], $[$$sText])
  4333.  
  4334. $(2)~_GUICtrlComboBoxEx_ResetContent
  4335. _GUICtrlComboBoxEx_ResetContent($[$$hWnd])
  4336.  
  4337. $(2)~_GUICtrlComboBoxEx_SetCurSel
  4338. _GUICtrlComboBoxEx_SetCurSel($[$$hWnd], $[$$iIndex = -1])
  4339.  
  4340. $(2)~_GUICtrlComboBoxEx_SetDroppedWidth
  4341. _GUICtrlComboBoxEx_SetDroppedWidth($[$$hWnd], $[$$iWidth])
  4342.  
  4343. $(2)~_GUICtrlComboBoxEx_SetEditSel
  4344. _GUICtrlComboBoxEx_SetEditSel($[$$hWnd], $[$$iStart], $[$$iStop])
  4345.  
  4346. $(2)~_GUICtrlComboBoxEx_SetEditText
  4347. _GUICtrlComboBoxEx_SetEditText($[$$hWnd], $[$$sText])
  4348.  
  4349. $(2)~_GUICtrlComboBoxEx_SetExtendedStyle
  4350. _GUICtrlComboBoxEx_SetExtendedStyle($[$$hWnd], $[$$iExStyle], $[$$iExMask = 0])
  4351.  
  4352. $(2)~_GUICtrlComboBoxEx_SetExtendedUI
  4353. _GUICtrlComboBoxEx_SetExtendedUI($[$$hWnd], $[$$bExtended = False])
  4354.  
  4355. $(2)~_GUICtrlComboBoxEx_SetImageList
  4356. _GUICtrlComboBoxEx_SetImageList($[$$hWnd], $[$$hHandle])
  4357.  
  4358. $(2)~_GUICtrlComboBoxEx_SetItem
  4359. _GUICtrlComboBoxEx_SetItem($[$$hWnd], $[$$sText], $[$$iIndex = 0], $[$$iImage = -1], $[$$iSelectedImage = -1], $[$$iOverlayImage = -1], $[$$iIndent = -1], $[$$iParam = -1])
  4360.  
  4361. $(2)~_GUICtrlComboBoxEx_SetItemEx
  4362. _GUICtrlComboBoxEx_SetItemEx($[$$hWnd], $[ByRef $$tItem])
  4363.  
  4364. $(2)~_GUICtrlComboBoxEx_SetItemHeight
  4365. _GUICtrlComboBoxEx_SetItemHeight($[$$hWnd], $[$$iComponent], $[$$iHeight])
  4366.  
  4367. $(2)~_GUICtrlComboBoxEx_SetItemImage
  4368. _GUICtrlComboBoxEx_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage])
  4369.  
  4370. $(2)~_GUICtrlComboBoxEx_SetItemIndent
  4371. _GUICtrlComboBoxEx_SetItemIndent($[$$hWnd], $[$$iIndex], $[$$iIndent])
  4372.  
  4373. $(2)~_GUICtrlComboBoxEx_SetItemOverlayImage
  4374. _GUICtrlComboBoxEx_SetItemOverlayImage($[$$hWnd], $[$$iIndex], $[$$iImage])
  4375.  
  4376. $(2)~_GUICtrlComboBoxEx_SetItemParam
  4377. _GUICtrlComboBoxEx_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
  4378.  
  4379. $(2)~_GUICtrlComboBoxEx_SetItemSelectedImage
  4380. _GUICtrlComboBoxEx_SetItemSelectedImage($[$$hWnd], $[$$iIndex], $[$$iImage])
  4381.  
  4382. $(2)~_GUICtrlComboBoxEx_SetMinVisible
  4383. _GUICtrlComboBoxEx_SetMinVisible($[$$hWnd], $[$$iMinimum])
  4384.  
  4385. $(2)~_GUICtrlComboBoxEx_SetTopIndex
  4386. _GUICtrlComboBoxEx_SetTopIndex($[$$hWnd], $[$$iIndex])
  4387.  
  4388. $(2)~_GUICtrlComboBoxEx_SetUnicode
  4389. _GUICtrlComboBoxEx_SetUnicode($[$$hWnd], $[$$bUnicode = True])
  4390.  
  4391. $(2)~_GUICtrlComboBoxEx_ShowDropDown
  4392. _GUICtrlComboBoxEx_ShowDropDown($[$$hWnd], $[$$bShow = False])
  4393.  
  4394. $(2)~_GUICtrlDTP_Create
  4395. _GUICtrlDTP_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 120], $[$$iHeight = 21], $[$$iStyle = 0x00000000], $[$$iExStyle = 0x00000000])
  4396.  
  4397. $(2)~_GUICtrlDTP_Destroy
  4398. _GUICtrlDTP_Destroy($[ByRef $$hWnd])
  4399.  
  4400. $(2)~_GUICtrlDTP_GetMCColor
  4401. _GUICtrlDTP_GetMCColor($[$$hWnd], $[$$iIndex])
  4402.  
  4403. $(2)~_GUICtrlDTP_GetMCFont
  4404. _GUICtrlDTP_GetMCFont($[$$hWnd])
  4405.  
  4406. $(2)~_GUICtrlDTP_GetMonthCal
  4407. _GUICtrlDTP_GetMonthCal($[$$hWnd])
  4408.  
  4409. $(2)~_GUICtrlDTP_GetRange
  4410. _GUICtrlDTP_GetRange($[$$hWnd])
  4411.  
  4412. $(2)~_GUICtrlDTP_GetRangeEx
  4413. _GUICtrlDTP_GetRangeEx($[$$hWnd])
  4414.  
  4415. $(2)~_GUICtrlDTP_GetSystemTime
  4416. _GUICtrlDTP_GetSystemTime($[$$hWnd])
  4417.  
  4418. $(2)~_GUICtrlDTP_GetSystemTimeEx
  4419. _GUICtrlDTP_GetSystemTimeEx($[$$hWnd])
  4420.  
  4421. $(2)~_GUICtrlDTP_SetFormat
  4422. _GUICtrlDTP_SetFormat($[$$hWnd], $[$$sFormat])
  4423.  
  4424. $(2)~_GUICtrlDTP_SetMCColor
  4425. _GUICtrlDTP_SetMCColor($[$$hWnd], $[$$iIndex], $[$$iColor])
  4426.  
  4427. $(2)~_GUICtrlDTP_SetMCFont
  4428. _GUICtrlDTP_SetMCFont($[$$hWnd], $[$$hFont], $[$$bRedraw = True])
  4429.  
  4430. $(2)~_GUICtrlDTP_SetRange
  4431. _GUICtrlDTP_SetRange($[$$hWnd], $[ByRef $$aRange])
  4432.  
  4433. $(2)~_GUICtrlDTP_SetRangeEx
  4434. _GUICtrlDTP_SetRangeEx($[$$hWnd], $[ByRef $$tRange])
  4435.  
  4436. $(2)~_GUICtrlDTP_SetSystemTime
  4437. _GUICtrlDTP_SetSystemTime($[$$hWnd], $[ByRef $$aDate])
  4438.  
  4439. $(2)~_GUICtrlDTP_SetSystemTimeEx
  4440. _GUICtrlDTP_SetSystemTimeEx($[$$hWnd], $[ByRef $$tDate], $[$$bFlag = False])
  4441.  
  4442. $(2)~_GUICtrlEdit_AppendText
  4443. _GUICtrlEdit_AppendText($[$$hWnd], $[$$sText])
  4444.  
  4445. $(2)~_GUICtrlEdit_BeginUpdate
  4446. _GUICtrlEdit_BeginUpdate($[$$hWnd])
  4447.  
  4448. $(2)~_GUICtrlEdit_CanUndo
  4449. _GUICtrlEdit_CanUndo($[$$hWnd])
  4450.  
  4451. $(2)~_GUICtrlEdit_CharFromPos
  4452. _GUICtrlEdit_CharFromPos($[$$hWnd], $[$$iX], $[$$iY])
  4453.  
  4454. $(2)~_GUICtrlEdit_Create
  4455. _GUICtrlEdit_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x003010C4], $[$$iExStyle = 0x00000200])
  4456.  
  4457. $(2)~_GUICtrlEdit_Destroy
  4458. _GUICtrlEdit_Destroy($[ByRef $$hWnd])
  4459.  
  4460. $(2)~_GUICtrlEdit_EmptyUndoBuffer
  4461. _GUICtrlEdit_EmptyUndoBuffer($[$$hWnd])
  4462.  
  4463. $(2)~_GUICtrlEdit_EndUpdate
  4464. _GUICtrlEdit_EndUpdate($[$$hWnd])
  4465.  
  4466. $(2)~_GUICtrlEdit_Find
  4467. _GUICtrlEdit_Find($[$$hWnd], $[$$bReplace = False])
  4468.  
  4469. $(2)~_GUICtrlEdit_FmtLines
  4470. _GUICtrlEdit_FmtLines($[$$hWnd], $[$$bSoftBreak = False])
  4471.  
  4472. $(2)~_GUICtrlEdit_GetCueBanner
  4473. _GUICtrlEdit_GetCueBanner($[$$hWnd])
  4474.  
  4475. $(2)~_GUICtrlEdit_GetFirstVisibleLine
  4476. _GUICtrlEdit_GetFirstVisibleLine($[$$hWnd])
  4477.  
  4478. $(2)~_GUICtrlEdit_GetLimitText
  4479. _GUICtrlEdit_GetLimitText($[$$hWnd])
  4480.  
  4481. $(2)~_GUICtrlEdit_GetLine
  4482. _GUICtrlEdit_GetLine($[$$hWnd], $[$$iLine])
  4483.  
  4484. $(2)~_GUICtrlEdit_GetLineCount
  4485. _GUICtrlEdit_GetLineCount($[$$hWnd])
  4486.  
  4487. $(2)~_GUICtrlEdit_GetMargins
  4488. _GUICtrlEdit_GetMargins($[$$hWnd])
  4489.  
  4490. $(2)~_GUICtrlEdit_GetModify
  4491. _GUICtrlEdit_GetModify($[$$hWnd])
  4492.  
  4493. $(2)~_GUICtrlEdit_GetPasswordChar
  4494. _GUICtrlEdit_GetPasswordChar($[$$hWnd])
  4495.  
  4496. $(2)~_GUICtrlEdit_GetRECT
  4497. _GUICtrlEdit_GetRECT($[$$hWnd])
  4498.  
  4499. $(2)~_GUICtrlEdit_GetRECTEx
  4500. _GUICtrlEdit_GetRECTEx($[$$hWnd])
  4501.  
  4502. $(2)~_GUICtrlEdit_GetSel
  4503. _GUICtrlEdit_GetSel($[$$hWnd])
  4504.  
  4505. $(2)~_GUICtrlEdit_GetText
  4506. _GUICtrlEdit_GetText($[$$hWnd])
  4507.  
  4508. $(2)~_GUICtrlEdit_GetTextLen
  4509. _GUICtrlEdit_GetTextLen($[$$hWnd])
  4510.  
  4511. $(2)~_GUICtrlEdit_HideBalloonTip
  4512. _GUICtrlEdit_HideBalloonTip($[$$hWnd])
  4513.  
  4514. $(2)~_GUICtrlEdit_InsertText
  4515. _GUICtrlEdit_InsertText($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4516.  
  4517. $(2)~_GUICtrlEdit_LineFromChar
  4518. _GUICtrlEdit_LineFromChar($[$$hWnd], $[$$iIndex = -1])
  4519.  
  4520. $(2)~_GUICtrlEdit_LineIndex
  4521. _GUICtrlEdit_LineIndex($[$$hWnd], $[$$iIndex = -1])
  4522.  
  4523. $(2)~_GUICtrlEdit_LineLength
  4524. _GUICtrlEdit_LineLength($[$$hWnd], $[$$iIndex = -1])
  4525.  
  4526. $(2)~_GUICtrlEdit_LineScroll
  4527. _GUICtrlEdit_LineScroll($[$$hWnd], $[$$iHoriz], $[$$iVert])
  4528.  
  4529. $(2)~_GUICtrlEdit_PosFromChar
  4530. _GUICtrlEdit_PosFromChar($[$$hWnd], $[$$iIndex])
  4531.  
  4532. $(2)~_GUICtrlEdit_ReplaceSel
  4533. _GUICtrlEdit_ReplaceSel($[$$hWnd], $[$$sText], $[$$bUndo = True])
  4534.  
  4535. $(2)~_GUICtrlEdit_Scroll
  4536. _GUICtrlEdit_Scroll($[$$hWnd], $[$$iDirection])
  4537.  
  4538. $(2)~_GUICtrlEdit_SetCueBanner
  4539. _GUICtrlEdit_SetCueBanner($[$$hWnd], $[$$sText], $[$$bOnFocus = False])
  4540.  
  4541. $(2)~_GUICtrlEdit_SetLimitText
  4542. _GUICtrlEdit_SetLimitText($[$$hWnd], $[$$iLimit])
  4543.  
  4544. $(2)~_GUICtrlEdit_SetMargins
  4545. _GUICtrlEdit_SetMargins($[$$hWnd], $[$$iMargin = 0x1], $[$$iLeft = 0xFFFF], $[$$iRight = 0xFFFF])
  4546.  
  4547. $(2)~_GUICtrlEdit_SetModify
  4548. _GUICtrlEdit_SetModify($[$$hWnd], $[$$bModified])
  4549.  
  4550. $(2)~_GUICtrlEdit_SetPasswordChar
  4551. _GUICtrlEdit_SetPasswordChar($[$$hWnd], $[$$sDisplayChar = "0"])
  4552.  
  4553. $(2)~_GUICtrlEdit_SetReadOnly
  4554. _GUICtrlEdit_SetReadOnly($[$$hWnd], $[$$bReadOnly])
  4555.  
  4556. $(2)~_GUICtrlEdit_SetRECT
  4557. _GUICtrlEdit_SetRECT($[$$hWnd], $[$$aRect])
  4558.  
  4559. $(2)~_GUICtrlEdit_SetRECTEx
  4560. _GUICtrlEdit_SetRECTEx($[$$hWnd], $[$$tRECT])
  4561.  
  4562. $(2)~_GUICtrlEdit_SetRECTNP
  4563. _GUICtrlEdit_SetRECTNP($[$$hWnd], $[$$aRect])
  4564.  
  4565. $(2)~_GUICtrlEdit_SetRectNPEx
  4566. _GUICtrlEdit_SetRectNPEx($[$$hWnd], $[$$tRECT])
  4567.  
  4568. $(2)~_GUICtrlEdit_SetSel
  4569. _GUICtrlEdit_SetSel($[$$hWnd], $[$$iStart], $[$$iEnd])
  4570.  
  4571. $(2)~_GUICtrlEdit_SetTabStops
  4572. _GUICtrlEdit_SetTabStops($[$$hWnd], $[$$aTabStops])
  4573.  
  4574. $(2)~_GUICtrlEdit_SetText
  4575. _GUICtrlEdit_SetText($[$$hWnd], $[$$sText])
  4576.  
  4577. $(2)~_GUICtrlEdit_ShowBalloonTip
  4578. _GUICtrlEdit_ShowBalloonTip($[$$hWnd], $[$$sTitle], $[$$sText], $[$$iIcon])
  4579.  
  4580. $(2)~_GUICtrlEdit_Undo
  4581. _GUICtrlEdit_Undo($[$$hWnd])
  4582.  
  4583. $(2)~_GUICtrlHeader_AddItem
  4584. _GUICtrlHeader_AddItem($[$$hWnd], $[$$sText], $[$$iWidth = 50], $[$$iAlign = 0], $[$$iImage = -1], $[$$bOnRight = False])
  4585.  
  4586. $(2)~_GUICtrlHeader_ClearFilter
  4587. _GUICtrlHeader_ClearFilter($[$$hWnd], $[$$iIndex])
  4588.  
  4589. $(2)~_GUICtrlHeader_ClearFilterAll
  4590. _GUICtrlHeader_ClearFilterAll($[$$hWnd])
  4591.  
  4592. $(2)~_GUICtrlHeader_Create
  4593. _GUICtrlHeader_Create($[$$hWnd], $[$$iStyle = 0x00000046])
  4594.  
  4595. $(2)~_GUICtrlHeader_CreateDragImage
  4596. _GUICtrlHeader_CreateDragImage($[$$hWnd], $[$$iIndex])
  4597.  
  4598. $(2)~_GUICtrlHeader_DeleteItem
  4599. _GUICtrlHeader_DeleteItem($[$$hWnd], $[$$iIndex])
  4600.  
  4601. $(2)~_GUICtrlHeader_Destroy
  4602. _GUICtrlHeader_Destroy($[ByRef $$hWnd])
  4603.  
  4604. $(2)~_GUICtrlHeader_EditFilter
  4605. _GUICtrlHeader_EditFilter($[$$hWnd], $[$$iIndex], $[$$bDiscard = True])
  4606.  
  4607. $(2)~_GUICtrlHeader_GetBitmapMargin
  4608. _GUICtrlHeader_GetBitmapMargin($[$$hWnd])
  4609.  
  4610. $(2)~_GUICtrlHeader_GetImageList
  4611. _GUICtrlHeader_GetImageList($[$$hWnd])
  4612.  
  4613. $(2)~_GUICtrlHeader_GetItem
  4614. _GUICtrlHeader_GetItem($[$$hWnd], $[$$iIndex], $[ByRef $$tItem])
  4615.  
  4616. $(2)~_GUICtrlHeader_GetItemAlign
  4617. _GUICtrlHeader_GetItemAlign($[$$hWnd], $[$$iIndex])
  4618.  
  4619. $(2)~_GUICtrlHeader_GetItemBitmap
  4620. _GUICtrlHeader_GetItemBitmap($[$$hWnd], $[$$iIndex])
  4621.  
  4622. $(2)~_GUICtrlHeader_GetItemCount
  4623. _GUICtrlHeader_GetItemCount($[$$hWnd])
  4624.  
  4625. $(2)~_GUICtrlHeader_GetItemDisplay
  4626. _GUICtrlHeader_GetItemDisplay($[$$hWnd], $[$$iIndex])
  4627.  
  4628. $(2)~_GUICtrlHeader_GetItemFlags
  4629. _GUICtrlHeader_GetItemFlags($[$$hWnd], $[$$iIndex])
  4630.  
  4631. $(2)~_GUICtrlHeader_GetItemFormat
  4632. _GUICtrlHeader_GetItemFormat($[$$hWnd], $[$$iIndex])
  4633.  
  4634. $(2)~_GUICtrlHeader_GetItemImage
  4635. _GUICtrlHeader_GetItemImage($[$$hWnd], $[$$iIndex])
  4636.  
  4637. $(2)~_GUICtrlHeader_GetItemOrder
  4638. _GUICtrlHeader_GetItemOrder($[$$hWnd], $[$$iIndex])
  4639.  
  4640. $(2)~_GUICtrlHeader_GetItemParam
  4641. _GUICtrlHeader_GetItemParam($[$$hWnd], $[$$iIndex])
  4642.  
  4643. $(2)~_GUICtrlHeader_GetItemRect
  4644. _GUICtrlHeader_GetItemRect($[$$hWnd], $[$$iIndex])
  4645.  
  4646. $(2)~_GUICtrlHeader_GetItemRectEx
  4647. _GUICtrlHeader_GetItemRectEx($[$$hWnd], $[$$iIndex])
  4648.  
  4649. $(2)~_GUICtrlHeader_GetItemText
  4650. _GUICtrlHeader_GetItemText($[$$hWnd], $[$$iIndex])
  4651.  
  4652. $(2)~_GUICtrlHeader_GetItemWidth
  4653. _GUICtrlHeader_GetItemWidth($[$$hWnd], $[$$iIndex])
  4654.  
  4655. $(2)~_GUICtrlHeader_GetOrderArray
  4656. _GUICtrlHeader_GetOrderArray($[$$hWnd])
  4657.  
  4658. $(2)~_GUICtrlHeader_GetUnicodeFormat
  4659. _GUICtrlHeader_GetUnicodeFormat($[$$hWnd])
  4660.  
  4661. $(2)~_GUICtrlHeader_HitTest
  4662. _GUICtrlHeader_HitTest($[$$hWnd], $[$$iX], $[$$iY])
  4663.  
  4664. $(2)~_GUICtrlHeader_InsertItem
  4665. _GUICtrlHeader_InsertItem($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iWidth = 50], $[$$iAlign = 0], $[$$iImage = -1], $[$$bOnRight = False])
  4666.  
  4667. $(2)~_GUICtrlHeader_Layout
  4668. _GUICtrlHeader_Layout($[$$hWnd], $[ByRef $$tRECT])
  4669.  
  4670. $(2)~_GUICtrlHeader_OrderToIndex
  4671. _GUICtrlHeader_OrderToIndex($[$$hWnd], $[$$iOrder])
  4672.  
  4673. $(2)~_GUICtrlHeader_SetBitmapMargin
  4674. _GUICtrlHeader_SetBitmapMargin($[$$hWnd], $[$$iWidth])
  4675.  
  4676. $(2)~_GUICtrlHeader_SetFilterChangeTimeout
  4677. _GUICtrlHeader_SetFilterChangeTimeout($[$$hWnd], $[$$iTimeOut])
  4678.  
  4679. $(2)~_GUICtrlHeader_SetHotDivider
  4680. _GUICtrlHeader_SetHotDivider($[$$hWnd], $[$$iFlag], $[$$iInputValue])
  4681.  
  4682. $(2)~_GUICtrlHeader_SetImageList
  4683. _GUICtrlHeader_SetImageList($[$$hWnd], $[$$hImage])
  4684.  
  4685. $(2)~_GUICtrlHeader_SetItem
  4686. _GUICtrlHeader_SetItem($[$$hWnd], $[$$iIndex], $[ByRef $$tItem])
  4687.  
  4688. $(2)~_GUICtrlHeader_SetItemAlign
  4689. _GUICtrlHeader_SetItemAlign($[$$hWnd], $[$$iIndex], $[$$iAlign])
  4690.  
  4691. $(2)~_GUICtrlHeader_SetItemBitmap
  4692. _GUICtrlHeader_SetItemBitmap($[$$hWnd], $[$$iIndex], $[$$hBitmap])
  4693.  
  4694. $(2)~_GUICtrlHeader_SetItemDisplay
  4695. _GUICtrlHeader_SetItemDisplay($[$$hWnd], $[$$iIndex], $[$$iDisplay])
  4696.  
  4697. $(2)~_GUICtrlHeader_SetItemFlags
  4698. _GUICtrlHeader_SetItemFlags($[$$hWnd], $[$$iIndex], $[$$iFlags])
  4699.  
  4700. $(2)~_GUICtrlHeader_SetItemFormat
  4701. _GUICtrlHeader_SetItemFormat($[$$hWnd], $[$$iIndex], $[$$iFormat])
  4702.  
  4703. $(2)~_GUICtrlHeader_SetItemImage
  4704. _GUICtrlHeader_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage])
  4705.  
  4706. $(2)~_GUICtrlHeader_SetItemOrder
  4707. _GUICtrlHeader_SetItemOrder($[$$hWnd], $[$$iIndex], $[$$iOrder])
  4708.  
  4709. $(2)~_GUICtrlHeader_SetItemParam
  4710. _GUICtrlHeader_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
  4711.  
  4712. $(2)~_GUICtrlHeader_SetItemText
  4713. _GUICtrlHeader_SetItemText($[$$hWnd], $[$$iIndex], $[$$sText])
  4714.  
  4715. $(2)~_GUICtrlHeader_SetItemWidth
  4716. _GUICtrlHeader_SetItemWidth($[$$hWnd], $[$$iIndex], $[$$iWidth])
  4717.  
  4718. $(2)~_GUICtrlHeader_SetOrderArray
  4719. _GUICtrlHeader_SetOrderArray($[$$hWnd], $[ByRef $$aOrder])
  4720.  
  4721. $(2)~_GUICtrlHeader_SetUnicodeFormat
  4722. _GUICtrlHeader_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
  4723.  
  4724. $(2)~_GUICtrlIpAddress_ClearAddress
  4725. _GUICtrlIpAddress_ClearAddress($[$$hWnd])
  4726.  
  4727. $(2)~_GUICtrlIpAddress_Create
  4728. _GUICtrlIpAddress_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 125], $[$$iHeight = 25], $[$$iStyles = 0x00000000], $[$$iExstyles = 0x00000000])
  4729.  
  4730. $(2)~_GUICtrlIpAddress_Destroy
  4731. _GUICtrlIpAddress_Destroy($[ByRef $$hWnd])
  4732.  
  4733. $(2)~_GUICtrlIpAddress_Get
  4734. _GUICtrlIpAddress_Get($[$$hWnd])
  4735.  
  4736. $(2)~_GUICtrlIpAddress_GetArray
  4737. _GUICtrlIpAddress_GetArray($[$$hWnd])
  4738.  
  4739. $(2)~_GUICtrlIpAddress_GetEx
  4740. _GUICtrlIpAddress_GetEx($[$$hWnd])
  4741.  
  4742. $(2)~_GUICtrlIpAddress_IsBlank
  4743. _GUICtrlIpAddress_IsBlank($[$$hWnd])
  4744.  
  4745. $(2)~_GUICtrlIpAddress_Set
  4746. _GUICtrlIpAddress_Set($[$$hWnd], $[$$sAddress])
  4747.  
  4748. $(2)~_GUICtrlIpAddress_SetArray
  4749. _GUICtrlIpAddress_SetArray($[$$hWnd], $[$$aAddress])
  4750.  
  4751. $(2)~_GUICtrlIpAddress_SetEx
  4752. _GUICtrlIpAddress_SetEx($[$$hWnd], $[$$tIP])
  4753.  
  4754. $(2)~_GUICtrlIpAddress_SetFocus
  4755. _GUICtrlIpAddress_SetFocus($[$$hWnd], $[$$iIndex])
  4756.  
  4757. $(2)~_GUICtrlIpAddress_SetFont
  4758. _GUICtrlIpAddress_SetFont($[$$hWnd], $[$$sFaceName = "Arial"], $[$$iFontSize = 12], $[$$iFontWeight = 400], $[$$bFontItalic = False])
  4759.  
  4760. $(2)~_GUICtrlIpAddress_SetRange
  4761. _GUICtrlIpAddress_SetRange($[$$hWnd], $[$$iIndex], $[$$iLowRange = 0], $[$$iHighRange = 255])
  4762.  
  4763. $(2)~_GUICtrlIpAddress_ShowHide
  4764. _GUICtrlIpAddress_ShowHide($[$$hWnd], $[$$iState])
  4765.  
  4766. $(2)~_GUICtrlListBox_AddFile
  4767. _GUICtrlListBox_AddFile($[$$hWnd], $[$$sFilePath])
  4768.  
  4769. $(2)~_GUICtrlListBox_AddString
  4770. _GUICtrlListBox_AddString($[$$hWnd], $[$$sText])
  4771.  
  4772. $(2)~_GUICtrlListBox_BeginUpdate
  4773. _GUICtrlListBox_BeginUpdate($[$$hWnd])
  4774.  
  4775. $(2)~_GUICtrlListBox_ClickItem
  4776. _GUICtrlListBox_ClickItem($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 0])
  4777.  
  4778. $(2)~_GUICtrlListBox_Create
  4779. _GUICtrlListBox_Create($[$$hWnd], $[$$sText], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 200], $[$$iStyle = 0x00B00002], $[$$iExStyle = 0x00000200])
  4780.  
  4781. $(2)~_GUICtrlListBox_DeleteString
  4782. _GUICtrlListBox_DeleteString($[$$hWnd], $[$$iIndex])
  4783.  
  4784. $(2)~_GUICtrlListBox_Destroy
  4785. _GUICtrlListBox_Destroy($[ByRef $$hWnd])
  4786.  
  4787. $(2)~_GUICtrlListBox_Dir
  4788. _GUICtrlListBox_Dir($[$$hWnd], $[$$sFilePath], $[$$iAttributes = 0], $[$$bBrackets = True])
  4789.  
  4790. $(2)~_GUICtrlListBox_EndUpdate
  4791. _GUICtrlListBox_EndUpdate($[$$hWnd])
  4792.  
  4793. $(2)~_GUICtrlListBox_FindInText
  4794. _GUICtrlListBox_FindInText($[$$hWnd], $[$$sText], $[$$iStart = -1], $[$$bWrapOK = True])
  4795.  
  4796. $(2)~_GUICtrlListBox_FindString
  4797. _GUICtrlListBox_FindString($[$$hWnd], $[$$sText], $[$$bExact = False])
  4798.  
  4799. $(2)~_GUICtrlListBox_GetAnchorIndex
  4800. _GUICtrlListBox_GetAnchorIndex($[$$hWnd])
  4801.  
  4802. $(2)~_GUICtrlListBox_GetCaretIndex
  4803. _GUICtrlListBox_GetCaretIndex($[$$hWnd])
  4804.  
  4805. $(2)~_GUICtrlListBox_GetCount
  4806. _GUICtrlListBox_GetCount($[$$hWnd])
  4807.  
  4808. $(2)~_GUICtrlListBox_GetCurSel
  4809. _GUICtrlListBox_GetCurSel($[$$hWnd])
  4810.  
  4811. $(2)~_GUICtrlListBox_GetHorizontalExtent
  4812. _GUICtrlListBox_GetHorizontalExtent($[$$hWnd])
  4813.  
  4814. $(2)~_GUICtrlListBox_GetItemData
  4815. _GUICtrlListBox_GetItemData($[$$hWnd], $[$$iIndex])
  4816.  
  4817. $(2)~_GUICtrlListBox_GetItemHeight
  4818. _GUICtrlListBox_GetItemHeight($[$$hWnd])
  4819.  
  4820. $(2)~_GUICtrlListBox_GetItemRect
  4821. _GUICtrlListBox_GetItemRect($[$$hWnd], $[$$iIndex])
  4822.  
  4823. $(2)~_GUICtrlListBox_GetItemRectEx
  4824. _GUICtrlListBox_GetItemRectEx($[$$hWnd], $[$$iIndex])
  4825.  
  4826. $(2)~_GUICtrlListBox_GetListBoxInfo
  4827. _GUICtrlListBox_GetListBoxInfo($[$$hWnd])
  4828.  
  4829. $(2)~_GUICtrlListBox_GetLocale
  4830. _GUICtrlListBox_GetLocale($[$$hWnd])
  4831.  
  4832. $(2)~_GUICtrlListBox_GetLocaleCountry
  4833. _GUICtrlListBox_GetLocaleCountry($[$$hWnd])
  4834.  
  4835. $(2)~_GUICtrlListBox_GetLocaleLang
  4836. _GUICtrlListBox_GetLocaleLang($[$$hWnd])
  4837.  
  4838. $(2)~_GUICtrlListBox_GetLocalePrimLang
  4839. _GUICtrlListBox_GetLocalePrimLang($[$$hWnd])
  4840.  
  4841. $(2)~_GUICtrlListBox_GetLocaleSubLang
  4842. _GUICtrlListBox_GetLocaleSubLang($[$$hWnd])
  4843.  
  4844. $(2)~_GUICtrlListBox_GetSel
  4845. _GUICtrlListBox_GetSel($[$$hWnd], $[$$iIndex])
  4846.  
  4847. $(2)~_GUICtrlListBox_GetSelCount
  4848. _GUICtrlListBox_GetSelCount($[$$hWnd])
  4849.  
  4850. $(2)~_GUICtrlListBox_GetSelItems
  4851. _GUICtrlListBox_GetSelItems($[$$hWnd])
  4852.  
  4853. $(2)~_GUICtrlListBox_GetSelItemsText
  4854. _GUICtrlListBox_GetSelItemsText($[$$hWnd])
  4855.  
  4856. $(2)~_GUICtrlListBox_GetText
  4857. _GUICtrlListBox_GetText($[$$hWnd], $[$$iIndex])
  4858.  
  4859. $(2)~_GUICtrlListBox_GetTextLen
  4860. _GUICtrlListBox_GetTextLen($[$$hWnd], $[$$iIndex])
  4861.  
  4862. $(2)~_GUICtrlListBox_GetTopIndex
  4863. _GUICtrlListBox_GetTopIndex($[$$hWnd])
  4864.  
  4865. $(2)~_GUICtrlListBox_InitStorage
  4866. _GUICtrlListBox_InitStorage($[$$hWnd], $[$$iItems], $[$$iBytes])
  4867.  
  4868. $(2)~_GUICtrlListBox_InsertString
  4869. _GUICtrlListBox_InsertString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4870.  
  4871. $(2)~_GUICtrlListBox_ItemFromPoint
  4872. _GUICtrlListBox_ItemFromPoint($[$$hWnd], $[$$iX], $[$$iY])
  4873.  
  4874. $(2)~_GUICtrlListBox_ReplaceString
  4875. _GUICtrlListBox_ReplaceString($[$$hWnd], $[$$iIndex], $[$$sText])
  4876.  
  4877. $(2)~_GUICtrlListBox_ResetContent
  4878. _GUICtrlListBox_ResetContent($[$$hWnd])
  4879.  
  4880. $(2)~_GUICtrlListBox_SelectString
  4881. _GUICtrlListBox_SelectString($[$$hWnd], $[$$sText], $[$$iIndex = -1])
  4882.  
  4883. $(2)~_GUICtrlListBox_SelItemRange
  4884. _GUICtrlListBox_SelItemRange($[$$hWnd], $[$$iFirst], $[$$iLast], $[$$bSelect = True])
  4885.  
  4886. $(2)~_GUICtrlListBox_SelItemRangeEx
  4887. _GUICtrlListBox_SelItemRangeEx($[$$hWnd], $[$$iFirst], $[$$iLast])
  4888.  
  4889. $(2)~_GUICtrlListBox_SetAnchorIndex
  4890. _GUICtrlListBox_SetAnchorIndex($[$$hWnd], $[$$iIndex])
  4891.  
  4892. $(2)~_GUICtrlListBox_SetCaretIndex
  4893. _GUICtrlListBox_SetCaretIndex($[$$hWnd], $[$$iIndex], $[$$bPartial = False])
  4894.  
  4895. $(2)~_GUICtrlListBox_SetColumnWidth
  4896. _GUICtrlListBox_SetColumnWidth($[$$hWnd], $[$$iWidth])
  4897.  
  4898. $(2)~_GUICtrlListBox_SetCurSel
  4899. _GUICtrlListBox_SetCurSel($[$$hWnd], $[$$iIndex])
  4900.  
  4901. $(2)~_GUICtrlListBox_SetHorizontalExtent
  4902. _GUICtrlListBox_SetHorizontalExtent($[$$hWnd], $[$$iWidth])
  4903.  
  4904. $(2)~_GUICtrlListBox_SetItemData
  4905. _GUICtrlListBox_SetItemData($[$$hWnd], $[$$iIndex], $[$$iValue])
  4906.  
  4907. $(2)~_GUICtrlListBox_SetItemHeight
  4908. _GUICtrlListBox_SetItemHeight($[$$hWnd], $[$$iHeight], $[$$iIndex = 0])
  4909.  
  4910. $(2)~_GUICtrlListBox_SetLocale
  4911. _GUICtrlListBox_SetLocale($[$$hWnd], $[$$iLocal])
  4912.  
  4913. $(2)~_GUICtrlListBox_SetSel
  4914. _GUICtrlListBox_SetSel($[$$hWnd], $[$$iIndex = -1], $[$$iSelect = -1])
  4915.  
  4916. $(2)~_GUICtrlListBox_SetTabStops
  4917. _GUICtrlListBox_SetTabStops($[$$hWnd], $[$$aTabStops])
  4918.  
  4919. $(2)~_GUICtrlListBox_SetTopIndex
  4920. _GUICtrlListBox_SetTopIndex($[$$hWnd], $[$$iIndex])
  4921.  
  4922. $(2)~_GUICtrlListBox_Sort
  4923. _GUICtrlListBox_Sort($[$$hWnd])
  4924.  
  4925. $(2)~_GUICtrlListBox_SwapString
  4926. _GUICtrlListBox_SwapString($[$$hWnd], $[$$iIndexA], $[$$iIndexB])
  4927.  
  4928. $(2)~_GUICtrlListBox_UpdateHScroll
  4929. _GUICtrlListBox_UpdateHScroll($[$$hWnd])
  4930.  
  4931. $(2)~_GUICtrlListView_AddArray
  4932. _GUICtrlListView_AddArray($[$$hWnd], $[ByRef $$aItems])
  4933.  
  4934. $(2)~_GUICtrlListView_AddColumn
  4935. _GUICtrlListView_AddColumn($[$$hWnd], $[$$sText], $[$$iWidth = 50], $[$$iAlign = -1], $[$$iImage = -1], $[$$bOnRight = False])
  4936.  
  4937. $(2)~_GUICtrlListView_AddItem
  4938. _GUICtrlListView_AddItem($[$$hWnd], $[$$sText], $[$$iImage = -1], $[$$iParam = 0])
  4939.  
  4940. $(2)~_GUICtrlListView_AddSubItem
  4941. _GUICtrlListView_AddSubItem($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iSubItem], $[$$iImage = -1])
  4942.  
  4943. $(2)~_GUICtrlListView_ApproximateViewHeight
  4944. _GUICtrlListView_ApproximateViewHeight($[$$hWnd], $[$$iCount = -1], $[$$iCX = -1], $[$$iCY = -1])
  4945.  
  4946. $(2)~_GUICtrlListView_ApproximateViewRect
  4947. _GUICtrlListView_ApproximateViewRect($[$$hWnd], $[$$iCount = -1], $[$$iCX = -1], $[$$iCY = -1])
  4948.  
  4949. $(2)~_GUICtrlListView_ApproximateViewWidth
  4950. _GUICtrlListView_ApproximateViewWidth($[$$hWnd], $[$$iCount = -1], $[$$iCX = -1], $[$$iCY = -1])
  4951.  
  4952. $(2)~_GUICtrlListView_Arrange
  4953. _GUICtrlListView_Arrange($[$$hWnd], $[$$iArrange = 0])
  4954.  
  4955. $(2)~_GUICtrlListView_BeginUpdate
  4956. _GUICtrlListView_BeginUpdate($[$$hWnd])
  4957.  
  4958. $(2)~_GUICtrlListView_CancelEditLabel
  4959. _GUICtrlListView_CancelEditLabel($[$$hWnd])
  4960.  
  4961. $(2)~_GUICtrlListView_ClickItem
  4962. _GUICtrlListView_ClickItem($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
  4963.  
  4964. $(2)~_GUICtrlListView_CopyItems
  4965. _GUICtrlListView_CopyItems($[$$hWnd_Source], $[$$hWnd_Destination], $[$$bDelFlag = False])
  4966.  
  4967. $(2)~_GUICtrlListView_Create
  4968. _GUICtrlListView_Create($[$$hWnd], $[$$sHeaderText], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x0000000D], $[$$iExStyle = 0x00000000], $[$$bCoInit = False])
  4969.  
  4970. $(2)~_GUICtrlListView_CreateDragImage
  4971. _GUICtrlListView_CreateDragImage($[$$hWnd], $[$$iIndex])
  4972.  
  4973. $(2)~_GUICtrlListView_CreateSolidBitMap
  4974. _GUICtrlListView_CreateSolidBitMap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight])
  4975.  
  4976. $(2)~_GUICtrlListView_DeleteAllItems
  4977. _GUICtrlListView_DeleteAllItems($[$$hWnd])
  4978.  
  4979. $(2)~_GUICtrlListView_DeleteColumn
  4980. _GUICtrlListView_DeleteColumn($[$$hWnd], $[$$iCol])
  4981.  
  4982. $(2)~_GUICtrlListView_DeleteItem
  4983. _GUICtrlListView_DeleteItem($[$$hWnd], $[$$iIndex])
  4984.  
  4985. $(2)~_GUICtrlListView_DeleteItemsSelected
  4986. _GUICtrlListView_DeleteItemsSelected($[$$hWnd])
  4987.  
  4988. $(2)~_GUICtrlListView_Destroy
  4989. _GUICtrlListView_Destroy($[ByRef $$hWnd])
  4990.  
  4991. $(2)~_GUICtrlListView_DrawDragImage
  4992. _GUICtrlListView_DrawDragImage($[ByRef $$hWnd], $[ByRef $$aDrag])
  4993.  
  4994. $(2)~_GUICtrlListView_EditLabel
  4995. _GUICtrlListView_EditLabel($[$$hWnd], $[$$iIndex])
  4996.  
  4997. $(2)~_GUICtrlListView_EnableGroupView
  4998. _GUICtrlListView_EnableGroupView($[$$hWnd], $[$$bEnable = True])
  4999.  
  5000. $(2)~_GUICtrlListView_EndUpdate
  5001. _GUICtrlListView_EndUpdate($[$$hWnd])
  5002.  
  5003. $(2)~_GUICtrlListView_EnsureVisible
  5004. _GUICtrlListView_EnsureVisible($[$$hWnd], $[$$iIndex], $[$$bPartialOK = False])
  5005.  
  5006. $(2)~_GUICtrlListView_FindInText
  5007. _GUICtrlListView_FindInText($[$$hWnd], $[$$sText], $[$$iStart = -1], $[$$bWrapOK = True], $[$$bReverse = False])
  5008.  
  5009. $(2)~_GUICtrlListView_FindItem
  5010. _GUICtrlListView_FindItem($[$$hWnd], $[$$iStart], $[ByRef $$tFindInfo], $[$$sText = ""])
  5011.  
  5012. $(2)~_GUICtrlListView_FindNearest
  5013. _GUICtrlListView_FindNearest($[$$hWnd], $[$$iX], $[$$iY], $[$$iDir = 0], $[$$iStart = -1], $[$$bWrapOK = True])
  5014.  
  5015. $(2)~_GUICtrlListView_FindParam
  5016. _GUICtrlListView_FindParam($[$$hWnd], $[$$iParam], $[$$iStart = -1])
  5017.  
  5018. $(2)~_GUICtrlListView_FindText
  5019. _GUICtrlListView_FindText($[$$hWnd], $[$$sText], $[$$iStart = -1], $[$$bPartialOK = True], $[$$bWrapOK = True])
  5020.  
  5021. $(2)~_GUICtrlListView_GetBkColor
  5022. _GUICtrlListView_GetBkColor($[$$hWnd])
  5023.  
  5024. $(2)~_GUICtrlListView_GetBkImage
  5025. _GUICtrlListView_GetBkImage($[$$hWnd])
  5026.  
  5027. $(2)~_GUICtrlListView_GetCallbackMask
  5028. _GUICtrlListView_GetCallbackMask($[$$hWnd])
  5029.  
  5030. $(2)~_GUICtrlListView_GetColumn
  5031. _GUICtrlListView_GetColumn($[$$hWnd], $[$$iIndex])
  5032.  
  5033. $(2)~_GUICtrlListView_GetColumnCount
  5034. _GUICtrlListView_GetColumnCount($[$$hWnd])
  5035.  
  5036. $(2)~_GUICtrlListView_GetColumnOrder
  5037. _GUICtrlListView_GetColumnOrder($[$$hWnd])
  5038.  
  5039. $(2)~_GUICtrlListView_GetColumnOrderArray
  5040. _GUICtrlListView_GetColumnOrderArray($[$$hWnd])
  5041.  
  5042. $(2)~_GUICtrlListView_GetColumnWidth
  5043. _GUICtrlListView_GetColumnWidth($[$$hWnd], $[$$iCol])
  5044.  
  5045. $(2)~_GUICtrlListView_GetCounterPage
  5046. _GUICtrlListView_GetCounterPage($[$$hWnd])
  5047.  
  5048. $(2)~_GUICtrlListView_GetEditControl
  5049. _GUICtrlListView_GetEditControl($[$$hWnd])
  5050.  
  5051. $(2)~_GUICtrlListView_GetExtendedListViewStyle
  5052. _GUICtrlListView_GetExtendedListViewStyle($[$$hWnd])
  5053.  
  5054. $(2)~_GUICtrlListView_GetFocusedGroup
  5055. _GUICtrlListView_GetFocusedGroup($[$$hWnd])
  5056.  
  5057. $(2)~_GUICtrlListView_GetGroupCount
  5058. _GUICtrlListView_GetGroupCount($[$$hWnd])
  5059.  
  5060. $(2)~_GUICtrlListView_GetGroupInfo
  5061. _GUICtrlListView_GetGroupInfo($[$$hWnd], $[$$iGroupID])
  5062.  
  5063. $(2)~_GUICtrlListView_GetGroupInfoByIndex
  5064. _GUICtrlListView_GetGroupInfoByIndex($[$$hWnd], $[$$iIndex])
  5065.  
  5066. $(2)~_GUICtrlListView_GetGroupRect
  5067. _GUICtrlListView_GetGroupRect($[$$hWnd], $[$$iGroupID], $[$$iGet = $$LVGGR_GROUP])
  5068.  
  5069. $(2)~_GUICtrlListView_GetGroupViewEnabled
  5070. _GUICtrlListView_GetGroupViewEnabled($[$$hWnd])
  5071.  
  5072. $(2)~_GUICtrlListView_GetHeader
  5073. _GUICtrlListView_GetHeader($[$$hWnd])
  5074.  
  5075. $(2)~_GUICtrlListView_GetHotCursor
  5076. _GUICtrlListView_GetHotCursor($[$$hWnd])
  5077.  
  5078. $(2)~_GUICtrlListView_GetHotItem
  5079. _GUICtrlListView_GetHotItem($[$$hWnd])
  5080.  
  5081. $(2)~_GUICtrlListView_GetHoverTime
  5082. _GUICtrlListView_GetHoverTime($[$$hWnd])
  5083.  
  5084. $(2)~_GUICtrlListView_GetImageList
  5085. _GUICtrlListView_GetImageList($[$$hWnd], $[$$iImageList])
  5086.  
  5087. $(2)~_GUICtrlListView_GetISearchString
  5088. _GUICtrlListView_GetISearchString($[$$hWnd])
  5089.  
  5090. $(2)~_GUICtrlListView_GetItem
  5091. _GUICtrlListView_GetItem($[$$hWnd], $[$$iIndex], $[$$iSubItem = 0])
  5092.  
  5093. $(2)~_GUICtrlListView_GetItemChecked
  5094. _GUICtrlListView_GetItemChecked($[$$hWnd], $[$$iIndex])
  5095.  
  5096. $(2)~_GUICtrlListView_GetItemCount
  5097. _GUICtrlListView_GetItemCount($[$$hWnd])
  5098.  
  5099. $(2)~_GUICtrlListView_GetItemCut
  5100. _GUICtrlListView_GetItemCut($[$$hWnd], $[$$iIndex])
  5101.  
  5102. $(2)~_GUICtrlListView_GetItemDropHilited
  5103. _GUICtrlListView_GetItemDropHilited($[$$hWnd], $[$$iIndex])
  5104.  
  5105. $(2)~_GUICtrlListView_GetItemEx
  5106. _GUICtrlListView_GetItemEx($[$$hWnd], $[ByRef $$tItem])
  5107.  
  5108. $(2)~_GUICtrlListView_GetItemFocused
  5109. _GUICtrlListView_GetItemFocused($[$$hWnd], $[$$iIndex])
  5110.  
  5111. $(2)~_GUICtrlListView_GetItemGroupID
  5112. _GUICtrlListView_GetItemGroupID($[$$hWnd], $[$$iIndex])
  5113.  
  5114. $(2)~_GUICtrlListView_GetItemImage
  5115. _GUICtrlListView_GetItemImage($[$$hWnd], $[$$iIndex], $[$$iSubItem = 0])
  5116.  
  5117. $(2)~_GUICtrlListView_GetItemIndent
  5118. _GUICtrlListView_GetItemIndent($[$$hWnd], $[$$iIndex])
  5119.  
  5120. $(2)~_GUICtrlListView_GetItemParam
  5121. _GUICtrlListView_GetItemParam($[$$hWnd], $[$$iIndex])
  5122.  
  5123. $(2)~_GUICtrlListView_GetItemPosition
  5124. _GUICtrlListView_GetItemPosition($[$$hWnd], $[$$iIndex])
  5125.  
  5126. $(2)~_GUICtrlListView_GetItemPositionX
  5127. _GUICtrlListView_GetItemPositionX($[$$hWnd], $[$$iIndex])
  5128.  
  5129. $(2)~_GUICtrlListView_GetItemPositionY
  5130. _GUICtrlListView_GetItemPositionY($[$$hWnd], $[$$iIndex])
  5131.  
  5132. $(2)~_GUICtrlListView_GetItemRect
  5133. _GUICtrlListView_GetItemRect($[$$hWnd], $[$$iIndex], $[$$iPart = 3])
  5134.  
  5135. $(2)~_GUICtrlListView_GetItemRectEx
  5136. _GUICtrlListView_GetItemRectEx($[$$hWnd], $[$$iIndex], $[$$iPart = 3])
  5137.  
  5138. $(2)~_GUICtrlListView_GetItemSelected
  5139. _GUICtrlListView_GetItemSelected($[$$hWnd], $[$$iIndex])
  5140.  
  5141. $(2)~_GUICtrlListView_GetItemSpacing
  5142. _GUICtrlListView_GetItemSpacing($[$$hWnd], $[$$bSmall = False])
  5143.  
  5144. $(2)~_GUICtrlListView_GetItemSpacingX
  5145. _GUICtrlListView_GetItemSpacingX($[$$hWnd], $[$$bSmall = False])
  5146.  
  5147. $(2)~_GUICtrlListView_GetItemSpacingY
  5148. _GUICtrlListView_GetItemSpacingY($[$$hWnd], $[$$bSmall = False])
  5149.  
  5150. $(2)~_GUICtrlListView_GetItemState
  5151. _GUICtrlListView_GetItemState($[$$hWnd], $[$$iIndex], $[$$iMask])
  5152.  
  5153. $(2)~_GUICtrlListView_GetItemStateImage
  5154. _GUICtrlListView_GetItemStateImage($[$$hWnd], $[$$iIndex])
  5155.  
  5156. $(2)~_GUICtrlListView_GetItemText
  5157. _GUICtrlListView_GetItemText($[$$hWnd], $[$$iIndex], $[$$iSubItem = 0])
  5158.  
  5159. $(2)~_GUICtrlListView_GetItemTextArray
  5160. _GUICtrlListView_GetItemTextArray($[$$hWnd], $[$$iItem = -1])
  5161.  
  5162. $(2)~_GUICtrlListView_GetItemTextString
  5163. _GUICtrlListView_GetItemTextString($[$$hWnd], $[$$iItem = -1])
  5164.  
  5165. $(2)~_GUICtrlListView_GetNextItem
  5166. _GUICtrlListView_GetNextItem($[$$hWnd], $[$$iStart = -1], $[$$iSearch = 0], $[$$iState = 8])
  5167.  
  5168. $(2)~_GUICtrlListView_GetNumberOfWorkAreas
  5169. _GUICtrlListView_GetNumberOfWorkAreas($[$$hWnd])
  5170.  
  5171. $(2)~_GUICtrlListView_GetOrigin
  5172. _GUICtrlListView_GetOrigin($[$$hWnd])
  5173.  
  5174. $(2)~_GUICtrlListView_GetOriginX
  5175. _GUICtrlListView_GetOriginX($[$$hWnd])
  5176.  
  5177. $(2)~_GUICtrlListView_GetOriginY
  5178. _GUICtrlListView_GetOriginY($[$$hWnd])
  5179.  
  5180. $(2)~_GUICtrlListView_GetOutlineColor
  5181. _GUICtrlListView_GetOutlineColor($[$$hWnd])
  5182.  
  5183. $(2)~_GUICtrlListView_GetSelectedColumn
  5184. _GUICtrlListView_GetSelectedColumn($[$$hWnd])
  5185.  
  5186. $(2)~_GUICtrlListView_GetSelectedCount
  5187. _GUICtrlListView_GetSelectedCount($[$$hWnd])
  5188.  
  5189. $(2)~_GUICtrlListView_GetSelectedIndices
  5190. _GUICtrlListView_GetSelectedIndices($[$$hWnd], $[$$bArray = False])
  5191.  
  5192. $(2)~_GUICtrlListView_GetSelectionMark
  5193. _GUICtrlListView_GetSelectionMark($[$$hWnd])
  5194.  
  5195. $(2)~_GUICtrlListView_GetStringWidth
  5196. _GUICtrlListView_GetStringWidth($[$$hWnd], $[$$sString])
  5197.  
  5198. $(2)~_GUICtrlListView_GetSubItemRect
  5199. _GUICtrlListView_GetSubItemRect($[$$hWnd], $[$$iIndex], $[$$iSubItem], $[$$iPart = 0])
  5200.  
  5201. $(2)~_GUICtrlListView_GetTextBkColor
  5202. _GUICtrlListView_GetTextBkColor($[$$hWnd])
  5203.  
  5204. $(2)~_GUICtrlListView_GetTextColor
  5205. _GUICtrlListView_GetTextColor($[$$hWnd])
  5206.  
  5207. $(2)~_GUICtrlListView_GetToolTips
  5208. _GUICtrlListView_GetToolTips($[$$hWnd])
  5209.  
  5210. $(2)~_GUICtrlListView_GetTopIndex
  5211. _GUICtrlListView_GetTopIndex($[$$hWnd])
  5212.  
  5213. $(2)~_GUICtrlListView_GetUnicodeFormat
  5214. _GUICtrlListView_GetUnicodeFormat($[$$hWnd])
  5215.  
  5216. $(2)~_GUICtrlListView_GetView
  5217. _GUICtrlListView_GetView($[$$hWnd])
  5218.  
  5219. $(2)~_GUICtrlListView_GetViewDetails
  5220. _GUICtrlListView_GetViewDetails($[$$hWnd])
  5221.  
  5222. $(2)~_GUICtrlListView_GetViewLarge
  5223. _GUICtrlListView_GetViewLarge($[$$hWnd])
  5224.  
  5225. $(2)~_GUICtrlListView_GetViewList
  5226. _GUICtrlListView_GetViewList($[$$hWnd])
  5227.  
  5228. $(2)~_GUICtrlListView_GetViewRect
  5229. _GUICtrlListView_GetViewRect($[$$hWnd])
  5230.  
  5231. $(2)~_GUICtrlListView_GetViewSmall
  5232. _GUICtrlListView_GetViewSmall($[$$hWnd])
  5233.  
  5234. $(2)~_GUICtrlListView_GetViewTile
  5235. _GUICtrlListView_GetViewTile($[$$hWnd])
  5236.  
  5237. $(2)~_GUICtrlListView_HideColumn
  5238. _GUICtrlListView_HideColumn($[$$hWnd], $[$$iCol])
  5239.  
  5240. $(2)~_GUICtrlListView_HitTest
  5241. _GUICtrlListView_HitTest($[$$hWnd], $[$$iX = -1], $[$$iY = -1])
  5242.  
  5243. $(2)~_GUICtrlListView_InsertColumn
  5244. _GUICtrlListView_InsertColumn($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iWidth = 50], $[$$iAlign = -1], $[$$iImage = -1], $[$$bOnRight = False])
  5245.  
  5246. $(2)~_GUICtrlListView_InsertGroup
  5247. _GUICtrlListView_InsertGroup($[$$hWnd], $[$$iIndex], $[$$iGroupID], $[$$sHeader], $[$$iAlign = 0])
  5248.  
  5249. $(2)~_GUICtrlListView_InsertItem
  5250. _GUICtrlListView_InsertItem($[$$hWnd], $[$$sText], $[$$iIndex = -1], $[$$iImage = -1], $[$$iParam = 0])
  5251.  
  5252. $(2)~_GUICtrlListView_JustifyColumn
  5253. _GUICtrlListView_JustifyColumn($[$$hWnd], $[$$iIndex], $[$$iAlign = -1])
  5254.  
  5255. $(2)~_GUICtrlListView_MapIDToIndex
  5256. _GUICtrlListView_MapIDToIndex($[$$hWnd], $[$$iID])
  5257.  
  5258. $(2)~_GUICtrlListView_MapIndexToID
  5259. _GUICtrlListView_MapIndexToID($[$$hWnd], $[$$iIndex])
  5260.  
  5261. $(2)~_GUICtrlListView_RedrawItems
  5262. _GUICtrlListView_RedrawItems($[$$hWnd], $[$$iFirst], $[$$iLast])
  5263.  
  5264. $(2)~_GUICtrlListView_RegisterSortCallBack
  5265. _GUICtrlListView_RegisterSortCallBack($[$$hWnd], $[$$vCompareType = 1], $[$$bArrows = True], $[$$sPrivateCallBack = "__GUICtrlListView_Sort"])
  5266.  
  5267. $(2)~_GUICtrlListView_RemoveAllGroups
  5268. _GUICtrlListView_RemoveAllGroups($[$$hWnd])
  5269.  
  5270. $(2)~_GUICtrlListView_RemoveGroup
  5271. _GUICtrlListView_RemoveGroup($[$$hWnd], $[$$iGroupID])
  5272.  
  5273. $(2)~_GUICtrlListView_Scroll
  5274. _GUICtrlListView_Scroll($[$$hWnd], $[$$iDX], $[$$iDY])
  5275.  
  5276. $(2)~_GUICtrlListView_SetBkColor
  5277. _GUICtrlListView_SetBkColor($[$$hWnd], $[$$iColor])
  5278.  
  5279. $(2)~_GUICtrlListView_SetBkImage
  5280. _GUICtrlListView_SetBkImage($[$$hWnd], $[$$sURL = ""], $[$$iStyle = 0], $[$$iXOffset = 0], $[$$iYOffset = 0])
  5281.  
  5282. $(2)~_GUICtrlListView_SetCallBackMask
  5283. _GUICtrlListView_SetCallBackMask($[$$hWnd], $[$$iMask])
  5284.  
  5285. $(2)~_GUICtrlListView_SetColumn
  5286. _GUICtrlListView_SetColumn($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iWidth = -1], $[$$iAlign = -1], $[$$iImage = -1], $[$$bOnRight = False])
  5287.  
  5288. $(2)~_GUICtrlListView_SetColumnOrder
  5289. _GUICtrlListView_SetColumnOrder($[$$hWnd], $[$$sOrder])
  5290.  
  5291. $(2)~_GUICtrlListView_SetColumnOrderArray
  5292. _GUICtrlListView_SetColumnOrderArray($[$$hWnd], $[$$aOrder])
  5293.  
  5294. $(2)~_GUICtrlListView_SetColumnWidth
  5295. _GUICtrlListView_SetColumnWidth($[$$hWnd], $[$$iCol], $[$$iWidth])
  5296.  
  5297. $(2)~_GUICtrlListView_SetExtendedListViewStyle
  5298. _GUICtrlListView_SetExtendedListViewStyle($[$$hWnd], $[$$iExStyle], $[$$iExMask = 0])
  5299.  
  5300. $(2)~_GUICtrlListView_SetGroupInfo
  5301. _GUICtrlListView_SetGroupInfo($[$$hWnd], $[$$iGroupID], $[$$sHeader], $[$$iAlign = 0], $[$$iState = $$LVGS_NORMAL])
  5302.  
  5303. $(2)~_GUICtrlListView_SetHotItem
  5304. _GUICtrlListView_SetHotItem($[$$hWnd], $[$$iIndex])
  5305.  
  5306. $(2)~_GUICtrlListView_SetHoverTime
  5307. _GUICtrlListView_SetHoverTime($[$$hWnd], $[$$iTime])
  5308.  
  5309. $(2)~_GUICtrlListView_SetIconSpacing
  5310. _GUICtrlListView_SetIconSpacing($[$$hWnd], $[$$iCX], $[$$iCY])
  5311.  
  5312. $(2)~_GUICtrlListView_SetImageList
  5313. _GUICtrlListView_SetImageList($[$$hWnd], $[$$hHandle], $[$$iType = 0])
  5314.  
  5315. $(2)~_GUICtrlListView_SetItem
  5316. _GUICtrlListView_SetItem($[$$hWnd], $[$$sText], $[$$iIndex = 0], $[$$iSubItem = 0], $[$$iImage = -1], $[$$iParam = -1], $[$$iIndent = -1])
  5317.  
  5318. $(2)~_GUICtrlListView_SetItemChecked
  5319. _GUICtrlListView_SetItemChecked($[$$hWnd], $[$$iIndex], $[$$bCheck = True])
  5320.  
  5321. $(2)~_GUICtrlListView_SetItemCount
  5322. _GUICtrlListView_SetItemCount($[$$hWnd], $[$$iItems])
  5323.  
  5324. $(2)~_GUICtrlListView_SetItemCut
  5325. _GUICtrlListView_SetItemCut($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5326.  
  5327. $(2)~_GUICtrlListView_SetItemDropHilited
  5328. _GUICtrlListView_SetItemDropHilited($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5329.  
  5330. $(2)~_GUICtrlListView_SetItemEx
  5331. _GUICtrlListView_SetItemEx($[$$hWnd], $[ByRef $$tItem])
  5332.  
  5333. $(2)~_GUICtrlListView_SetItemFocused
  5334. _GUICtrlListView_SetItemFocused($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5335.  
  5336. $(2)~_GUICtrlListView_SetItemGroupID
  5337. _GUICtrlListView_SetItemGroupID($[$$hWnd], $[$$iIndex], $[$$iGroupID])
  5338.  
  5339. $(2)~_GUICtrlListView_SetItemImage
  5340. _GUICtrlListView_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage], $[$$iSubItem = 0])
  5341.  
  5342. $(2)~_GUICtrlListView_SetItemIndent
  5343. _GUICtrlListView_SetItemIndent($[$$hWnd], $[$$iIndex], $[$$iIndent])
  5344.  
  5345. $(2)~_GUICtrlListView_SetItemParam
  5346. _GUICtrlListView_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
  5347.  
  5348. $(2)~_GUICtrlListView_SetItemPosition
  5349. _GUICtrlListView_SetItemPosition($[$$hWnd], $[$$iIndex], $[$$iCX], $[$$iCY])
  5350.  
  5351. $(2)~_GUICtrlListView_SetItemPosition32
  5352. _GUICtrlListView_SetItemPosition32($[$$hWnd], $[$$iIndex], $[$$iCX], $[$$iCY])
  5353.  
  5354. $(2)~_GUICtrlListView_SetItemSelected
  5355. _GUICtrlListView_SetItemSelected($[$$hWnd], $[$$iIndex], $[$$bSelected = True], $[$$bFocused = False])
  5356.  
  5357. $(2)~_GUICtrlListView_SetItemState
  5358. _GUICtrlListView_SetItemState($[$$hWnd], $[$$iIndex], $[$$iState], $[$$iStateMask])
  5359.  
  5360. $(2)~_GUICtrlListView_SetItemStateImage
  5361. _GUICtrlListView_SetItemStateImage($[$$hWnd], $[$$iIndex], $[$$iImage])
  5362.  
  5363. $(2)~_GUICtrlListView_SetItemText
  5364. _GUICtrlListView_SetItemText($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iSubItem = 0])
  5365.  
  5366. $(2)~_GUICtrlListView_SetOutlineColor
  5367. _GUICtrlListView_SetOutlineColor($[$$hWnd], $[$$iColor])
  5368.  
  5369. $(2)~_GUICtrlListView_SetSelectedColumn
  5370. _GUICtrlListView_SetSelectedColumn($[$$hWnd], $[$$iCol])
  5371.  
  5372. $(2)~_GUICtrlListView_SetSelectionMark
  5373. _GUICtrlListView_SetSelectionMark($[$$hWnd], $[$$iIndex])
  5374.  
  5375. $(2)~_GUICtrlListView_SetTextBkColor
  5376. _GUICtrlListView_SetTextBkColor($[$$hWnd], $[$$iColor])
  5377.  
  5378. $(2)~_GUICtrlListView_SetTextColor
  5379. _GUICtrlListView_SetTextColor($[$$hWnd], $[$$iColor])
  5380.  
  5381. $(2)~_GUICtrlListView_SetToolTips
  5382. _GUICtrlListView_SetToolTips($[$$hWnd], $[$$hToolTip])
  5383.  
  5384. $(2)~_GUICtrlListView_SetUnicodeFormat
  5385. _GUICtrlListView_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
  5386.  
  5387. $(2)~_GUICtrlListView_SetView
  5388. _GUICtrlListView_SetView($[$$hWnd], $[$$iView])
  5389.  
  5390. $(2)~_GUICtrlListView_SetWorkAreas
  5391. _GUICtrlListView_SetWorkAreas($[$$hWnd], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
  5392.  
  5393. $(2)~_GUICtrlListView_SimpleSort
  5394. _GUICtrlListView_SimpleSort($[$$hWnd], $[ByRef $$vSortSense], $[$$iCol], $[$$bToggleSense = True])
  5395.  
  5396. $(2)~_GUICtrlListView_SortItems
  5397. _GUICtrlListView_SortItems($[$$hWnd], $[$$iCol])
  5398.  
  5399. $(2)~_GUICtrlListView_SubItemHitTest
  5400. _GUICtrlListView_SubItemHitTest($[$$hWnd], $[$$iX = -1], $[$$iY = -1])
  5401.  
  5402. $(2)~_GUICtrlListView_UnRegisterSortCallBack
  5403. _GUICtrlListView_UnRegisterSortCallBack($[$$hWnd])
  5404.  
  5405. $(2)~_GUICtrlMenu_AddMenuItem
  5406. _GUICtrlMenu_AddMenuItem($[$$hMenu], $[$$sText], $[$$iCmdID = 0], $[$$hSubMenu = 0])
  5407.  
  5408. $(2)~_GUICtrlMenu_AppendMenu
  5409. _GUICtrlMenu_AppendMenu($[$$hMenu], $[$$iFlags], $[$$iNewItem], $[$$vNewItem])
  5410.  
  5411. $(2)~_GUICtrlMenu_CalculatePopupWindowPosition
  5412. _GUICtrlMenu_CalculatePopupWindowPosition($[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iFlags = 0], $[$$tExclude = 0])
  5413.  
  5414. $(2)~_GUICtrlMenu_CheckMenuItem
  5415. _GUICtrlMenu_CheckMenuItem($[$$hMenu], $[$$iItem], $[$$bCheck = True], $[$$bByPos = True])
  5416.  
  5417. $(2)~_GUICtrlMenu_CheckRadioItem
  5418. _GUICtrlMenu_CheckRadioItem($[$$hMenu], $[$$iFirst], $[$$iLast], $[$$iCheck], $[$$bByPos = True])
  5419.  
  5420. $(2)~_GUICtrlMenu_CreateMenu
  5421. _GUICtrlMenu_CreateMenu($[$$iStyle = $$MNS_CHECKORBMP])
  5422.  
  5423. $(2)~_GUICtrlMenu_CreatePopup
  5424. _GUICtrlMenu_CreatePopup($[$$iStyle = $$MNS_CHECKORBMP])
  5425.  
  5426. $(2)~_GUICtrlMenu_DeleteMenu
  5427. _GUICtrlMenu_DeleteMenu($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5428.  
  5429. $(2)~_GUICtrlMenu_DestroyMenu
  5430. _GUICtrlMenu_DestroyMenu($[$$hMenu])
  5431.  
  5432. $(2)~_GUICtrlMenu_DrawMenuBar
  5433. _GUICtrlMenu_DrawMenuBar($[$$hWnd])
  5434.  
  5435. $(2)~_GUICtrlMenu_EnableMenuItem
  5436. _GUICtrlMenu_EnableMenuItem($[$$hMenu], $[$$iItem], $[$$iState = 0], $[$$bByPos = True])
  5437.  
  5438. $(2)~_GUICtrlMenu_FindItem
  5439. _GUICtrlMenu_FindItem($[$$hMenu], $[$$sText], $[$$bInStr = False], $[$$iStart = 0])
  5440.  
  5441. $(2)~_GUICtrlMenu_FindParent
  5442. _GUICtrlMenu_FindParent($[$$hMenu])
  5443.  
  5444. $(2)~_GUICtrlMenu_GetItemBmp
  5445. _GUICtrlMenu_GetItemBmp($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5446.  
  5447. $(2)~_GUICtrlMenu_GetItemBmpChecked
  5448. _GUICtrlMenu_GetItemBmpChecked($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5449.  
  5450. $(2)~_GUICtrlMenu_GetItemBmpUnchecked
  5451. _GUICtrlMenu_GetItemBmpUnchecked($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5452.  
  5453. $(2)~_GUICtrlMenu_GetItemChecked
  5454. _GUICtrlMenu_GetItemChecked($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5455.  
  5456. $(2)~_GUICtrlMenu_GetItemCount
  5457. _GUICtrlMenu_GetItemCount($[$$hMenu])
  5458.  
  5459. $(2)~_GUICtrlMenu_GetItemData
  5460. _GUICtrlMenu_GetItemData($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5461.  
  5462. $(2)~_GUICtrlMenu_GetItemDefault
  5463. _GUICtrlMenu_GetItemDefault($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5464.  
  5465. $(2)~_GUICtrlMenu_GetItemDisabled
  5466. _GUICtrlMenu_GetItemDisabled($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5467.  
  5468. $(2)~_GUICtrlMenu_GetItemEnabled
  5469. _GUICtrlMenu_GetItemEnabled($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5470.  
  5471. $(2)~_GUICtrlMenu_GetItemGrayed
  5472. _GUICtrlMenu_GetItemGrayed($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5473.  
  5474. $(2)~_GUICtrlMenu_GetItemHighlighted
  5475. _GUICtrlMenu_GetItemHighlighted($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5476.  
  5477. $(2)~_GUICtrlMenu_GetItemID
  5478. _GUICtrlMenu_GetItemID($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5479.  
  5480. $(2)~_GUICtrlMenu_GetItemInfo
  5481. _GUICtrlMenu_GetItemInfo($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5482.  
  5483. $(2)~_GUICtrlMenu_GetItemRect
  5484. _GUICtrlMenu_GetItemRect($[$$hWnd], $[$$hMenu], $[$$iItem])
  5485.  
  5486. $(2)~_GUICtrlMenu_GetItemRectEx
  5487. _GUICtrlMenu_GetItemRectEx($[$$hWnd], $[$$hMenu], $[$$iItem])
  5488.  
  5489. $(2)~_GUICtrlMenu_GetItemState
  5490. _GUICtrlMenu_GetItemState($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5491.  
  5492. $(2)~_GUICtrlMenu_GetItemStateEx
  5493. _GUICtrlMenu_GetItemStateEx($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5494.  
  5495. $(2)~_GUICtrlMenu_GetItemSubMenu
  5496. _GUICtrlMenu_GetItemSubMenu($[$$hMenu], $[$$iItem])
  5497.  
  5498. $(2)~_GUICtrlMenu_GetItemText
  5499. _GUICtrlMenu_GetItemText($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5500.  
  5501. $(2)~_GUICtrlMenu_GetItemType
  5502. _GUICtrlMenu_GetItemType($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5503.  
  5504. $(2)~_GUICtrlMenu_GetMenu
  5505. _GUICtrlMenu_GetMenu($[$$hWnd])
  5506.  
  5507. $(2)~_GUICtrlMenu_GetMenuBackground
  5508. _GUICtrlMenu_GetMenuBackground($[$$hMenu])
  5509.  
  5510. $(2)~_GUICtrlMenu_GetMenuBarInfo
  5511. _GUICtrlMenu_GetMenuBarInfo($[$$hWnd], $[$$iItem = 0], $[$$iObject = 1])
  5512.  
  5513. $(2)~_GUICtrlMenu_GetMenuContextHelpID
  5514. _GUICtrlMenu_GetMenuContextHelpID($[$$hMenu])
  5515.  
  5516. $(2)~_GUICtrlMenu_GetMenuData
  5517. _GUICtrlMenu_GetMenuData($[$$hMenu])
  5518.  
  5519. $(2)~_GUICtrlMenu_GetMenuDefaultItem
  5520. _GUICtrlMenu_GetMenuDefaultItem($[$$hMenu], $[$$bByPos = True], $[$$iFlags = 0])
  5521.  
  5522. $(2)~_GUICtrlMenu_GetMenuHeight
  5523. _GUICtrlMenu_GetMenuHeight($[$$hMenu])
  5524.  
  5525. $(2)~_GUICtrlMenu_GetMenuInfo
  5526. _GUICtrlMenu_GetMenuInfo($[$$hMenu])
  5527.  
  5528. $(2)~_GUICtrlMenu_GetMenuStyle
  5529. _GUICtrlMenu_GetMenuStyle($[$$hMenu])
  5530.  
  5531. $(2)~_GUICtrlMenu_GetSystemMenu
  5532. _GUICtrlMenu_GetSystemMenu($[$$hWnd], $[$$bRevert = False])
  5533.  
  5534. $(2)~_GUICtrlMenu_InsertMenuItem
  5535. _GUICtrlMenu_InsertMenuItem($[$$hMenu], $[$$iIndex], $[$$sText], $[$$iCmdID = 0], $[$$hSubMenu = 0])
  5536.  
  5537. $(2)~_GUICtrlMenu_InsertMenuItemEx
  5538. _GUICtrlMenu_InsertMenuItemEx($[$$hMenu], $[$$iIndex], $[ByRef $$tMenu], $[$$bByPos = True])
  5539.  
  5540. $(2)~_GUICtrlMenu_IsMenu
  5541. _GUICtrlMenu_IsMenu($[$$hMenu])
  5542.  
  5543. $(2)~_GUICtrlMenu_LoadMenu
  5544. _GUICtrlMenu_LoadMenu($[$$hInst], $[$$sMenuName])
  5545.  
  5546. $(2)~_GUICtrlMenu_MapAccelerator
  5547. _GUICtrlMenu_MapAccelerator($[$$hMenu], $[$$sAccelKey])
  5548.  
  5549. $(2)~_GUICtrlMenu_MenuItemFromPoint
  5550. _GUICtrlMenu_MenuItemFromPoint($[$$hWnd], $[$$hMenu], $[$$iX = -1], $[$$iY = -1])
  5551.  
  5552. $(2)~_GUICtrlMenu_RemoveMenu
  5553. _GUICtrlMenu_RemoveMenu($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5554.  
  5555. $(2)~_GUICtrlMenu_SetItemBitmaps
  5556. _GUICtrlMenu_SetItemBitmaps($[$$hMenu], $[$$iItem], $[$$hChecked], $[$$hUnChecked], $[$$bByPos = True])
  5557.  
  5558. $(2)~_GUICtrlMenu_SetItemBmp
  5559. _GUICtrlMenu_SetItemBmp($[$$hMenu], $[$$iItem], $[$$hBitmap], $[$$bByPos = True])
  5560.  
  5561. $(2)~_GUICtrlMenu_SetItemBmpChecked
  5562. _GUICtrlMenu_SetItemBmpChecked($[$$hMenu], $[$$iItem], $[$$hBitmap], $[$$bByPos = True])
  5563.  
  5564. $(2)~_GUICtrlMenu_SetItemBmpUnchecked
  5565. _GUICtrlMenu_SetItemBmpUnchecked($[$$hMenu], $[$$iItem], $[$$hBitmap], $[$$bByPos = True])
  5566.  
  5567. $(2)~_GUICtrlMenu_SetItemChecked
  5568. _GUICtrlMenu_SetItemChecked($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
  5569.  
  5570. $(2)~_GUICtrlMenu_SetItemData
  5571. _GUICtrlMenu_SetItemData($[$$hMenu], $[$$iItem], $[$$iData], $[$$bByPos = True])
  5572.  
  5573. $(2)~_GUICtrlMenu_SetItemDefault
  5574. _GUICtrlMenu_SetItemDefault($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
  5575.  
  5576. $(2)~_GUICtrlMenu_SetItemDisabled
  5577. _GUICtrlMenu_SetItemDisabled($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
  5578.  
  5579. $(2)~_GUICtrlMenu_SetItemEnabled
  5580. _GUICtrlMenu_SetItemEnabled($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
  5581.  
  5582. $(2)~_GUICtrlMenu_SetItemGrayed
  5583. _GUICtrlMenu_SetItemGrayed($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
  5584.  
  5585. $(2)~_GUICtrlMenu_SetItemHighlighted
  5586. _GUICtrlMenu_SetItemHighlighted($[$$hMenu], $[$$iItem], $[$$bState = True], $[$$bByPos = True])
  5587.  
  5588. $(2)~_GUICtrlMenu_SetItemID
  5589. _GUICtrlMenu_SetItemID($[$$hMenu], $[$$iItem], $[$$iID], $[$$bByPos = True])
  5590.  
  5591. $(2)~_GUICtrlMenu_SetItemInfo
  5592. _GUICtrlMenu_SetItemInfo($[$$hMenu], $[$$iItem], $[ByRef $$tInfo], $[$$bByPos = True])
  5593.  
  5594. $(2)~_GUICtrlMenu_SetItemState
  5595. _GUICtrlMenu_SetItemState($[$$hMenu], $[$$iItem], $[$$iState], $[$$bState = True], $[$$bByPos = True])
  5596.  
  5597. $(2)~_GUICtrlMenu_SetItemSubMenu
  5598. _GUICtrlMenu_SetItemSubMenu($[$$hMenu], $[$$iItem], $[$$hSubMenu], $[$$bByPos = True])
  5599.  
  5600. $(2)~_GUICtrlMenu_SetItemText
  5601. _GUICtrlMenu_SetItemText($[$$hMenu], $[$$iItem], $[$$sText], $[$$bByPos = True])
  5602.  
  5603. $(2)~_GUICtrlMenu_SetItemType
  5604. _GUICtrlMenu_SetItemType($[$$hMenu], $[$$iItem], $[$$iType], $[$$bByPos = True])
  5605.  
  5606. $(2)~_GUICtrlMenu_SetMenu
  5607. _GUICtrlMenu_SetMenu($[$$hWnd], $[$$hMenu])
  5608.  
  5609. $(2)~_GUICtrlMenu_SetMenuBackground
  5610. _GUICtrlMenu_SetMenuBackground($[$$hMenu], $[$$hBrush])
  5611.  
  5612. $(2)~_GUICtrlMenu_SetMenuContextHelpID
  5613. _GUICtrlMenu_SetMenuContextHelpID($[$$hMenu], $[$$iHelpID])
  5614.  
  5615. $(2)~_GUICtrlMenu_SetMenuData
  5616. _GUICtrlMenu_SetMenuData($[$$hMenu], $[$$iData])
  5617.  
  5618. $(2)~_GUICtrlMenu_SetMenuDefaultItem
  5619. _GUICtrlMenu_SetMenuDefaultItem($[$$hMenu], $[$$iItem], $[$$bByPos = True])
  5620.  
  5621. $(2)~_GUICtrlMenu_SetMenuHeight
  5622. _GUICtrlMenu_SetMenuHeight($[$$hMenu], $[$$iHeight])
  5623.  
  5624. $(2)~_GUICtrlMenu_SetMenuInfo
  5625. _GUICtrlMenu_SetMenuInfo($[$$hMenu], $[ByRef $$tInfo])
  5626.  
  5627. $(2)~_GUICtrlMenu_SetMenuStyle
  5628. _GUICtrlMenu_SetMenuStyle($[$$hMenu], $[$$iStyle])
  5629.  
  5630. $(2)~_GUICtrlMenu_TrackPopupMenu
  5631. _GUICtrlMenu_TrackPopupMenu($[$$hMenu], $[$$hWnd], $[$$iX = -1], $[$$iY = -1], $[$$iAlignX = 1], $[$$iAlignY = 1], $[$$iNotify = 0], $[$$iButtons = 0])
  5632.  
  5633. $(2)~_GUICtrlMonthCal_Create
  5634. _GUICtrlMonthCal_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iStyle = 0x00000000], $[$$iExStyle = 0x00000000])
  5635.  
  5636. $(2)~_GUICtrlMonthCal_Destroy
  5637. _GUICtrlMonthCal_Destroy($[ByRef $$hWnd])
  5638.  
  5639. $(2)~_GUICtrlMonthCal_GetCalendarBorder
  5640. _GUICtrlMonthCal_GetCalendarBorder($[$$hWnd])
  5641.  
  5642. $(2)~_GUICtrlMonthCal_GetCalendarCount
  5643. _GUICtrlMonthCal_GetCalendarCount($[$$hWnd])
  5644.  
  5645. $(2)~_GUICtrlMonthCal_GetColor
  5646. _GUICtrlMonthCal_GetColor($[$$hWnd], $[$$iIndex])
  5647.  
  5648. $(2)~_GUICtrlMonthCal_GetColorArray
  5649. _GUICtrlMonthCal_GetColorArray($[$$hWnd], $[$$iColor])
  5650.  
  5651. $(2)~_GUICtrlMonthCal_GetCurSel
  5652. _GUICtrlMonthCal_GetCurSel($[$$hWnd])
  5653.  
  5654. $(2)~_GUICtrlMonthCal_GetCurSelStr
  5655. _GUICtrlMonthCal_GetCurSelStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5656.  
  5657. $(2)~_GUICtrlMonthCal_GetFirstDOW
  5658. _GUICtrlMonthCal_GetFirstDOW($[$$hWnd])
  5659.  
  5660. $(2)~_GUICtrlMonthCal_GetFirstDOWStr
  5661. _GUICtrlMonthCal_GetFirstDOWStr($[$$hWnd])
  5662.  
  5663. $(2)~_GUICtrlMonthCal_GetMaxSelCount
  5664. _GUICtrlMonthCal_GetMaxSelCount($[$$hWnd])
  5665.  
  5666. $(2)~_GUICtrlMonthCal_GetMaxTodayWidth
  5667. _GUICtrlMonthCal_GetMaxTodayWidth($[$$hWnd])
  5668.  
  5669. $(2)~_GUICtrlMonthCal_GetMinReqHeight
  5670. _GUICtrlMonthCal_GetMinReqHeight($[$$hWnd])
  5671.  
  5672. $(2)~_GUICtrlMonthCal_GetMinReqRect
  5673. _GUICtrlMonthCal_GetMinReqRect($[$$hWnd])
  5674.  
  5675. $(2)~_GUICtrlMonthCal_GetMinReqRectArray
  5676. _GUICtrlMonthCal_GetMinReqRectArray($[$$hWnd])
  5677.  
  5678. $(2)~_GUICtrlMonthCal_GetMinReqWidth
  5679. _GUICtrlMonthCal_GetMinReqWidth($[$$hWnd])
  5680.  
  5681. $(2)~_GUICtrlMonthCal_GetMonthDelta
  5682. _GUICtrlMonthCal_GetMonthDelta($[$$hWnd])
  5683.  
  5684. $(2)~_GUICtrlMonthCal_GetMonthRange
  5685. _GUICtrlMonthCal_GetMonthRange($[$$hWnd], $[$$bPartial = False])
  5686.  
  5687. $(2)~_GUICtrlMonthCal_GetMonthRangeMax
  5688. _GUICtrlMonthCal_GetMonthRangeMax($[$$hWnd], $[$$bPartial = False])
  5689.  
  5690. $(2)~_GUICtrlMonthCal_GetMonthRangeMaxStr
  5691. _GUICtrlMonthCal_GetMonthRangeMaxStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5692.  
  5693. $(2)~_GUICtrlMonthCal_GetMonthRangeMin
  5694. _GUICtrlMonthCal_GetMonthRangeMin($[$$hWnd], $[$$bPartial = False])
  5695.  
  5696. $(2)~_GUICtrlMonthCal_GetMonthRangeMinStr
  5697. _GUICtrlMonthCal_GetMonthRangeMinStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5698.  
  5699. $(2)~_GUICtrlMonthCal_GetMonthRangeSpan
  5700. _GUICtrlMonthCal_GetMonthRangeSpan($[$$hWnd], $[$$bPartial = False])
  5701.  
  5702. $(2)~_GUICtrlMonthCal_GetRange
  5703. _GUICtrlMonthCal_GetRange($[$$hWnd])
  5704.  
  5705. $(2)~_GUICtrlMonthCal_GetRangeMax
  5706. _GUICtrlMonthCal_GetRangeMax($[$$hWnd])
  5707.  
  5708. $(2)~_GUICtrlMonthCal_GetRangeMaxStr
  5709. _GUICtrlMonthCal_GetRangeMaxStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5710.  
  5711. $(2)~_GUICtrlMonthCal_GetRangeMin
  5712. _GUICtrlMonthCal_GetRangeMin($[$$hWnd])
  5713.  
  5714. $(2)~_GUICtrlMonthCal_GetRangeMinStr
  5715. _GUICtrlMonthCal_GetRangeMinStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5716.  
  5717. $(2)~_GUICtrlMonthCal_GetSelRange
  5718. _GUICtrlMonthCal_GetSelRange($[$$hWnd])
  5719.  
  5720. $(2)~_GUICtrlMonthCal_GetSelRangeMax
  5721. _GUICtrlMonthCal_GetSelRangeMax($[$$hWnd])
  5722.  
  5723. $(2)~_GUICtrlMonthCal_GetSelRangeMaxStr
  5724. _GUICtrlMonthCal_GetSelRangeMaxStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5725.  
  5726. $(2)~_GUICtrlMonthCal_GetSelRangeMin
  5727. _GUICtrlMonthCal_GetSelRangeMin($[$$hWnd])
  5728.  
  5729. $(2)~_GUICtrlMonthCal_GetSelRangeMinStr
  5730. _GUICtrlMonthCal_GetSelRangeMinStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5731.  
  5732. $(2)~_GUICtrlMonthCal_GetToday
  5733. _GUICtrlMonthCal_GetToday($[$$hWnd])
  5734.  
  5735. $(2)~_GUICtrlMonthCal_GetTodayStr
  5736. _GUICtrlMonthCal_GetTodayStr($[$$hWnd], $[$$sFormat = "%02d/%02d/%04d"])
  5737.  
  5738. $(2)~_GUICtrlMonthCal_GetUnicodeFormat
  5739. _GUICtrlMonthCal_GetUnicodeFormat($[$$hWnd])
  5740.  
  5741. $(2)~_GUICtrlMonthCal_HitTest
  5742. _GUICtrlMonthCal_HitTest($[$$hWnd], $[$$iX], $[$$iY])
  5743.  
  5744. $(2)~_GUICtrlMonthCal_SetCalendarBorder
  5745. _GUICtrlMonthCal_SetCalendarBorder($[$$hWnd], $[$$iBorderSize = 4], $[$$bSetBorder = True])
  5746.  
  5747. $(2)~_GUICtrlMonthCal_SetColor
  5748. _GUICtrlMonthCal_SetColor($[$$hWnd], $[$$iIndex], $[$$iColor])
  5749.  
  5750. $(2)~_GUICtrlMonthCal_SetCurSel
  5751. _GUICtrlMonthCal_SetCurSel($[$$hWnd], $[$$iYear], $[$$iMonth], $[$$iDay])
  5752.  
  5753. $(2)~_GUICtrlMonthCal_SetDayState
  5754. _GUICtrlMonthCal_SetDayState($[$$hWnd], $[$$aMasks])
  5755.  
  5756. $(2)~_GUICtrlMonthCal_SetFirstDOW
  5757. _GUICtrlMonthCal_SetFirstDOW($[$$hWnd], $[$$sDay])
  5758.  
  5759. $(2)~_GUICtrlMonthCal_SetMaxSelCount
  5760. _GUICtrlMonthCal_SetMaxSelCount($[$$hWnd], $[$$iMaxSel])
  5761.  
  5762. $(2)~_GUICtrlMonthCal_SetMonthDelta
  5763. _GUICtrlMonthCal_SetMonthDelta($[$$hWnd], $[$$iDelta])
  5764.  
  5765. $(2)~_GUICtrlMonthCal_SetRange
  5766. _GUICtrlMonthCal_SetRange($[$$hWnd], $[$$iMinYear], $[$$iMinMonth], $[$$iMinDay], $[$$iMaxYear], $[$$iMaxMonth], $[$$iMaxDay])
  5767.  
  5768. $(2)~_GUICtrlMonthCal_SetSelRange
  5769. _GUICtrlMonthCal_SetSelRange($[$$hWnd], $[$$iMinYear], $[$$iMinMonth], $[$$iMinDay], $[$$iMaxYear], $[$$iMaxMonth], $[$$iMaxDay])
  5770.  
  5771. $(2)~_GUICtrlMonthCal_SetToday
  5772. _GUICtrlMonthCal_SetToday($[$$hWnd], $[$$iYear], $[$$iMonth], $[$$iDay])
  5773.  
  5774. $(2)~_GUICtrlMonthCal_SetUnicodeFormat
  5775. _GUICtrlMonthCal_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = False])
  5776.  
  5777. $(2)~_GUICtrlRebar_AddBand
  5778. _GUICtrlRebar_AddBand($[$$hWndRebar], $[$$hWndChild], $[$$iMinWidth = 100], $[$$iDefaultWidth = 100], $[$$sText = ""], $[$$iIndex = -1], $[$$iStyle = -1])
  5779.  
  5780. $(2)~_GUICtrlRebar_AddToolBarBand
  5781. _GUICtrlRebar_AddToolBarBand($[$$hWndRebar], $[$$hWndToolbar], $[$$sText = ""], $[$$iIndex = -1], $[$$iStyle = -1])
  5782.  
  5783. $(2)~_GUICtrlRebar_BeginDrag
  5784. _GUICtrlRebar_BeginDrag($[$$hWnd], $[$$iIndex], $[$$iPos = -1])
  5785.  
  5786. $(2)~_GUICtrlRebar_Create
  5787. _GUICtrlRebar_Create($[$$hWnd], $[$$iStyles = 0x513])
  5788.  
  5789. $(2)~_GUICtrlRebar_DeleteBand
  5790. _GUICtrlRebar_DeleteBand($[$$hWnd], $[$$iIndex])
  5791.  
  5792. $(2)~_GUICtrlRebar_Destroy
  5793. _GUICtrlRebar_Destroy($[ByRef $$hWnd])
  5794.  
  5795. $(2)~_GUICtrlRebar_DragMove
  5796. _GUICtrlRebar_DragMove($[$$hWnd], $[$$iPos = -1])
  5797.  
  5798. $(2)~_GUICtrlRebar_EndDrag
  5799. _GUICtrlRebar_EndDrag($[$$hWnd])
  5800.  
  5801. $(2)~_GUICtrlRebar_GetBandBackColor
  5802. _GUICtrlRebar_GetBandBackColor($[$$hWnd], $[$$iIndex])
  5803.  
  5804. $(2)~_GUICtrlRebar_GetBandBorders
  5805. _GUICtrlRebar_GetBandBorders($[$$hWnd], $[$$iIndex])
  5806.  
  5807. $(2)~_GUICtrlRebar_GetBandBordersEx
  5808. _GUICtrlRebar_GetBandBordersEx($[$$hWnd], $[$$iIndex])
  5809.  
  5810. $(2)~_GUICtrlRebar_GetBandChildHandle
  5811. _GUICtrlRebar_GetBandChildHandle($[$$hWnd], $[$$iIndex])
  5812.  
  5813. $(2)~_GUICtrlRebar_GetBandChildSize
  5814. _GUICtrlRebar_GetBandChildSize($[$$hWnd], $[$$iIndex])
  5815.  
  5816. $(2)~_GUICtrlRebar_GetBandCount
  5817. _GUICtrlRebar_GetBandCount($[$$hWnd])
  5818.  
  5819. $(2)~_GUICtrlRebar_GetBandForeColor
  5820. _GUICtrlRebar_GetBandForeColor($[$$hWnd], $[$$iIndex])
  5821.  
  5822. $(2)~_GUICtrlRebar_GetBandHeaderSize
  5823. _GUICtrlRebar_GetBandHeaderSize($[$$hWnd], $[$$iIndex])
  5824.  
  5825. $(2)~_GUICtrlRebar_GetBandID
  5826. _GUICtrlRebar_GetBandID($[$$hWnd], $[$$iIndex])
  5827.  
  5828. $(2)~_GUICtrlRebar_GetBandIdealSize
  5829. _GUICtrlRebar_GetBandIdealSize($[$$hWnd], $[$$iIndex])
  5830.  
  5831. $(2)~_GUICtrlRebar_GetBandLength
  5832. _GUICtrlRebar_GetBandLength($[$$hWnd], $[$$iIndex])
  5833.  
  5834. $(2)~_GUICtrlRebar_GetBandLParam
  5835. _GUICtrlRebar_GetBandLParam($[$$hWnd], $[$$iIndex])
  5836.  
  5837. $(2)~_GUICtrlRebar_GetBandMargins
  5838. _GUICtrlRebar_GetBandMargins($[$$hWnd])
  5839.  
  5840. $(2)~_GUICtrlRebar_GetBandMarginsEx
  5841. _GUICtrlRebar_GetBandMarginsEx($[$$hWnd])
  5842.  
  5843. $(2)~_GUICtrlRebar_GetBandRect
  5844. _GUICtrlRebar_GetBandRect($[$$hWnd], $[$$iIndex])
  5845.  
  5846. $(2)~_GUICtrlRebar_GetBandRectEx
  5847. _GUICtrlRebar_GetBandRectEx($[$$hWnd], $[$$iIndex])
  5848.  
  5849. $(2)~_GUICtrlRebar_GetBandStyle
  5850. _GUICtrlRebar_GetBandStyle($[$$hWnd], $[$$iIndex])
  5851.  
  5852. $(2)~_GUICtrlRebar_GetBandStyleBreak
  5853. _GUICtrlRebar_GetBandStyleBreak($[$$hWnd], $[$$iIndex])
  5854.  
  5855. $(2)~_GUICtrlRebar_GetBandStyleChildEdge
  5856. _GUICtrlRebar_GetBandStyleChildEdge($[$$hWnd], $[$$iIndex])
  5857.  
  5858. $(2)~_GUICtrlRebar_GetBandStyleFixedBMP
  5859. _GUICtrlRebar_GetBandStyleFixedBMP($[$$hWnd], $[$$iIndex])
  5860.  
  5861. $(2)~_GUICtrlRebar_GetBandStyleFixedSize
  5862. _GUICtrlRebar_GetBandStyleFixedSize($[$$hWnd], $[$$iIndex])
  5863.  
  5864. $(2)~_GUICtrlRebar_GetBandStyleGripperAlways
  5865. _GUICtrlRebar_GetBandStyleGripperAlways($[$$hWnd], $[$$iIndex])
  5866.  
  5867. $(2)~_GUICtrlRebar_GetBandStyleHidden
  5868. _GUICtrlRebar_GetBandStyleHidden($[$$hWnd], $[$$iIndex])
  5869.  
  5870. $(2)~_GUICtrlRebar_GetBandStyleHideTitle
  5871. _GUICtrlRebar_GetBandStyleHideTitle($[$$hWnd], $[$$iIndex])
  5872.  
  5873. $(2)~_GUICtrlRebar_GetBandStyleNoGripper
  5874. _GUICtrlRebar_GetBandStyleNoGripper($[$$hWnd], $[$$iIndex])
  5875.  
  5876. $(2)~_GUICtrlRebar_GetBandStyleTopAlign
  5877. _GUICtrlRebar_GetBandStyleTopAlign($[$$hWnd], $[$$iIndex])
  5878.  
  5879. $(2)~_GUICtrlRebar_GetBandStyleUseChevron
  5880. _GUICtrlRebar_GetBandStyleUseChevron($[$$hWnd], $[$$iIndex])
  5881.  
  5882. $(2)~_GUICtrlRebar_GetBandStyleVariableHeight
  5883. _GUICtrlRebar_GetBandStyleVariableHeight($[$$hWnd], $[$$iIndex])
  5884.  
  5885. $(2)~_GUICtrlRebar_GetBandText
  5886. _GUICtrlRebar_GetBandText($[$$hWnd], $[$$iIndex])
  5887.  
  5888. $(2)~_GUICtrlRebar_GetBarHeight
  5889. _GUICtrlRebar_GetBarHeight($[$$hWnd])
  5890.  
  5891. $(2)~_GUICtrlRebar_GetBarInfo
  5892. _GUICtrlRebar_GetBarInfo($[$$hWnd])
  5893.  
  5894. $(2)~_GUICtrlRebar_GetBKColor
  5895. _GUICtrlRebar_GetBKColor($[$$hWnd])
  5896.  
  5897. $(2)~_GUICtrlRebar_GetColorScheme
  5898. _GUICtrlRebar_GetColorScheme($[$$hWnd])
  5899.  
  5900. $(2)~_GUICtrlRebar_GetRowCount
  5901. _GUICtrlRebar_GetRowCount($[$$hWnd])
  5902.  
  5903. $(2)~_GUICtrlRebar_GetRowHeight
  5904. _GUICtrlRebar_GetRowHeight($[$$hWnd], $[$$iIndex])
  5905.  
  5906. $(2)~_GUICtrlRebar_GetTextColor
  5907. _GUICtrlRebar_GetTextColor($[$$hWnd])
  5908.  
  5909. $(2)~_GUICtrlRebar_GetToolTips
  5910. _GUICtrlRebar_GetToolTips($[$$hWnd])
  5911.  
  5912. $(2)~_GUICtrlRebar_GetUnicodeFormat
  5913. _GUICtrlRebar_GetUnicodeFormat($[$$hWnd])
  5914.  
  5915. $(2)~_GUICtrlRebar_HitTest
  5916. _GUICtrlRebar_HitTest($[$$hWnd], $[$$iX = -1], $[$$iY = -1])
  5917.  
  5918. $(2)~_GUICtrlRebar_IDToIndex
  5919. _GUICtrlRebar_IDToIndex($[$$hWnd], $[$$iID])
  5920.  
  5921. $(2)~_GUICtrlRebar_MaximizeBand
  5922. _GUICtrlRebar_MaximizeBand($[$$hWnd], $[$$iIndex], $[$$bIdeal = True])
  5923.  
  5924. $(2)~_GUICtrlRebar_MinimizeBand
  5925. _GUICtrlRebar_MinimizeBand($[$$hWnd], $[$$iIndex])
  5926.  
  5927. $(2)~_GUICtrlRebar_MoveBand
  5928. _GUICtrlRebar_MoveBand($[$$hWnd], $[$$iIndexFrom], $[$$iIndexTo])
  5929.  
  5930. $(2)~_GUICtrlRebar_SetBandBackColor
  5931. _GUICtrlRebar_SetBandBackColor($[$$hWnd], $[$$iIndex], $[$$iColor])
  5932.  
  5933. $(2)~_GUICtrlRebar_SetBandForeColor
  5934. _GUICtrlRebar_SetBandForeColor($[$$hWnd], $[$$iIndex], $[$$iColor])
  5935.  
  5936. $(2)~_GUICtrlRebar_SetBandHeaderSize
  5937. _GUICtrlRebar_SetBandHeaderSize($[$$hWnd], $[$$iIndex], $[$$iNewSize])
  5938.  
  5939. $(2)~_GUICtrlRebar_SetBandID
  5940. _GUICtrlRebar_SetBandID($[$$hWnd], $[$$iIndex], $[$$iID])
  5941.  
  5942. $(2)~_GUICtrlRebar_SetBandIdealSize
  5943. _GUICtrlRebar_SetBandIdealSize($[$$hWnd], $[$$iIndex], $[$$iNewSize])
  5944.  
  5945. $(2)~_GUICtrlRebar_SetBandLength
  5946. _GUICtrlRebar_SetBandLength($[$$hWnd], $[$$iIndex], $[$$iLength])
  5947.  
  5948. $(2)~_GUICtrlRebar_SetBandLParam
  5949. _GUICtrlRebar_SetBandLParam($[$$hWnd], $[$$iIndex], $[$$lParam])
  5950.  
  5951. $(2)~_GUICtrlRebar_SetBandStyle
  5952. _GUICtrlRebar_SetBandStyle($[$$hWnd], $[$$iIndex], $[$$iStyle])
  5953.  
  5954. $(2)~_GUICtrlRebar_SetBandStyleBreak
  5955. _GUICtrlRebar_SetBandStyleBreak($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5956.  
  5957. $(2)~_GUICtrlRebar_SetBandStyleChildEdge
  5958. _GUICtrlRebar_SetBandStyleChildEdge($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5959.  
  5960. $(2)~_GUICtrlRebar_SetBandStyleFixedBMP
  5961. _GUICtrlRebar_SetBandStyleFixedBMP($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5962.  
  5963. $(2)~_GUICtrlRebar_SetBandStyleFixedSize
  5964. _GUICtrlRebar_SetBandStyleFixedSize($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5965.  
  5966. $(2)~_GUICtrlRebar_SetBandStyleGripperAlways
  5967. _GUICtrlRebar_SetBandStyleGripperAlways($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5968.  
  5969. $(2)~_GUICtrlRebar_SetBandStyleHidden
  5970. _GUICtrlRebar_SetBandStyleHidden($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5971.  
  5972. $(2)~_GUICtrlRebar_SetBandStyleHideTitle
  5973. _GUICtrlRebar_SetBandStyleHideTitle($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5974.  
  5975. $(2)~_GUICtrlRebar_SetBandStyleNoGripper
  5976. _GUICtrlRebar_SetBandStyleNoGripper($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5977.  
  5978. $(2)~_GUICtrlRebar_SetBandStyleTopAlign
  5979. _GUICtrlRebar_SetBandStyleTopAlign($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5980.  
  5981. $(2)~_GUICtrlRebar_SetBandStyleUseChevron
  5982. _GUICtrlRebar_SetBandStyleUseChevron($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5983.  
  5984. $(2)~_GUICtrlRebar_SetBandStyleVariableHeight
  5985. _GUICtrlRebar_SetBandStyleVariableHeight($[$$hWnd], $[$$iIndex], $[$$bEnabled = True])
  5986.  
  5987. $(2)~_GUICtrlRebar_SetBandText
  5988. _GUICtrlRebar_SetBandText($[$$hWnd], $[$$iIndex], $[$$sText])
  5989.  
  5990. $(2)~_GUICtrlRebar_SetBarInfo
  5991. _GUICtrlRebar_SetBarInfo($[$$hWnd], $[$$hIml])
  5992.  
  5993. $(2)~_GUICtrlRebar_SetBKColor
  5994. _GUICtrlRebar_SetBKColor($[$$hWnd], $[$$iColor])
  5995.  
  5996. $(2)~_GUICtrlRebar_SetColorScheme
  5997. _GUICtrlRebar_SetColorScheme($[$$hWnd], $[$$iBtnHighlight], $[$$iBtnShadow])
  5998.  
  5999. $(2)~_GUICtrlRebar_SetTextColor
  6000. _GUICtrlRebar_SetTextColor($[$$hWnd], $[$$iColor])
  6001.  
  6002. $(2)~_GUICtrlRebar_SetToolTips
  6003. _GUICtrlRebar_SetToolTips($[$$hWnd], $[$$hToolTip])
  6004.  
  6005. $(2)~_GUICtrlRebar_SetUnicodeFormat
  6006. _GUICtrlRebar_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = True])
  6007.  
  6008. $(2)~_GUICtrlRebar_ShowBand
  6009. _GUICtrlRebar_ShowBand($[$$hWnd], $[$$iIndex], $[$$bShow = True])
  6010.  
  6011. $(2)~_GUICtrlRichEdit_AppendText
  6012. _GUICtrlRichEdit_AppendText($[$$hWnd], $[$$sText])
  6013.  
  6014. $(2)~_GUICtrlRichEdit_AutoDetectURL
  6015. _GUICtrlRichEdit_AutoDetectURL($[$$hWnd], $[$$bState])
  6016.  
  6017. $(2)~_GUICtrlRichEdit_CanPaste
  6018. _GUICtrlRichEdit_CanPaste($[$$hWnd])
  6019.  
  6020. $(2)~_GUICtrlRichEdit_CanPasteSpecial
  6021. _GUICtrlRichEdit_CanPasteSpecial($[$$hWnd])
  6022.  
  6023. $(2)~_GUICtrlRichEdit_CanRedo
  6024. _GUICtrlRichEdit_CanRedo($[$$hWnd])
  6025.  
  6026. $(2)~_GUICtrlRichEdit_CanUndo
  6027. _GUICtrlRichEdit_CanUndo($[$$hWnd])
  6028.  
  6029. $(2)~_GUICtrlRichEdit_ChangeFontSize
  6030. _GUICtrlRichEdit_ChangeFontSize($[$$hWnd], $[$$iIncrement])
  6031.  
  6032. $(2)~_GUICtrlRichEdit_Copy
  6033. _GUICtrlRichEdit_Copy($[$$hWnd])
  6034.  
  6035. $(2)~_GUICtrlRichEdit_Create
  6036. _GUICtrlRichEdit_Create($[$$hWnd], $[$$sText], $[$$iLeft], $[$$iTop], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = -1], $[$$iExStyle = -1])
  6037.  
  6038. $(2)~_GUICtrlRichEdit_Cut
  6039. _GUICtrlRichEdit_Cut($[$$hWnd])
  6040.  
  6041. $(2)~_GUICtrlRichEdit_Deselect
  6042. _GUICtrlRichEdit_Deselect($[$$hWnd])
  6043.  
  6044. $(2)~_GUICtrlRichEdit_Destroy
  6045. _GUICtrlRichEdit_Destroy($[ByRef $$hWnd])
  6046.  
  6047. $(2)~_GUICtrlRichEdit_EmptyUndoBuffer
  6048. _GUICtrlRichEdit_EmptyUndoBuffer($[$$hWnd])
  6049.  
  6050. $(2)~_GUICtrlRichEdit_FindText
  6051. _GUICtrlRichEdit_FindText($[$$hWnd], $[$$sText], $[$$bForward = True], $[$$bMatchCase = False], $[$$bWholeWord = False], $[$$iBehavior = 0])
  6052.  
  6053. $(2)~_GUICtrlRichEdit_FindTextInRange
  6054. _GUICtrlRichEdit_FindTextInRange($[$$hWnd], $[$$sText], $[$$iStart = 0], $[$$iEnd = -1], $[$$bMatchCase = False], $[$$bWholeWord = False], $[$$iBehavior = 0])
  6055.  
  6056. $(2)~_GUICtrlRichEdit_GetBkColor
  6057. _GUICtrlRichEdit_GetBkColor($[$$hWnd])
  6058.  
  6059. $(2)~_GUICtrlRichEdit_GetCharAttributes
  6060. _GUICtrlRichEdit_GetCharAttributes($[$$hWnd])
  6061.  
  6062. $(2)~_GUICtrlRichEdit_GetCharBkColor
  6063. _GUICtrlRichEdit_GetCharBkColor($[$$hWnd])
  6064.  
  6065. $(2)~_GUICtrlRichEdit_GetCharColor
  6066. _GUICtrlRichEdit_GetCharColor($[$$hWnd])
  6067.  
  6068. $(2)~_GUICtrlRichEdit_GetCharPosFromXY
  6069. _GUICtrlRichEdit_GetCharPosFromXY($[$$hWnd], $[$$iX], $[$$iY])
  6070.  
  6071. $(2)~_GUICtrlRichEdit_GetCharPosOfNextWord
  6072. _GUICtrlRichEdit_GetCharPosOfNextWord($[$$hWnd], $[$$iCpStart])
  6073.  
  6074. $(2)~_GUICtrlRichEdit_GetCharPosOfPreviousWord
  6075. _GUICtrlRichEdit_GetCharPosOfPreviousWord($[$$hWnd], $[$$iCpStart])
  6076.  
  6077. $(2)~_GUICtrlRichEdit_GetCharWordBreakInfo
  6078. _GUICtrlRichEdit_GetCharWordBreakInfo($[$$hWnd], $[$$iCp])
  6079.  
  6080. $(2)~_GUICtrlRichEdit_GetFirstCharPosOnLine
  6081. _GUICtrlRichEdit_GetFirstCharPosOnLine($[$$hWnd], $[$$iLine = -1])
  6082.  
  6083. $(2)~_GUICtrlRichEdit_GetFont
  6084. _GUICtrlRichEdit_GetFont($[$$hWnd])
  6085.  
  6086. $(2)~_GUICtrlRichEdit_GetLineCount
  6087. _GUICtrlRichEdit_GetLineCount($[$$hWnd])
  6088.  
  6089. $(2)~_GUICtrlRichEdit_GetLineLength
  6090. _GUICtrlRichEdit_GetLineLength($[$$hWnd], $[$$iLine])
  6091.  
  6092. $(2)~_GUICtrlRichEdit_GetLineNumberFromCharPos
  6093. _GUICtrlRichEdit_GetLineNumberFromCharPos($[$$hWnd], $[$$iCharPos])
  6094.  
  6095. $(2)~_GUICtrlRichEdit_GetNextRedo
  6096. _GUICtrlRichEdit_GetNextRedo($[$$hWnd], $[$$bName = True])
  6097.  
  6098. $(2)~_GUICtrlRichEdit_GetNextUndo
  6099. _GUICtrlRichEdit_GetNextUndo($[$$hWnd], $[$$bName = True])
  6100.  
  6101. $(2)~_GUICtrlRichEdit_GetNumberOfFirstVisibleLine
  6102. _GUICtrlRichEdit_GetNumberOfFirstVisibleLine($[$$hWnd])
  6103.  
  6104. $(2)~_GUICtrlRichEdit_GetParaAlignment
  6105. _GUICtrlRichEdit_GetParaAlignment($[$$hWnd])
  6106.  
  6107. $(2)~_GUICtrlRichEdit_GetParaAttributes
  6108. _GUICtrlRichEdit_GetParaAttributes($[$$hWnd])
  6109.  
  6110. $(2)~_GUICtrlRichEdit_GetParaBorder
  6111. _GUICtrlRichEdit_GetParaBorder($[$$hWnd])
  6112.  
  6113. $(2)~_GUICtrlRichEdit_GetParaIndents
  6114. _GUICtrlRichEdit_GetParaIndents($[$$hWnd])
  6115.  
  6116. $(2)~_GUICtrlRichEdit_GetParaNumbering
  6117. _GUICtrlRichEdit_GetParaNumbering($[$$hWnd])
  6118.  
  6119. $(2)~_GUICtrlRichEdit_GetParaShading
  6120. _GUICtrlRichEdit_GetParaShading($[$$hWnd])
  6121.  
  6122. $(2)~_GUICtrlRichEdit_GetParaSpacing
  6123. _GUICtrlRichEdit_GetParaSpacing($[$$hWnd])
  6124.  
  6125. $(2)~_GUICtrlRichEdit_GetParaTabStops
  6126. _GUICtrlRichEdit_GetParaTabStops($[$$hWnd])
  6127.  
  6128. $(2)~_GUICtrlRichEdit_GetPasswordChar
  6129. _GUICtrlRichEdit_GetPasswordChar($[$$hWnd])
  6130.  
  6131. $(2)~_GUICtrlRichEdit_GetRECT
  6132. _GUICtrlRichEdit_GetRECT($[$$hWnd])
  6133.  
  6134. $(2)~_GUICtrlRichEdit_GetScrollPos
  6135. _GUICtrlRichEdit_GetScrollPos($[$$hWnd])
  6136.  
  6137. $(2)~_GUICtrlRichEdit_GetSel
  6138. _GUICtrlRichEdit_GetSel($[$$hWnd])
  6139.  
  6140. $(2)~_GUICtrlRichEdit_GetSelAA
  6141. _GUICtrlRichEdit_GetSelAA($[$$hWnd])
  6142.  
  6143. $(2)~_GUICtrlRichEdit_GetSelText
  6144. _GUICtrlRichEdit_GetSelText($[$$hWnd])
  6145.  
  6146. $(2)~_GUICtrlRichEdit_GetSpaceUnit
  6147. _GUICtrlRichEdit_GetSpaceUnit($[])
  6148.  
  6149. $(2)~_GUICtrlRichEdit_GetText
  6150. _GUICtrlRichEdit_GetText($[$$hWnd], $[$$bCrToCrLf = False], $[$$iCodePage = 0], $[$$sReplChar = ""])
  6151.  
  6152. $(2)~_GUICtrlRichEdit_GetTextInLine
  6153. _GUICtrlRichEdit_GetTextInLine($[$$hWnd], $[$$iLine])
  6154.  
  6155. $(2)~_GUICtrlRichEdit_GetTextInRange
  6156. _GUICtrlRichEdit_GetTextInRange($[$$hWnd], $[$$iStart], $[$$iEnd])
  6157.  
  6158. $(2)~_GUICtrlRichEdit_GetTextLength
  6159. _GUICtrlRichEdit_GetTextLength($[$$hWnd], $[$$bExact = True], $[$$bChars = False])
  6160.  
  6161. $(2)~_GUICtrlRichEdit_GetVersion
  6162. _GUICtrlRichEdit_GetVersion($[])
  6163.  
  6164. $(2)~_GUICtrlRichEdit_GetXYFromCharPos
  6165. _GUICtrlRichEdit_GetXYFromCharPos($[$$hWnd], $[$$iCharPos])
  6166.  
  6167. $(2)~_GUICtrlRichEdit_GetZoom
  6168. _GUICtrlRichEdit_GetZoom($[$$hWnd])
  6169.  
  6170. $(2)~_GUICtrlRichEdit_GotoCharPos
  6171. _GUICtrlRichEdit_GotoCharPos($[$$hWnd], $[$$iCharPos])
  6172.  
  6173. $(2)~_GUICtrlRichEdit_HideSelection
  6174. _GUICtrlRichEdit_HideSelection($[$$hWnd], $[$$bHide = True])
  6175.  
  6176. $(2)~_GUICtrlRichEdit_InsertText
  6177. _GUICtrlRichEdit_InsertText($[$$hWnd], $[$$sText])
  6178.  
  6179. $(2)~_GUICtrlRichEdit_IsModified
  6180. _GUICtrlRichEdit_IsModified($[$$hWnd])
  6181.  
  6182. $(2)~_GUICtrlRichEdit_IsTextSelected
  6183. _GUICtrlRichEdit_IsTextSelected($[$$hWnd])
  6184.  
  6185. $(2)~_GUICtrlRichEdit_Paste
  6186. _GUICtrlRichEdit_Paste($[$$hWnd])
  6187.  
  6188. $(2)~_GUICtrlRichEdit_PasteSpecial
  6189. _GUICtrlRichEdit_PasteSpecial($[$$hWnd], $[$$bAndObjects = True])
  6190.  
  6191. $(2)~_GUICtrlRichEdit_PauseRedraw
  6192. _GUICtrlRichEdit_PauseRedraw($[$$hWnd])
  6193.  
  6194. $(2)~_GUICtrlRichEdit_Redo
  6195. _GUICtrlRichEdit_Redo($[$$hWnd])
  6196.  
  6197. $(2)~_GUICtrlRichEdit_ReplaceText
  6198. _GUICtrlRichEdit_ReplaceText($[$$hWnd], $[$$sText], $[$$bCanUndo = True])
  6199.  
  6200. $(2)~_GUICtrlRichEdit_ResumeRedraw
  6201. _GUICtrlRichEdit_ResumeRedraw($[$$hWnd])
  6202.  
  6203. $(2)~_GUICtrlRichEdit_ScrollLineOrPage
  6204. _GUICtrlRichEdit_ScrollLineOrPage($[$$hWnd], $[$$sAction])
  6205.  
  6206. $(2)~_GUICtrlRichEdit_ScrollLines
  6207. _GUICtrlRichEdit_ScrollLines($[$$hWnd], $[$$iQlines])
  6208.  
  6209. $(2)~_GUICtrlRichEdit_ScrollToCaret
  6210. _GUICtrlRichEdit_ScrollToCaret($[$$hWnd])
  6211.  
  6212. $(2)~_GUICtrlRichEdit_SetBkColor
  6213. _GUICtrlRichEdit_SetBkColor($[$$hWnd], $[$$iBngColor = Default])
  6214.  
  6215. $(2)~_GUICtrlRichEdit_SetCharAttributes
  6216. _GUICtrlRichEdit_SetCharAttributes($[$$hWnd], $[$$sStatesAndEffects], $[$$bWord = False])
  6217.  
  6218. $(2)~_GUICtrlRichEdit_SetCharBkColor
  6219. _GUICtrlRichEdit_SetCharBkColor($[$$hWnd], $[$$iBkColor = Default])
  6220.  
  6221. $(2)~_GUICtrlRichEdit_SetCharColor
  6222. _GUICtrlRichEdit_SetCharColor($[$$hWnd], $[$$iColor = Default])
  6223.  
  6224. $(2)~_GUICtrlRichEdit_SetEventMask
  6225. _GUICtrlRichEdit_SetEventMask($[$$hWnd], $[$$iEventMask])
  6226.  
  6227. $(2)~_GUICtrlRichEdit_SetFont
  6228. _GUICtrlRichEdit_SetFont($[$$hWnd], $[$$iPoints = Default], $[$$sName = Default], $[$$iCharset = Default], $[$$iLcid = Default])
  6229.  
  6230. $(2)~_GUICtrlRichEdit_SetLimitOnText
  6231. _GUICtrlRichEdit_SetLimitOnText($[$$hWnd], $[$$iNewLimit])
  6232.  
  6233. $(2)~_GUICtrlRichEdit_SetModified
  6234. _GUICtrlRichEdit_SetModified($[$$hWnd], $[$$bState = True])
  6235.  
  6236. $(2)~_GUICtrlRichEdit_SetParaAlignment
  6237. _GUICtrlRichEdit_SetParaAlignment($[$$hWnd], $[$$sAlignment])
  6238.  
  6239. $(2)~_GUICtrlRichEdit_SetParaAttributes
  6240. _GUICtrlRichEdit_SetParaAttributes($[$$hWnd], $[$$sStatesAndAtts])
  6241.  
  6242. $(2)~_GUICtrlRichEdit_SetParaBorder
  6243. _GUICtrlRichEdit_SetParaBorder($[$$hWnd], $[$$sLocation = Default], $[$$vLineStyle = Default], $[$$sColor = Default], $[$$iSpace = Default])
  6244.  
  6245. $(2)~_GUICtrlRichEdit_SetParaIndents
  6246. _GUICtrlRichEdit_SetParaIndents($[$$hWnd], $[$$vLeft = Default], $[$$iRight = Default], $[$$iFirstLine = Default])
  6247.  
  6248. $(2)~_GUICtrlRichEdit_SetParaNumbering
  6249. _GUICtrlRichEdit_SetParaNumbering($[$$hWnd], $[$$sStyle], $[$$iTextToNbrSpace = Default], $[$$bForceRoman = False])
  6250.  
  6251. $(2)~_GUICtrlRichEdit_SetParaShading
  6252. _GUICtrlRichEdit_SetParaShading($[$$hWnd], $[$$iWeight = Default], $[$$sStyle = Default], $[$$sForeColor = Default], $[$$sBackColor = Default])
  6253.  
  6254. $(2)~_GUICtrlRichEdit_SetParaSpacing
  6255. _GUICtrlRichEdit_SetParaSpacing($[$$hWnd], $[$$vInter = Default], $[$$iBefore = Default], $[$$iAfter = Default])
  6256.  
  6257. $(2)~_GUICtrlRichEdit_SetParaTabStops
  6258. _GUICtrlRichEdit_SetParaTabStops($[$$hWnd], $[$$sTabStops])
  6259.  
  6260. $(2)~_GUICtrlRichEdit_SetPasswordChar
  6261. _GUICtrlRichEdit_SetPasswordChar($[$$hWnd], $[$$sDisplayChar = "*"])
  6262.  
  6263. $(2)~_GUICtrlRichEdit_SetReadOnly
  6264. _GUICtrlRichEdit_SetReadOnly($[$$hWnd], $[$$bState = True])
  6265.  
  6266. $(2)~_GUICtrlRichEdit_SetRECT
  6267. _GUICtrlRichEdit_SetRECT($[$$hWnd], $[$$iLeft = Default], $[$$iTop = Default], $[$$iRight = Default], $[$$iBottom = Default], $[$$bRedraw = True])
  6268.  
  6269. $(2)~_GUICtrlRichEdit_SetScrollPos
  6270. _GUICtrlRichEdit_SetScrollPos($[$$hWnd], $[$$iX], $[$$iY])
  6271.  
  6272. $(2)~_GUICtrlRichEdit_SetSel
  6273. _GUICtrlRichEdit_SetSel($[$$hWnd], $[$$iAnchor], $[$$iActive], $[$$bHideSel = False])
  6274.  
  6275. $(2)~_GUICtrlRichEdit_SetSpaceUnit
  6276. _GUICtrlRichEdit_SetSpaceUnit($[$$sUnit])
  6277.  
  6278. $(2)~_GUICtrlRichEdit_SetTabStops
  6279. _GUICtrlRichEdit_SetTabStops($[$$hWnd], $[$$vTabStops], $[$$bRedraw = True])
  6280.  
  6281. $(2)~_GUICtrlRichEdit_SetText
  6282. _GUICtrlRichEdit_SetText($[$$hWnd], $[$$sText])
  6283.  
  6284. $(2)~_GUICtrlRichEdit_SetUndoLimit
  6285. _GUICtrlRichEdit_SetUndoLimit($[$$hWnd], $[$$iLimit])
  6286.  
  6287. $(2)~_GUICtrlRichEdit_SetZoom
  6288. _GUICtrlRichEdit_SetZoom($[$$hWnd], $[$$iPercent])
  6289.  
  6290. $(2)~_GUICtrlRichEdit_StreamFromFile
  6291. _GUICtrlRichEdit_StreamFromFile($[$$hWnd], $[$$sFileSpec], $[$$iFileEncoding = Default])
  6292.  
  6293. $(2)~_GUICtrlRichEdit_StreamFromVar
  6294. _GUICtrlRichEdit_StreamFromVar($[$$hWnd], $[$$sVar])
  6295.  
  6296. $(2)~_GUICtrlRichEdit_StreamToFile
  6297. _GUICtrlRichEdit_StreamToFile($[$$hWnd], $[$$sFileSpec], $[$$bIncludeCOM = True], $[$$iOpts = 0], $[$$iCodePage = 0], $[$$iFileEncoding = Default])
  6298.  
  6299. $(2)~_GUICtrlRichEdit_StreamToVar
  6300. _GUICtrlRichEdit_StreamToVar($[$$hWnd], $[$$bRtf = True], $[$$bIncludeCOM = True], $[$$iOpts = 0], $[$$iCodePage = 0])
  6301.  
  6302. $(2)~_GUICtrlRichEdit_Undo
  6303. _GUICtrlRichEdit_Undo($[$$hWnd])
  6304.  
  6305. $(2)~_GUICtrlSlider_ClearSel
  6306. _GUICtrlSlider_ClearSel($[$$hWnd])
  6307.  
  6308. $(2)~_GUICtrlSlider_ClearTics
  6309. _GUICtrlSlider_ClearTics($[$$hWnd])
  6310.  
  6311. $(2)~_GUICtrlSlider_Create
  6312. _GUICtrlSlider_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 100], $[$$iHeight = 20], $[$$iStyle = $$TBS_AUTOTICKS], $[$$iExStyle = 0x00000000])
  6313.  
  6314. $(2)~_GUICtrlSlider_Destroy
  6315. _GUICtrlSlider_Destroy($[ByRef $$hWnd])
  6316.  
  6317. $(2)~_GUICtrlSlider_GetBuddy
  6318. _GUICtrlSlider_GetBuddy($[$$hWnd], $[$$bLocation])
  6319.  
  6320. $(2)~_GUICtrlSlider_GetChannelRect
  6321. _GUICtrlSlider_GetChannelRect($[$$hWnd])
  6322.  
  6323. $(2)~_GUICtrlSlider_GetChannelRectEx
  6324. _GUICtrlSlider_GetChannelRectEx($[$$hWnd])
  6325.  
  6326. $(2)~_GUICtrlSlider_GetLineSize
  6327. _GUICtrlSlider_GetLineSize($[$$hWnd])
  6328.  
  6329. $(2)~_GUICtrlSlider_GetLogicalTics
  6330. _GUICtrlSlider_GetLogicalTics($[$$hWnd])
  6331.  
  6332. $(2)~_GUICtrlSlider_GetNumTics
  6333. _GUICtrlSlider_GetNumTics($[$$hWnd])
  6334.  
  6335. $(2)~_GUICtrlSlider_GetPageSize
  6336. _GUICtrlSlider_GetPageSize($[$$hWnd])
  6337.  
  6338. $(2)~_GUICtrlSlider_GetPos
  6339. _GUICtrlSlider_GetPos($[$$hWnd])
  6340.  
  6341. $(2)~_GUICtrlSlider_GetRange
  6342. _GUICtrlSlider_GetRange($[$$hWnd])
  6343.  
  6344. $(2)~_GUICtrlSlider_GetRangeMax
  6345. _GUICtrlSlider_GetRangeMax($[$$hWnd])
  6346.  
  6347. $(2)~_GUICtrlSlider_GetRangeMin
  6348. _GUICtrlSlider_GetRangeMin($[$$hWnd])
  6349.  
  6350. $(2)~_GUICtrlSlider_GetSel
  6351. _GUICtrlSlider_GetSel($[$$hWnd])
  6352.  
  6353. $(2)~_GUICtrlSlider_GetSelEnd
  6354. _GUICtrlSlider_GetSelEnd($[$$hWnd])
  6355.  
  6356. $(2)~_GUICtrlSlider_GetSelStart
  6357. _GUICtrlSlider_GetSelStart($[$$hWnd])
  6358.  
  6359. $(2)~_GUICtrlSlider_GetThumbLength
  6360. _GUICtrlSlider_GetThumbLength($[$$hWnd])
  6361.  
  6362. $(2)~_GUICtrlSlider_GetThumbRect
  6363. _GUICtrlSlider_GetThumbRect($[$$hWnd])
  6364.  
  6365. $(2)~_GUICtrlSlider_GetThumbRectEx
  6366. _GUICtrlSlider_GetThumbRectEx($[$$hWnd])
  6367.  
  6368. $(2)~_GUICtrlSlider_GetTic
  6369. _GUICtrlSlider_GetTic($[$$hWnd], $[$$iTic])
  6370.  
  6371. $(2)~_GUICtrlSlider_GetTicPos
  6372. _GUICtrlSlider_GetTicPos($[$$hWnd], $[$$iTic])
  6373.  
  6374. $(2)~_GUICtrlSlider_GetToolTips
  6375. _GUICtrlSlider_GetToolTips($[$$hWnd])
  6376.  
  6377. $(2)~_GUICtrlSlider_GetUnicodeFormat
  6378. _GUICtrlSlider_GetUnicodeFormat($[$$hWnd])
  6379.  
  6380. $(2)~_GUICtrlSlider_SetBuddy
  6381. _GUICtrlSlider_SetBuddy($[$$hWnd], $[$$bLocation], $[$$hBuddy])
  6382.  
  6383. $(2)~_GUICtrlSlider_SetLineSize
  6384. _GUICtrlSlider_SetLineSize($[$$hWnd], $[$$iLineSize])
  6385.  
  6386. $(2)~_GUICtrlSlider_SetPageSize
  6387. _GUICtrlSlider_SetPageSize($[$$hWnd], $[$$iPageSize])
  6388.  
  6389. $(2)~_GUICtrlSlider_SetPos
  6390. _GUICtrlSlider_SetPos($[$$hWnd], $[$$iPosition])
  6391.  
  6392. $(2)~_GUICtrlSlider_SetRange
  6393. _GUICtrlSlider_SetRange($[$$hWnd], $[$$iMinimum], $[$$iMaximum])
  6394.  
  6395. $(2)~_GUICtrlSlider_SetRangeMax
  6396. _GUICtrlSlider_SetRangeMax($[$$hWnd], $[$$iMaximum])
  6397.  
  6398. $(2)~_GUICtrlSlider_SetRangeMin
  6399. _GUICtrlSlider_SetRangeMin($[$$hWnd], $[$$iMinimum])
  6400.  
  6401. $(2)~_GUICtrlSlider_SetSel
  6402. _GUICtrlSlider_SetSel($[$$hWnd], $[$$iMinimum], $[$$iMaximum])
  6403.  
  6404. $(2)~_GUICtrlSlider_SetSelEnd
  6405. _GUICtrlSlider_SetSelEnd($[$$hWnd], $[$$iMaximum])
  6406.  
  6407. $(2)~_GUICtrlSlider_SetSelStart
  6408. _GUICtrlSlider_SetSelStart($[$$hWnd], $[$$iMinimum])
  6409.  
  6410. $(2)~_GUICtrlSlider_SetThumbLength
  6411. _GUICtrlSlider_SetThumbLength($[$$hWnd], $[$$iLength])
  6412.  
  6413. $(2)~_GUICtrlSlider_SetTic
  6414. _GUICtrlSlider_SetTic($[$$hWnd], $[$$iPosition])
  6415.  
  6416. $(2)~_GUICtrlSlider_SetTicFreq
  6417. _GUICtrlSlider_SetTicFreq($[$$hWnd], $[$$iFreg])
  6418.  
  6419. $(2)~_GUICtrlSlider_SetTipSide
  6420. _GUICtrlSlider_SetTipSide($[$$hWnd], $[$$iLocation])
  6421.  
  6422. $(2)~_GUICtrlSlider_SetToolTips
  6423. _GUICtrlSlider_SetToolTips($[$$hWnd], $[$$hWndTT])
  6424.  
  6425. $(2)~_GUICtrlSlider_SetUnicodeFormat
  6426. _GUICtrlSlider_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
  6427.  
  6428. $(2)~_GUICtrlStatusBar_Create
  6429. _GUICtrlStatusBar_Create($[$$hWnd], $[$$vPartEdge = -1], $[$$vPartText = ""], $[$$iStyles = -1], $[$$iExStyles = 0x00000000])
  6430.  
  6431. $(2)~_GUICtrlStatusBar_Destroy
  6432. _GUICtrlStatusBar_Destroy($[ByRef $$hWnd])
  6433.  
  6434. $(2)~_GUICtrlStatusBar_EmbedControl
  6435. _GUICtrlStatusBar_EmbedControl($[$$hWnd], $[$$iPart], $[$$hControl], $[$$iFit = 4])
  6436.  
  6437. $(2)~_GUICtrlStatusBar_GetBorders
  6438. _GUICtrlStatusBar_GetBorders($[$$hWnd])
  6439.  
  6440. $(2)~_GUICtrlStatusBar_GetBordersHorz
  6441. _GUICtrlStatusBar_GetBordersHorz($[$$hWnd])
  6442.  
  6443. $(2)~_GUICtrlStatusBar_GetBordersRect
  6444. _GUICtrlStatusBar_GetBordersRect($[$$hWnd])
  6445.  
  6446. $(2)~_GUICtrlStatusBar_GetBordersVert
  6447. _GUICtrlStatusBar_GetBordersVert($[$$hWnd])
  6448.  
  6449. $(2)~_GUICtrlStatusBar_GetCount
  6450. _GUICtrlStatusBar_GetCount($[$$hWnd])
  6451.  
  6452. $(2)~_GUICtrlStatusBar_GetHeight
  6453. _GUICtrlStatusBar_GetHeight($[$$hWnd])
  6454.  
  6455. $(2)~_GUICtrlStatusBar_GetIcon
  6456. _GUICtrlStatusBar_GetIcon($[$$hWnd], $[$$iIndex = 0])
  6457.  
  6458. $(2)~_GUICtrlStatusBar_GetParts
  6459. _GUICtrlStatusBar_GetParts($[$$hWnd])
  6460.  
  6461. $(2)~_GUICtrlStatusBar_GetRect
  6462. _GUICtrlStatusBar_GetRect($[$$hWnd], $[$$iPart])
  6463.  
  6464. $(2)~_GUICtrlStatusBar_GetRectEx
  6465. _GUICtrlStatusBar_GetRectEx($[$$hWnd], $[$$iPart])
  6466.  
  6467. $(2)~_GUICtrlStatusBar_GetText
  6468. _GUICtrlStatusBar_GetText($[$$hWnd], $[$$iPart])
  6469.  
  6470. $(2)~_GUICtrlStatusBar_GetTextFlags
  6471. _GUICtrlStatusBar_GetTextFlags($[$$hWnd], $[$$iPart])
  6472.  
  6473. $(2)~_GUICtrlStatusBar_GetTextLength
  6474. _GUICtrlStatusBar_GetTextLength($[$$hWnd], $[$$iPart])
  6475.  
  6476. $(2)~_GUICtrlStatusBar_GetTextLengthEx
  6477. _GUICtrlStatusBar_GetTextLengthEx($[$$hWnd], $[$$iPart])
  6478.  
  6479. $(2)~_GUICtrlStatusBar_GetTipText
  6480. _GUICtrlStatusBar_GetTipText($[$$hWnd], $[$$iPart])
  6481.  
  6482. $(2)~_GUICtrlStatusBar_GetUnicodeFormat
  6483. _GUICtrlStatusBar_GetUnicodeFormat($[$$hWnd])
  6484.  
  6485. $(2)~_GUICtrlStatusBar_GetWidth
  6486. _GUICtrlStatusBar_GetWidth($[$$hWnd], $[$$iPart])
  6487.  
  6488. $(2)~_GUICtrlStatusBar_IsSimple
  6489. _GUICtrlStatusBar_IsSimple($[$$hWnd])
  6490.  
  6491. $(2)~_GUICtrlStatusBar_Resize
  6492. _GUICtrlStatusBar_Resize($[$$hWnd])
  6493.  
  6494. $(2)~_GUICtrlStatusBar_SetBkColor
  6495. _GUICtrlStatusBar_SetBkColor($[$$hWnd], $[$$iColor])
  6496.  
  6497. $(2)~_GUICtrlStatusBar_SetIcon
  6498. _GUICtrlStatusBar_SetIcon($[$$hWnd], $[$$iPart], $[$$hIcon = -1], $[$$sIconFile = ""])
  6499.  
  6500. $(2)~_GUICtrlStatusBar_SetMinHeight
  6501. _GUICtrlStatusBar_SetMinHeight($[$$hWnd], $[$$iMinHeight])
  6502.  
  6503. $(2)~_GUICtrlStatusBar_SetParts
  6504. _GUICtrlStatusBar_SetParts($[$$hWnd], $[$$vPartEdge = -1], $[$$vPartWidth = 25])
  6505.  
  6506. $(2)~_GUICtrlStatusBar_SetSimple
  6507. _GUICtrlStatusBar_SetSimple($[$$hWnd], $[$$bSimple = True])
  6508.  
  6509. $(2)~_GUICtrlStatusBar_SetText
  6510. _GUICtrlStatusBar_SetText($[$$hWnd], $[$$sText = ""], $[$$iPart = 0], $[$$iUFlag = 0])
  6511.  
  6512. $(2)~_GUICtrlStatusBar_SetTipText
  6513. _GUICtrlStatusBar_SetTipText($[$$hWnd], $[$$iPart], $[$$sText])
  6514.  
  6515. $(2)~_GUICtrlStatusBar_SetUnicodeFormat
  6516. _GUICtrlStatusBar_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = True])
  6517.  
  6518. $(2)~_GUICtrlStatusBar_ShowHide
  6519. _GUICtrlStatusBar_ShowHide($[$$hWnd], $[$$iState])
  6520.  
  6521. $(2)~_GUICtrlTab_ActivateTab
  6522. _GUICtrlTab_ActivateTab($[$$hWnd], $[$$iIndex])
  6523.  
  6524. $(2)~_GUICtrlTab_ClickTab
  6525. _GUICtrlTab_ClickTab($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
  6526.  
  6527. $(2)~_GUICtrlTab_Create
  6528. _GUICtrlTab_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x00000040], $[$$iExStyle = 0x00000000])
  6529.  
  6530. $(2)~_GUICtrlTab_DeleteAllItems
  6531. _GUICtrlTab_DeleteAllItems($[$$hWnd])
  6532.  
  6533. $(2)~_GUICtrlTab_DeleteItem
  6534. _GUICtrlTab_DeleteItem($[$$hWnd], $[$$iIndex])
  6535.  
  6536. $(2)~_GUICtrlTab_DeselectAll
  6537. _GUICtrlTab_DeselectAll($[$$hWnd], $[$$bExclude = True])
  6538.  
  6539. $(2)~_GUICtrlTab_Destroy
  6540. _GUICtrlTab_Destroy($[ByRef $$hWnd])
  6541.  
  6542. $(2)~_GUICtrlTab_FindTab
  6543. _GUICtrlTab_FindTab($[$$hWnd], $[$$sText], $[$$bInStr = False], $[$$iStart = 0])
  6544.  
  6545. $(2)~_GUICtrlTab_GetCurFocus
  6546. _GUICtrlTab_GetCurFocus($[$$hWnd])
  6547.  
  6548. $(2)~_GUICtrlTab_GetCurSel
  6549. _GUICtrlTab_GetCurSel($[$$hWnd])
  6550.  
  6551. $(2)~_GUICtrlTab_GetDisplayRect
  6552. _GUICtrlTab_GetDisplayRect($[$$hWnd])
  6553.  
  6554. $(2)~_GUICtrlTab_GetDisplayRectEx
  6555. _GUICtrlTab_GetDisplayRectEx($[$$hWnd])
  6556.  
  6557. $(2)~_GUICtrlTab_GetExtendedStyle
  6558. _GUICtrlTab_GetExtendedStyle($[$$hWnd])
  6559.  
  6560. $(2)~_GUICtrlTab_GetImageList
  6561. _GUICtrlTab_GetImageList($[$$hWnd])
  6562.  
  6563. $(2)~_GUICtrlTab_GetItem
  6564. _GUICtrlTab_GetItem($[$$hWnd], $[$$iIndex])
  6565.  
  6566. $(2)~_GUICtrlTab_GetItemCount
  6567. _GUICtrlTab_GetItemCount($[$$hWnd])
  6568.  
  6569. $(2)~_GUICtrlTab_GetItemImage
  6570. _GUICtrlTab_GetItemImage($[$$hWnd], $[$$iIndex])
  6571.  
  6572. $(2)~_GUICtrlTab_GetItemParam
  6573. _GUICtrlTab_GetItemParam($[$$hWnd], $[$$iIndex])
  6574.  
  6575. $(2)~_GUICtrlTab_GetItemRect
  6576. _GUICtrlTab_GetItemRect($[$$hWnd], $[$$iIndex])
  6577.  
  6578. $(2)~_GUICtrlTab_GetItemRectEx
  6579. _GUICtrlTab_GetItemRectEx($[$$hWnd], $[$$iIndex])
  6580.  
  6581. $(2)~_GUICtrlTab_GetItemState
  6582. _GUICtrlTab_GetItemState($[$$hWnd], $[$$iIndex])
  6583.  
  6584. $(2)~_GUICtrlTab_GetItemText
  6585. _GUICtrlTab_GetItemText($[$$hWnd], $[$$iIndex])
  6586.  
  6587. $(2)~_GUICtrlTab_GetRowCount
  6588. _GUICtrlTab_GetRowCount($[$$hWnd])
  6589.  
  6590. $(2)~_GUICtrlTab_GetToolTips
  6591. _GUICtrlTab_GetToolTips($[$$hWnd])
  6592.  
  6593. $(2)~_GUICtrlTab_GetUnicodeFormat
  6594. _GUICtrlTab_GetUnicodeFormat($[$$hWnd])
  6595.  
  6596. $(2)~_GUICtrlTab_HighlightItem
  6597. _GUICtrlTab_HighlightItem($[$$hWnd], $[$$iIndex], $[$$bHighlight = True])
  6598.  
  6599. $(2)~_GUICtrlTab_HitTest
  6600. _GUICtrlTab_HitTest($[$$hWnd], $[$$iX], $[$$iY])
  6601.  
  6602. $(2)~_GUICtrlTab_InsertItem
  6603. _GUICtrlTab_InsertItem($[$$hWnd], $[$$iIndex], $[$$sText], $[$$iImage = -1], $[$$iParam = 0])
  6604.  
  6605. $(2)~_GUICtrlTab_RemoveImage
  6606. _GUICtrlTab_RemoveImage($[$$hWnd], $[$$iIndex])
  6607.  
  6608. $(2)~_GUICtrlTab_SetCurFocus
  6609. _GUICtrlTab_SetCurFocus($[$$hWnd], $[$$iIndex])
  6610.  
  6611. $(2)~_GUICtrlTab_SetCurSel
  6612. _GUICtrlTab_SetCurSel($[$$hWnd], $[$$iIndex])
  6613.  
  6614. $(2)~_GUICtrlTab_SetExtendedStyle
  6615. _GUICtrlTab_SetExtendedStyle($[$$hWnd], $[$$iStyle])
  6616.  
  6617. $(2)~_GUICtrlTab_SetImageList
  6618. _GUICtrlTab_SetImageList($[$$hWnd], $[$$hImage])
  6619.  
  6620. $(2)~_GUICtrlTab_SetItem
  6621. _GUICtrlTab_SetItem($[$$hWnd], $[$$iIndex], $[$$sText = -1], $[$$iState = -1], $[$$iImage = -1], $[$$iParam = -1])
  6622.  
  6623. $(2)~_GUICtrlTab_SetItemImage
  6624. _GUICtrlTab_SetItemImage($[$$hWnd], $[$$iIndex], $[$$iImage])
  6625.  
  6626. $(2)~_GUICtrlTab_SetItemParam
  6627. _GUICtrlTab_SetItemParam($[$$hWnd], $[$$iIndex], $[$$iParam])
  6628.  
  6629. $(2)~_GUICtrlTab_SetItemSize
  6630. _GUICtrlTab_SetItemSize($[$$hWnd], $[$$iWidth], $[$$iHeight])
  6631.  
  6632. $(2)~_GUICtrlTab_SetItemState
  6633. _GUICtrlTab_SetItemState($[$$hWnd], $[$$iIndex], $[$$iState])
  6634.  
  6635. $(2)~_GUICtrlTab_SetItemText
  6636. _GUICtrlTab_SetItemText($[$$hWnd], $[$$iIndex], $[$$sText])
  6637.  
  6638. $(2)~_GUICtrlTab_SetMinTabWidth
  6639. _GUICtrlTab_SetMinTabWidth($[$$hWnd], $[$$iMinWidth])
  6640.  
  6641. $(2)~_GUICtrlTab_SetPadding
  6642. _GUICtrlTab_SetPadding($[$$hWnd], $[$$iHorz], $[$$iVert])
  6643.  
  6644. $(2)~_GUICtrlTab_SetToolTips
  6645. _GUICtrlTab_SetToolTips($[$$hWnd], $[$$hToolTip])
  6646.  
  6647. $(2)~_GUICtrlTab_SetUnicodeFormat
  6648. _GUICtrlTab_SetUnicodeFormat($[$$hWnd], $[$$bUnicode])
  6649.  
  6650. $(2)~_GUICtrlToolbar_AddBitmap
  6651. _GUICtrlToolbar_AddBitmap($[$$hWnd], $[$$iButtons], $[$$hInst], $[$$iID])
  6652.  
  6653. $(2)~_GUICtrlToolbar_AddButton
  6654. _GUICtrlToolbar_AddButton($[$$hWnd], $[$$iID], $[$$iImage], $[$$iString = 0], $[$$iStyle = 0], $[$$iState = 4], $[$$iParam = 0])
  6655.  
  6656. $(2)~_GUICtrlToolbar_AddButtonSep
  6657. _GUICtrlToolbar_AddButtonSep($[$$hWnd], $[$$iWidth = 6])
  6658.  
  6659. $(2)~_GUICtrlToolbar_AddString
  6660. _GUICtrlToolbar_AddString($[$$hWnd], $[$$sString])
  6661.  
  6662. $(2)~_GUICtrlToolbar_ButtonCount
  6663. _GUICtrlToolbar_ButtonCount($[$$hWnd])
  6664.  
  6665. $(2)~_GUICtrlToolbar_CheckButton
  6666. _GUICtrlToolbar_CheckButton($[$$hWnd], $[$$iCommandID], $[$$bCheck = True])
  6667.  
  6668. $(2)~_GUICtrlToolbar_ClickAccel
  6669. _GUICtrlToolbar_ClickAccel($[$$hWnd], $[$$sAccelKey], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
  6670.  
  6671. $(2)~_GUICtrlToolbar_ClickButton
  6672. _GUICtrlToolbar_ClickButton($[$$hWnd], $[$$iCommandID], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
  6673.  
  6674. $(2)~_GUICtrlToolbar_ClickIndex
  6675. _GUICtrlToolbar_ClickIndex($[$$hWnd], $[$$iIndex], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 1])
  6676.  
  6677. $(2)~_GUICtrlToolbar_CommandToIndex
  6678. _GUICtrlToolbar_CommandToIndex($[$$hWnd], $[$$iCommandID])
  6679.  
  6680. $(2)~_GUICtrlToolbar_Create
  6681. _GUICtrlToolbar_Create($[$$hWnd], $[$$iStyle = 0x00000800], $[$$iExStyle = 0x00000000])
  6682.  
  6683. $(2)~_GUICtrlToolbar_Customize
  6684. _GUICtrlToolbar_Customize($[$$hWnd])
  6685.  
  6686. $(2)~_GUICtrlToolbar_DeleteButton
  6687. _GUICtrlToolbar_DeleteButton($[$$hWnd], $[$$iCommandID])
  6688.  
  6689. $(2)~_GUICtrlToolbar_Destroy
  6690. _GUICtrlToolbar_Destroy($[ByRef $$hWnd])
  6691.  
  6692. $(2)~_GUICtrlToolbar_EnableButton
  6693. _GUICtrlToolbar_EnableButton($[$$hWnd], $[$$iCommandID], $[$$bEnable = True])
  6694.  
  6695. $(2)~_GUICtrlToolbar_FindToolbar
  6696. _GUICtrlToolbar_FindToolbar($[$$hWnd], $[$$sText])
  6697.  
  6698. $(2)~_GUICtrlToolbar_GetAnchorHighlight
  6699. _GUICtrlToolbar_GetAnchorHighlight($[$$hWnd])
  6700.  
  6701. $(2)~_GUICtrlToolbar_GetBitmapFlags
  6702. _GUICtrlToolbar_GetBitmapFlags($[$$hWnd])
  6703.  
  6704. $(2)~_GUICtrlToolbar_GetButtonBitmap
  6705. _GUICtrlToolbar_GetButtonBitmap($[$$hWnd], $[$$iCommandID])
  6706.  
  6707. $(2)~_GUICtrlToolbar_GetButtonInfo
  6708. _GUICtrlToolbar_GetButtonInfo($[$$hWnd], $[$$iCommandID])
  6709.  
  6710. $(2)~_GUICtrlToolbar_GetButtonInfoEx
  6711. _GUICtrlToolbar_GetButtonInfoEx($[$$hWnd], $[$$iCommandID])
  6712.  
  6713. $(2)~_GUICtrlToolbar_GetButtonParam
  6714. _GUICtrlToolbar_GetButtonParam($[$$hWnd], $[$$iCommandID])
  6715.  
  6716. $(2)~_GUICtrlToolbar_GetButtonRect
  6717. _GUICtrlToolbar_GetButtonRect($[$$hWnd], $[$$iCommandID])
  6718.  
  6719. $(2)~_GUICtrlToolbar_GetButtonRectEx
  6720. _GUICtrlToolbar_GetButtonRectEx($[$$hWnd], $[$$iCommandID])
  6721.  
  6722. $(2)~_GUICtrlToolbar_GetButtonSize
  6723. _GUICtrlToolbar_GetButtonSize($[$$hWnd])
  6724.  
  6725. $(2)~_GUICtrlToolbar_GetButtonState
  6726. _GUICtrlToolbar_GetButtonState($[$$hWnd], $[$$iCommandID])
  6727.  
  6728. $(2)~_GUICtrlToolbar_GetButtonStyle
  6729. _GUICtrlToolbar_GetButtonStyle($[$$hWnd], $[$$iCommandID])
  6730.  
  6731. $(2)~_GUICtrlToolbar_GetButtonText
  6732. _GUICtrlToolbar_GetButtonText($[$$hWnd], $[$$iCommandID])
  6733.  
  6734. $(2)~_GUICtrlToolbar_GetColorScheme
  6735. _GUICtrlToolbar_GetColorScheme($[$$hWnd])
  6736.  
  6737. $(2)~_GUICtrlToolbar_GetDisabledImageList
  6738. _GUICtrlToolbar_GetDisabledImageList($[$$hWnd])
  6739.  
  6740. $(2)~_GUICtrlToolbar_GetExtendedStyle
  6741. _GUICtrlToolbar_GetExtendedStyle($[$$hWnd])
  6742.  
  6743. $(2)~_GUICtrlToolbar_GetHotImageList
  6744. _GUICtrlToolbar_GetHotImageList($[$$hWnd])
  6745.  
  6746. $(2)~_GUICtrlToolbar_GetHotItem
  6747. _GUICtrlToolbar_GetHotItem($[$$hWnd])
  6748.  
  6749. $(2)~_GUICtrlToolbar_GetImageList
  6750. _GUICtrlToolbar_GetImageList($[$$hWnd])
  6751.  
  6752. $(2)~_GUICtrlToolbar_GetInsertMark
  6753. _GUICtrlToolbar_GetInsertMark($[$$hWnd])
  6754.  
  6755. $(2)~_GUICtrlToolbar_GetInsertMarkColor
  6756. _GUICtrlToolbar_GetInsertMarkColor($[$$hWnd])
  6757.  
  6758. $(2)~_GUICtrlToolbar_GetMaxSize
  6759. _GUICtrlToolbar_GetMaxSize($[$$hWnd])
  6760.  
  6761. $(2)~_GUICtrlToolbar_GetMetrics
  6762. _GUICtrlToolbar_GetMetrics($[$$hWnd])
  6763.  
  6764. $(2)~_GUICtrlToolbar_GetPadding
  6765. _GUICtrlToolbar_GetPadding($[$$hWnd])
  6766.  
  6767. $(2)~_GUICtrlToolbar_GetRows
  6768. _GUICtrlToolbar_GetRows($[$$hWnd])
  6769.  
  6770. $(2)~_GUICtrlToolbar_GetString
  6771. _GUICtrlToolbar_GetString($[$$hWnd], $[$$iIndex])
  6772.  
  6773. $(2)~_GUICtrlToolbar_GetStyle
  6774. _GUICtrlToolbar_GetStyle($[$$hWnd])
  6775.  
  6776. $(2)~_GUICtrlToolbar_GetStyleAltDrag
  6777. _GUICtrlToolbar_GetStyleAltDrag($[$$hWnd])
  6778.  
  6779. $(2)~_GUICtrlToolbar_GetStyleCustomErase
  6780. _GUICtrlToolbar_GetStyleCustomErase($[$$hWnd])
  6781.  
  6782. $(2)~_GUICtrlToolbar_GetStyleFlat
  6783. _GUICtrlToolbar_GetStyleFlat($[$$hWnd])
  6784.  
  6785. $(2)~_GUICtrlToolbar_GetStyleList
  6786. _GUICtrlToolbar_GetStyleList($[$$hWnd])
  6787.  
  6788. $(2)~_GUICtrlToolbar_GetStyleRegisterDrop
  6789. _GUICtrlToolbar_GetStyleRegisterDrop($[$$hWnd])
  6790.  
  6791. $(2)~_GUICtrlToolbar_GetStyleToolTips
  6792. _GUICtrlToolbar_GetStyleToolTips($[$$hWnd])
  6793.  
  6794. $(2)~_GUICtrlToolbar_GetStyleTransparent
  6795. _GUICtrlToolbar_GetStyleTransparent($[$$hWnd])
  6796.  
  6797. $(2)~_GUICtrlToolbar_GetStyleWrapable
  6798. _GUICtrlToolbar_GetStyleWrapable($[$$hWnd])
  6799.  
  6800. $(2)~_GUICtrlToolbar_GetTextRows
  6801. _GUICtrlToolbar_GetTextRows($[$$hWnd])
  6802.  
  6803. $(2)~_GUICtrlToolbar_GetToolTips
  6804. _GUICtrlToolbar_GetToolTips($[$$hWnd])
  6805.  
  6806. $(2)~_GUICtrlToolbar_GetUnicodeFormat
  6807. _GUICtrlToolbar_GetUnicodeFormat($[$$hWnd])
  6808.  
  6809. $(2)~_GUICtrlToolbar_HideButton
  6810. _GUICtrlToolbar_HideButton($[$$hWnd], $[$$iCommandID], $[$$bHide = True])
  6811.  
  6812. $(2)~_GUICtrlToolbar_HighlightButton
  6813. _GUICtrlToolbar_HighlightButton($[$$hWnd], $[$$iCommandID], $[$$bHighlight = True])
  6814.  
  6815. $(2)~_GUICtrlToolbar_HitTest
  6816. _GUICtrlToolbar_HitTest($[$$hWnd], $[$$iX], $[$$iY])
  6817.  
  6818. $(2)~_GUICtrlToolbar_IndexToCommand
  6819. _GUICtrlToolbar_IndexToCommand($[$$hWnd], $[$$iIndex])
  6820.  
  6821. $(2)~_GUICtrlToolbar_InsertButton
  6822. _GUICtrlToolbar_InsertButton($[$$hWnd], $[$$iIndex], $[$$iID], $[$$iImage], $[$$sText = ""], $[$$iStyle = 0], $[$$iState = 4], $[$$iParam = 0])
  6823.  
  6824. $(2)~_GUICtrlToolbar_InsertMarkHitTest
  6825. _GUICtrlToolbar_InsertMarkHitTest($[$$hWnd], $[$$iX], $[$$iY])
  6826.  
  6827. $(2)~_GUICtrlToolbar_IsButtonChecked
  6828. _GUICtrlToolbar_IsButtonChecked($[$$hWnd], $[$$iCommandID])
  6829.  
  6830. $(2)~_GUICtrlToolbar_IsButtonEnabled
  6831. _GUICtrlToolbar_IsButtonEnabled($[$$hWnd], $[$$iCommandID])
  6832.  
  6833. $(2)~_GUICtrlToolbar_IsButtonHidden
  6834. _GUICtrlToolbar_IsButtonHidden($[$$hWnd], $[$$iCommandID])
  6835.  
  6836. $(2)~_GUICtrlToolbar_IsButtonHighlighted
  6837. _GUICtrlToolbar_IsButtonHighlighted($[$$hWnd], $[$$iCommandID])
  6838.  
  6839. $(2)~_GUICtrlToolbar_IsButtonIndeterminate
  6840. _GUICtrlToolbar_IsButtonIndeterminate($[$$hWnd], $[$$iCommandID])
  6841.  
  6842. $(2)~_GUICtrlToolbar_IsButtonPressed
  6843. _GUICtrlToolbar_IsButtonPressed($[$$hWnd], $[$$iCommandID])
  6844.  
  6845. $(2)~_GUICtrlToolbar_LoadBitmap
  6846. _GUICtrlToolbar_LoadBitmap($[$$hWnd], $[$$sFileName])
  6847.  
  6848. $(2)~_GUICtrlToolbar_LoadImages
  6849. _GUICtrlToolbar_LoadImages($[$$hWnd], $[$$iBitMapID])
  6850.  
  6851. $(2)~_GUICtrlToolbar_MapAccelerator
  6852. _GUICtrlToolbar_MapAccelerator($[$$hWnd], $[$$sAccelKey])
  6853.  
  6854. $(2)~_GUICtrlToolbar_MoveButton
  6855. _GUICtrlToolbar_MoveButton($[$$hWnd], $[$$iOldPos], $[$$iNewPos])
  6856.  
  6857. $(2)~_GUICtrlToolbar_PressButton
  6858. _GUICtrlToolbar_PressButton($[$$hWnd], $[$$iCommandID], $[$$bPress = True])
  6859.  
  6860. $(2)~_GUICtrlToolbar_SetAnchorHighlight
  6861. _GUICtrlToolbar_SetAnchorHighlight($[$$hWnd], $[$$bAnchor])
  6862.  
  6863. $(2)~_GUICtrlToolbar_SetBitmapSize
  6864. _GUICtrlToolbar_SetBitmapSize($[$$hWnd], $[$$iWidth], $[$$iHeight])
  6865.  
  6866. $(2)~_GUICtrlToolbar_SetButtonBitMap
  6867. _GUICtrlToolbar_SetButtonBitMap($[$$hWnd], $[$$iCommandID], $[$$iIndex])
  6868.  
  6869. $(2)~_GUICtrlToolbar_SetButtonInfo
  6870. _GUICtrlToolbar_SetButtonInfo($[$$hWnd], $[$$iCommandID], $[$$iImage = -3], $[$$iState = -1], $[$$iStyle = -1], $[$$iWidth = -1], $[$$iParam = -1])
  6871.  
  6872. $(2)~_GUICtrlToolbar_SetButtonInfoEx
  6873. _GUICtrlToolbar_SetButtonInfoEx($[$$hWnd], $[$$iCommandID], $[$$tButton])
  6874.  
  6875. $(2)~_GUICtrlToolbar_SetButtonParam
  6876. _GUICtrlToolbar_SetButtonParam($[$$hWnd], $[$$iCommandID], $[$$iParam])
  6877.  
  6878. $(2)~_GUICtrlToolbar_SetButtonSize
  6879. _GUICtrlToolbar_SetButtonSize($[$$hWnd], $[$$iHeight], $[$$iWidth])
  6880.  
  6881. $(2)~_GUICtrlToolbar_SetButtonState
  6882. _GUICtrlToolbar_SetButtonState($[$$hWnd], $[$$iCommandID], $[$$iState])
  6883.  
  6884. $(2)~_GUICtrlToolbar_SetButtonStyle
  6885. _GUICtrlToolbar_SetButtonStyle($[$$hWnd], $[$$iCommandID], $[$$iStyle])
  6886.  
  6887. $(2)~_GUICtrlToolbar_SetButtonText
  6888. _GUICtrlToolbar_SetButtonText($[$$hWnd], $[$$iCommandID], $[$$sText])
  6889.  
  6890. $(2)~_GUICtrlToolbar_SetButtonWidth
  6891. _GUICtrlToolbar_SetButtonWidth($[$$hWnd], $[$$iMin], $[$$iMax])
  6892.  
  6893. $(2)~_GUICtrlToolbar_SetCmdID
  6894. _GUICtrlToolbar_SetCmdID($[$$hWnd], $[$$iIndex], $[$$iCommandID])
  6895.  
  6896. $(2)~_GUICtrlToolbar_SetColorScheme
  6897. _GUICtrlToolbar_SetColorScheme($[$$hWnd], $[$$iHighlight], $[$$iShadow])
  6898.  
  6899. $(2)~_GUICtrlToolbar_SetDisabledImageList
  6900. _GUICtrlToolbar_SetDisabledImageList($[$$hWnd], $[$$hImageList])
  6901.  
  6902. $(2)~_GUICtrlToolbar_SetDrawTextFlags
  6903. _GUICtrlToolbar_SetDrawTextFlags($[$$hWnd], $[$$iMask], $[$$iDTFlags])
  6904.  
  6905. $(2)~_GUICtrlToolbar_SetExtendedStyle
  6906. _GUICtrlToolbar_SetExtendedStyle($[$$hWnd], $[$$iStyle])
  6907.  
  6908. $(2)~_GUICtrlToolbar_SetHotImageList
  6909. _GUICtrlToolbar_SetHotImageList($[$$hWnd], $[$$hImageList])
  6910.  
  6911. $(2)~_GUICtrlToolbar_SetHotItem
  6912. _GUICtrlToolbar_SetHotItem($[$$hWnd], $[$$iIndex])
  6913.  
  6914. $(2)~_GUICtrlToolbar_SetImageList
  6915. _GUICtrlToolbar_SetImageList($[$$hWnd], $[$$hImageList])
  6916.  
  6917. $(2)~_GUICtrlToolbar_SetIndent
  6918. _GUICtrlToolbar_SetIndent($[$$hWnd], $[$$iIndent])
  6919.  
  6920. $(2)~_GUICtrlToolbar_SetIndeterminate
  6921. _GUICtrlToolbar_SetIndeterminate($[$$hWnd], $[$$iCommandID], $[$$bState = True])
  6922.  
  6923. $(2)~_GUICtrlToolbar_SetInsertMark
  6924. _GUICtrlToolbar_SetInsertMark($[$$hWnd], $[$$iButton], $[$$iFlags = 0])
  6925.  
  6926. $(2)~_GUICtrlToolbar_SetInsertMarkColor
  6927. _GUICtrlToolbar_SetInsertMarkColor($[$$hWnd], $[$$iColor])
  6928.  
  6929. $(2)~_GUICtrlToolbar_SetMaxTextRows
  6930. _GUICtrlToolbar_SetMaxTextRows($[$$hWnd], $[$$iMaxRows])
  6931.  
  6932. $(2)~_GUICtrlToolbar_SetMetrics
  6933. _GUICtrlToolbar_SetMetrics($[$$hWnd], $[$$iXPad], $[$$iYPad], $[$$iXSpacing], $[$$iYSpacing])
  6934.  
  6935. $(2)~_GUICtrlToolbar_SetPadding
  6936. _GUICtrlToolbar_SetPadding($[$$hWnd], $[$$iCX], $[$$iCY])
  6937.  
  6938. $(2)~_GUICtrlToolbar_SetParent
  6939. _GUICtrlToolbar_SetParent($[$$hWnd], $[$$hParent])
  6940.  
  6941. $(2)~_GUICtrlToolbar_SetRows
  6942. _GUICtrlToolbar_SetRows($[$$hWnd], $[$$iRows], $[$$bLarger = True])
  6943.  
  6944. $(2)~_GUICtrlToolbar_SetStyle
  6945. _GUICtrlToolbar_SetStyle($[$$hWnd], $[$$iStyle])
  6946.  
  6947. $(2)~_GUICtrlToolbar_SetStyleAltDrag
  6948. _GUICtrlToolbar_SetStyleAltDrag($[$$hWnd], $[$$bState = True])
  6949.  
  6950. $(2)~_GUICtrlToolbar_SetStyleCustomErase
  6951. _GUICtrlToolbar_SetStyleCustomErase($[$$hWnd], $[$$bState = True])
  6952.  
  6953. $(2)~_GUICtrlToolbar_SetStyleFlat
  6954. _GUICtrlToolbar_SetStyleFlat($[$$hWnd], $[$$bState])
  6955.  
  6956. $(2)~_GUICtrlToolbar_SetStyleList
  6957. _GUICtrlToolbar_SetStyleList($[$$hWnd], $[$$bState])
  6958.  
  6959. $(2)~_GUICtrlToolbar_SetStyleRegisterDrop
  6960. _GUICtrlToolbar_SetStyleRegisterDrop($[$$hWnd], $[$$bState])
  6961.  
  6962. $(2)~_GUICtrlToolbar_SetStyleToolTips
  6963. _GUICtrlToolbar_SetStyleToolTips($[$$hWnd], $[$$bState])
  6964.  
  6965. $(2)~_GUICtrlToolbar_SetStyleTransparent
  6966. _GUICtrlToolbar_SetStyleTransparent($[$$hWnd], $[$$bState])
  6967.  
  6968. $(2)~_GUICtrlToolbar_SetStyleWrapable
  6969. _GUICtrlToolbar_SetStyleWrapable($[$$hWnd], $[$$bState])
  6970.  
  6971. $(2)~_GUICtrlToolbar_SetToolTips
  6972. _GUICtrlToolbar_SetToolTips($[$$hWnd], $[$$hToolTip])
  6973.  
  6974. $(2)~_GUICtrlToolbar_SetUnicodeFormat
  6975. _GUICtrlToolbar_SetUnicodeFormat($[$$hWnd], $[$$bUnicode = False])
  6976.  
  6977. $(2)~_GUICtrlToolbar_SetWindowTheme
  6978. _GUICtrlToolbar_SetWindowTheme($[$$hWnd], $[$$sTheme])
  6979.  
  6980. $(2)~_GUICtrlTreeView_Add
  6981. _GUICtrlTreeView_Add($[$$hWnd], $[$$hSibling], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
  6982.  
  6983. $(2)~_GUICtrlTreeView_AddChild
  6984. _GUICtrlTreeView_AddChild($[$$hWnd], $[$$hParent], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
  6985.  
  6986. $(2)~_GUICtrlTreeView_AddChildFirst
  6987. _GUICtrlTreeView_AddChildFirst($[$$hWnd], $[$$hParent], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
  6988.  
  6989. $(2)~_GUICtrlTreeView_AddFirst
  6990. _GUICtrlTreeView_AddFirst($[$$hWnd], $[$$hSibling], $[$$sText], $[$$iImage = -1], $[$$iSelImage = -1])
  6991.  
  6992. $(2)~_GUICtrlTreeView_BeginUpdate
  6993. _GUICtrlTreeView_BeginUpdate($[$$hWnd])
  6994.  
  6995. $(2)~_GUICtrlTreeView_ClickItem
  6996. _GUICtrlTreeView_ClickItem($[$$hWnd], $[$$hItem], $[$$sButton = "left"], $[$$bMove = False], $[$$iClicks = 1], $[$$iSpeed = 0])
  6997.  
  6998. $(2)~_GUICtrlTreeView_Create
  6999. _GUICtrlTreeView_Create($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth = 150], $[$$iHeight = 150], $[$$iStyle = 0x00000037], $[$$iExStyle = 0x00000000])
  7000.  
  7001. $(2)~_GUICtrlTreeView_CreateDragImage
  7002. _GUICtrlTreeView_CreateDragImage($[$$hWnd], $[$$hItem])
  7003.  
  7004. $(2)~_GUICtrlTreeView_CreateSolidBitMap
  7005. _GUICtrlTreeView_CreateSolidBitMap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight])
  7006.  
  7007. $(2)~_GUICtrlTreeView_Delete
  7008. _GUICtrlTreeView_Delete($[$$hWnd], $[$$hItem = 0])
  7009.  
  7010. $(2)~_GUICtrlTreeView_DeleteAll
  7011. _GUICtrlTreeView_DeleteAll($[$$hWnd])
  7012.  
  7013. $(2)~_GUICtrlTreeView_DeleteChildren
  7014. _GUICtrlTreeView_DeleteChildren($[$$hWnd], $[$$hItem])
  7015.  
  7016. $(2)~_GUICtrlTreeView_Destroy
  7017. _GUICtrlTreeView_Destroy($[ByRef $$hWnd])
  7018.  
  7019. $(2)~_GUICtrlTreeView_DisplayRect
  7020. _GUICtrlTreeView_DisplayRect($[$$hWnd], $[$$hItem], $[$$bTextOnly = False])
  7021.  
  7022. $(2)~_GUICtrlTreeView_DisplayRectEx
  7023. _GUICtrlTreeView_DisplayRectEx($[$$hWnd], $[$$hItem], $[$$bTextOnly = False])
  7024.  
  7025. $(2)~_GUICtrlTreeView_EditText
  7026. _GUICtrlTreeView_EditText($[$$hWnd], $[$$hItem])
  7027.  
  7028. $(2)~_GUICtrlTreeView_EndEdit
  7029. _GUICtrlTreeView_EndEdit($[$$hWnd], $[$$bCancel = False])
  7030.  
  7031. $(2)~_GUICtrlTreeView_EndUpdate
  7032. _GUICtrlTreeView_EndUpdate($[$$hWnd])
  7033.  
  7034. $(2)~_GUICtrlTreeView_EnsureVisible
  7035. _GUICtrlTreeView_EnsureVisible($[$$hWnd], $[$$hItem])
  7036.  
  7037. $(2)~_GUICtrlTreeView_Expand
  7038. _GUICtrlTreeView_Expand($[$$hWnd], $[$$hItem = 0], $[$$bExpand = True])
  7039.  
  7040. $(2)~_GUICtrlTreeView_ExpandedOnce
  7041. _GUICtrlTreeView_ExpandedOnce($[$$hWnd], $[$$hItem])
  7042.  
  7043. $(2)~_GUICtrlTreeView_FindItem
  7044. _GUICtrlTreeView_FindItem($[$$hWnd], $[$$sText], $[$$bInStr = False], $[$$hStart = 0])
  7045.  
  7046. $(2)~_GUICtrlTreeView_FindItemEx
  7047. _GUICtrlTreeView_FindItemEx($[$$hWnd], $[$$sTreePath], $[$$hStart = 0])
  7048.  
  7049. $(2)~_GUICtrlTreeView_GetBkColor
  7050. _GUICtrlTreeView_GetBkColor($[$$hWnd])
  7051.  
  7052. $(2)~_GUICtrlTreeView_GetBold
  7053. _GUICtrlTreeView_GetBold($[$$hWnd], $[$$hItem])
  7054.  
  7055. $(2)~_GUICtrlTreeView_GetChecked
  7056. _GUICtrlTreeView_GetChecked($[$$hWnd], $[$$hItem])
  7057.  
  7058. $(2)~_GUICtrlTreeView_GetChildCount
  7059. _GUICtrlTreeView_GetChildCount($[$$hWnd], $[$$hItem])
  7060.  
  7061. $(2)~_GUICtrlTreeView_GetChildren
  7062. _GUICtrlTreeView_GetChildren($[$$hWnd], $[$$hItem])
  7063.  
  7064. $(2)~_GUICtrlTreeView_GetCount
  7065. _GUICtrlTreeView_GetCount($[$$hWnd])
  7066.  
  7067. $(2)~_GUICtrlTreeView_GetCut
  7068. _GUICtrlTreeView_GetCut($[$$hWnd], $[$$hItem])
  7069.  
  7070. $(2)~_GUICtrlTreeView_GetDropTarget
  7071. _GUICtrlTreeView_GetDropTarget($[$$hWnd], $[$$hItem])
  7072.  
  7073. $(2)~_GUICtrlTreeView_GetEditControl
  7074. _GUICtrlTreeView_GetEditControl($[$$hWnd])
  7075.  
  7076. $(2)~_GUICtrlTreeView_GetExpanded
  7077. _GUICtrlTreeView_GetExpanded($[$$hWnd], $[$$hItem])
  7078.  
  7079. $(2)~_GUICtrlTreeView_GetFirstChild
  7080. _GUICtrlTreeView_GetFirstChild($[$$hWnd], $[$$hItem])
  7081.  
  7082. $(2)~_GUICtrlTreeView_GetFirstItem
  7083. _GUICtrlTreeView_GetFirstItem($[$$hWnd])
  7084.  
  7085. $(2)~_GUICtrlTreeView_GetFirstVisible
  7086. _GUICtrlTreeView_GetFirstVisible($[$$hWnd])
  7087.  
  7088. $(2)~_GUICtrlTreeView_GetFocused
  7089. _GUICtrlTreeView_GetFocused($[$$hWnd], $[$$hItem])
  7090.  
  7091. $(2)~_GUICtrlTreeView_GetHeight
  7092. _GUICtrlTreeView_GetHeight($[$$hWnd])
  7093.  
  7094. $(2)~_GUICtrlTreeView_GetImageIndex
  7095. _GUICtrlTreeView_GetImageIndex($[$$hWnd], $[$$hItem])
  7096.  
  7097. $(2)~_GUICtrlTreeView_GetImageListIconHandle
  7098. _GUICtrlTreeView_GetImageListIconHandle($[$$hWnd], $[$$iIndex])
  7099.  
  7100. $(2)~_GUICtrlTreeView_GetIndent
  7101. _GUICtrlTreeView_GetIndent($[$$hWnd])
  7102.  
  7103. $(2)~_GUICtrlTreeView_GetInsertMarkColor
  7104. _GUICtrlTreeView_GetInsertMarkColor($[$$hWnd])
  7105.  
  7106. $(2)~_GUICtrlTreeView_GetISearchString
  7107. _GUICtrlTreeView_GetISearchString($[$$hWnd])
  7108.  
  7109. $(2)~_GUICtrlTreeView_GetItemByIndex
  7110. _GUICtrlTreeView_GetItemByIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
  7111.  
  7112. $(2)~_GUICtrlTreeView_GetItemHandle
  7113. _GUICtrlTreeView_GetItemHandle($[$$hWnd], $[$$hItem = 0])
  7114.  
  7115. $(2)~_GUICtrlTreeView_GetItemParam
  7116. _GUICtrlTreeView_GetItemParam($[$$hWnd], $[$$hItem = 0])
  7117.  
  7118. $(2)~_GUICtrlTreeView_GetLastChild
  7119. _GUICtrlTreeView_GetLastChild($[$$hWnd], $[$$hItem])
  7120.  
  7121. $(2)~_GUICtrlTreeView_GetLineColor
  7122. _GUICtrlTreeView_GetLineColor($[$$hWnd])
  7123.  
  7124. $(2)~_GUICtrlTreeView_GetNext
  7125. _GUICtrlTreeView_GetNext($[$$hWnd], $[$$hItem])
  7126.  
  7127. $(2)~_GUICtrlTreeView_GetNextChild
  7128. _GUICtrlTreeView_GetNextChild($[$$hWnd], $[$$hItem])
  7129.  
  7130. $(2)~_GUICtrlTreeView_GetNextSibling
  7131. _GUICtrlTreeView_GetNextSibling($[$$hWnd], $[$$hItem])
  7132.  
  7133. $(2)~_GUICtrlTreeView_GetNextVisible
  7134. _GUICtrlTreeView_GetNextVisible($[$$hWnd], $[$$hItem])
  7135.  
  7136. $(2)~_GUICtrlTreeView_GetNormalImageList
  7137. _GUICtrlTreeView_GetNormalImageList($[$$hWnd])
  7138.  
  7139. $(2)~_GUICtrlTreeView_GetParentHandle
  7140. _GUICtrlTreeView_GetParentHandle($[$$hWnd], $[$$hItem = 0])
  7141.  
  7142. $(2)~_GUICtrlTreeView_GetParentParam
  7143. _GUICtrlTreeView_GetParentParam($[$$hWnd], $[$$hItem = 0])
  7144.  
  7145. $(2)~_GUICtrlTreeView_GetPrev
  7146. _GUICtrlTreeView_GetPrev($[$$hWnd], $[$$hItem])
  7147.  
  7148. $(2)~_GUICtrlTreeView_GetPrevChild
  7149. _GUICtrlTreeView_GetPrevChild($[$$hWnd], $[$$hItem])
  7150.  
  7151. $(2)~_GUICtrlTreeView_GetPrevSibling
  7152. _GUICtrlTreeView_GetPrevSibling($[$$hWnd], $[$$hItem])
  7153.  
  7154. $(2)~_GUICtrlTreeView_GetPrevVisible
  7155. _GUICtrlTreeView_GetPrevVisible($[$$hWnd], $[$$hItem])
  7156.  
  7157. $(2)~_GUICtrlTreeView_GetScrollTime
  7158. _GUICtrlTreeView_GetScrollTime($[$$hWnd])
  7159.  
  7160. $(2)~_GUICtrlTreeView_GetSelected
  7161. _GUICtrlTreeView_GetSelected($[$$hWnd], $[$$hItem])
  7162.  
  7163. $(2)~_GUICtrlTreeView_GetSelectedImageIndex
  7164. _GUICtrlTreeView_GetSelectedImageIndex($[$$hWnd], $[$$hItem])
  7165.  
  7166. $(2)~_GUICtrlTreeView_GetSelection
  7167. _GUICtrlTreeView_GetSelection($[$$hWnd])
  7168.  
  7169. $(2)~_GUICtrlTreeView_GetSiblingCount
  7170. _GUICtrlTreeView_GetSiblingCount($[$$hWnd], $[$$hItem])
  7171.  
  7172. $(2)~_GUICtrlTreeView_GetState
  7173. _GUICtrlTreeView_GetState($[$$hWnd], $[$$hItem = 0])
  7174.  
  7175. $(2)~_GUICtrlTreeView_GetStateImageIndex
  7176. _GUICtrlTreeView_GetStateImageIndex($[$$hWnd], $[$$hItem])
  7177.  
  7178. $(2)~_GUICtrlTreeView_GetStateImageList
  7179. _GUICtrlTreeView_GetStateImageList($[$$hWnd])
  7180.  
  7181. $(2)~_GUICtrlTreeView_GetText
  7182. _GUICtrlTreeView_GetText($[$$hWnd], $[$$hItem = 0])
  7183.  
  7184. $(2)~_GUICtrlTreeView_GetTextColor
  7185. _GUICtrlTreeView_GetTextColor($[$$hWnd])
  7186.  
  7187. $(2)~_GUICtrlTreeView_GetToolTips
  7188. _GUICtrlTreeView_GetToolTips($[$$hWnd])
  7189.  
  7190. $(2)~_GUICtrlTreeView_GetTree
  7191. _GUICtrlTreeView_GetTree($[$$hWnd], $[$$hItem = 0])
  7192.  
  7193. $(2)~_GUICtrlTreeView_GetUnicodeFormat
  7194. _GUICtrlTreeView_GetUnicodeFormat($[$$hWnd])
  7195.  
  7196. $(2)~_GUICtrlTreeView_GetVisible
  7197. _GUICtrlTreeView_GetVisible($[$$hWnd], $[$$hItem])
  7198.  
  7199. $(2)~_GUICtrlTreeView_GetVisibleCount
  7200. _GUICtrlTreeView_GetVisibleCount($[$$hWnd])
  7201.  
  7202. $(2)~_GUICtrlTreeView_HitTest
  7203. _GUICtrlTreeView_HitTest($[$$hWnd], $[$$iX], $[$$iY])
  7204.  
  7205. $(2)~_GUICtrlTreeView_HitTestEx
  7206. _GUICtrlTreeView_HitTestEx($[$$hWnd], $[$$iX], $[$$iY])
  7207.  
  7208. $(2)~_GUICtrlTreeView_HitTestItem
  7209. _GUICtrlTreeView_HitTestItem($[$$hWnd], $[$$iX], $[$$iY])
  7210.  
  7211. $(2)~_GUICtrlTreeView_Index
  7212. _GUICtrlTreeView_Index($[$$hWnd], $[$$hItem])
  7213.  
  7214. $(2)~_GUICtrlTreeView_InsertItem
  7215. _GUICtrlTreeView_InsertItem($[$$hWnd], $[$$sItem_Text], $[$$hItem_Parent = 0], $[$$hItem_After = 0], $[$$iImage = -1], $[$$iSelImage = -1])
  7216.  
  7217. $(2)~_GUICtrlTreeView_IsFirstItem
  7218. _GUICtrlTreeView_IsFirstItem($[$$hWnd], $[$$hItem])
  7219.  
  7220. $(2)~_GUICtrlTreeView_IsParent
  7221. _GUICtrlTreeView_IsParent($[$$hWnd], $[$$hParent], $[$$hItem])
  7222.  
  7223. $(2)~_GUICtrlTreeView_Level
  7224. _GUICtrlTreeView_Level($[$$hWnd], $[$$hItem])
  7225.  
  7226. $(2)~_GUICtrlTreeView_SelectItem
  7227. _GUICtrlTreeView_SelectItem($[$$hWnd], $[$$hItem], $[$$iFlag = 0])
  7228.  
  7229. $(2)~_GUICtrlTreeView_SelectItemByIndex
  7230. _GUICtrlTreeView_SelectItemByIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
  7231.  
  7232. $(2)~_GUICtrlTreeView_SetBkColor
  7233. _GUICtrlTreeView_SetBkColor($[$$hWnd], $[$$vRGBColor])
  7234.  
  7235. $(2)~_GUICtrlTreeView_SetBold
  7236. _GUICtrlTreeView_SetBold($[$$hWnd], $[$$hItem], $[$$bFlag = True])
  7237.  
  7238. $(2)~_GUICtrlTreeView_SetChecked
  7239. _GUICtrlTreeView_SetChecked($[$$hWnd], $[$$hItem], $[$$bCheck = True])
  7240.  
  7241. $(2)~_GUICtrlTreeView_SetCheckedByIndex
  7242. _GUICtrlTreeView_SetCheckedByIndex($[$$hWnd], $[$$hItem], $[$$iIndex], $[$$bCheck = True])
  7243.  
  7244. $(2)~_GUICtrlTreeView_SetChildren
  7245. _GUICtrlTreeView_SetChildren($[$$hWnd], $[$$hItem], $[$$bFlag = True])
  7246.  
  7247. $(2)~_GUICtrlTreeView_SetCut
  7248. _GUICtrlTreeView_SetCut($[$$hWnd], $[$$hItem], $[$$bFlag = True])
  7249.  
  7250. $(2)~_GUICtrlTreeView_SetDropTarget
  7251. _GUICtrlTreeView_SetDropTarget($[$$hWnd], $[$$hItem], $[$$bFlag = True])
  7252.  
  7253. $(2)~_GUICtrlTreeView_SetFocused
  7254. _GUICtrlTreeView_SetFocused($[$$hWnd], $[$$hItem], $[$$bFlag = True])
  7255.  
  7256. $(2)~_GUICtrlTreeView_SetHeight
  7257. _GUICtrlTreeView_SetHeight($[$$hWnd], $[$$iHeight])
  7258.  
  7259. $(2)~_GUICtrlTreeView_SetIcon
  7260. _GUICtrlTreeView_SetIcon($[$$hWnd], $[$$hItem = 0], $[$$sIconFile = ""], $[$$iIconID = 0], $[$$iImageMode = 6])
  7261.  
  7262. $(2)~_GUICtrlTreeView_SetImageIndex
  7263. _GUICtrlTreeView_SetImageIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
  7264.  
  7265. $(2)~_GUICtrlTreeView_SetIndent
  7266. _GUICtrlTreeView_SetIndent($[$$hWnd], $[$$iIndent])
  7267.  
  7268. $(2)~_GUICtrlTreeView_SetInsertMark
  7269. _GUICtrlTreeView_SetInsertMark($[$$hWnd], $[$$hItem], $[$$bAfter = True])
  7270.  
  7271. $(2)~_GUICtrlTreeView_SetInsertMarkColor
  7272. _GUICtrlTreeView_SetInsertMarkColor($[$$hWnd], $[$$iColor])
  7273.  
  7274. $(2)~_GUICtrlTreeView_SetItemHeight
  7275. _GUICtrlTreeView_SetItemHeight($[$$hWnd], $[$$hItem], $[$$iIntegral])
  7276.  
  7277. $(2)~_GUICtrlTreeView_SetItemParam
  7278. _GUICtrlTreeView_SetItemParam($[$$hWnd], $[$$hItem], $[$$iParam])
  7279.  
  7280. $(2)~_GUICtrlTreeView_SetLineColor
  7281. _GUICtrlTreeView_SetLineColor($[$$hWnd], $[$$vRGBColor])
  7282.  
  7283. $(2)~_GUICtrlTreeView_SetNormalImageList
  7284. _GUICtrlTreeView_SetNormalImageList($[$$hWnd], $[$$hImageList])
  7285.  
  7286. $(2)~_GUICtrlTreeView_SetScrollTime
  7287. _GUICtrlTreeView_SetScrollTime($[$$hWnd], $[$$iTime])
  7288.  
  7289. $(2)~_GUICtrlTreeView_SetSelected
  7290. _GUICtrlTreeView_SetSelected($[$$hWnd], $[$$hItem], $[$$bFlag = True])
  7291.  
  7292. $(2)~_GUICtrlTreeView_SetSelectedImageIndex
  7293. _GUICtrlTreeView_SetSelectedImageIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
  7294.  
  7295. $(2)~_GUICtrlTreeView_SetState
  7296. _GUICtrlTreeView_SetState($[$$hWnd], $[$$hItem], $[$$iState = 0], $[$$bSetState = True])
  7297.  
  7298. $(2)~_GUICtrlTreeView_SetStateImageIndex
  7299. _GUICtrlTreeView_SetStateImageIndex($[$$hWnd], $[$$hItem], $[$$iIndex])
  7300.  
  7301. $(2)~_GUICtrlTreeView_SetStateImageList
  7302. _GUICtrlTreeView_SetStateImageList($[$$hWnd], $[$$hImageList])
  7303.  
  7304. $(2)~_GUICtrlTreeView_SetText
  7305. _GUICtrlTreeView_SetText($[$$hWnd], $[$$hItem = 0], $[$$sText = ""])
  7306.  
  7307. $(2)~_GUICtrlTreeView_SetTextColor
  7308. _GUICtrlTreeView_SetTextColor($[$$hWnd], $[$$vRGBColor])
  7309.  
  7310. $(2)~_GUICtrlTreeView_SetToolTips
  7311. _GUICtrlTreeView_SetToolTips($[$$hWnd], $[$$hToolTip])
  7312.  
  7313. $(2)~_GUICtrlTreeView_SetUnicodeFormat
  7314. _GUICtrlTreeView_SetUnicodeFormat($[$$hWnd], $[$$bFormat = True])
  7315.  
  7316. $(2)~_GUICtrlTreeView_Sort
  7317. _GUICtrlTreeView_Sort($[$$hWnd])
  7318.  
  7319. $(2)~_GUIImageList_Add
  7320. _GUIImageList_Add($[$$hWnd], $[$$hImage], $[$$hMask = 0])
  7321.  
  7322. $(2)~_GUIImageList_AddBitmap
  7323. _GUIImageList_AddBitmap($[$$hWnd], $[$$sImage], $[$$sMask = ""])
  7324.  
  7325. $(2)~_GUIImageList_AddIcon
  7326. _GUIImageList_AddIcon($[$$hWnd], $[$$sFilePath], $[$$iIndex = 0], $[$$bLarge = False])
  7327.  
  7328. $(2)~_GUIImageList_AddMasked
  7329. _GUIImageList_AddMasked($[$$hWnd], $[$$hImage], $[$$iMask = 0])
  7330.  
  7331. $(2)~_GUIImageList_BeginDrag
  7332. _GUIImageList_BeginDrag($[$$hWnd], $[$$iTrack], $[$$iXHotSpot], $[$$iYHotSpot])
  7333.  
  7334. $(2)~_GUIImageList_Copy
  7335. _GUIImageList_Copy($[$$hWnd], $[$$iSource], $[$$iDestination])
  7336.  
  7337. $(2)~_GUIImageList_Create
  7338. _GUIImageList_Create($[$$iCX = 16], $[$$iCY = 16], $[$$iColor = 4], $[$$iOptions = 0], $[$$iInitial = 4], $[$$iGrow = 4])
  7339.  
  7340. $(2)~_GUIImageList_Destroy
  7341. _GUIImageList_Destroy($[$$hWnd])
  7342.  
  7343. $(2)~_GUIImageList_DestroyIcon
  7344. _GUIImageList_DestroyIcon($[$$hIcon])
  7345.  
  7346. $(2)~_GUIImageList_DragEnter
  7347. _GUIImageList_DragEnter($[$$hWnd], $[$$iX], $[$$iY])
  7348.  
  7349. $(2)~_GUIImageList_DragLeave
  7350. _GUIImageList_DragLeave($[$$hWnd])
  7351.  
  7352. $(2)~_GUIImageList_DragMove
  7353. _GUIImageList_DragMove($[$$iX], $[$$iY])
  7354.  
  7355. $(2)~_GUIImageList_Draw
  7356. _GUIImageList_Draw($[$$hWnd], $[$$iIndex], $[$$hDC], $[$$iX], $[$$iY], $[$$iStyle = 0])
  7357.  
  7358. $(2)~_GUIImageList_DrawEx
  7359. _GUIImageList_DrawEx($[$$hWnd], $[$$iIndex], $[$$hDC], $[$$iX], $[$$iY], $[$$iDX = 0], $[$$iDY = 0], $[$$iRGBBk = 0xFFFFFFFF], $[$$iRGBFg = 0xFFFFFFFF], $[$$iStyle = 0])
  7360.  
  7361. $(2)~_GUIImageList_Duplicate
  7362. _GUIImageList_Duplicate($[$$hWnd])
  7363.  
  7364. $(2)~_GUIImageList_EndDrag
  7365. _GUIImageList_EndDrag($[])
  7366.  
  7367. $(2)~_GUIImageList_GetBkColor
  7368. _GUIImageList_GetBkColor($[$$hWnd])
  7369.  
  7370. $(2)~_GUIImageList_GetIcon
  7371. _GUIImageList_GetIcon($[$$hWnd], $[$$iIndex], $[$$iStyle = 0])
  7372.  
  7373. $(2)~_GUIImageList_GetIconHeight
  7374. _GUIImageList_GetIconHeight($[$$hWnd])
  7375.  
  7376. $(2)~_GUIImageList_GetIconSize
  7377. _GUIImageList_GetIconSize($[$$hWnd])
  7378.  
  7379. $(2)~_GUIImageList_GetIconSizeEx
  7380. _GUIImageList_GetIconSizeEx($[$$hWnd])
  7381.  
  7382. $(2)~_GUIImageList_GetIconWidth
  7383. _GUIImageList_GetIconWidth($[$$hWnd])
  7384.  
  7385. $(2)~_GUIImageList_GetImageCount
  7386. _GUIImageList_GetImageCount($[$$hWnd])
  7387.  
  7388. $(2)~_GUIImageList_GetImageInfoEx
  7389. _GUIImageList_GetImageInfoEx($[$$hWnd], $[$$iIndex])
  7390.  
  7391. $(2)~_GUIImageList_Remove
  7392. _GUIImageList_Remove($[$$hWnd], $[$$iIndex = -1])
  7393.  
  7394. $(2)~_GUIImageList_ReplaceIcon
  7395. _GUIImageList_ReplaceIcon($[$$hWnd], $[$$iIndex], $[$$hIcon])
  7396.  
  7397. $(2)~_GUIImageList_SetBkColor
  7398. _GUIImageList_SetBkColor($[$$hWnd], $[$$iClrBk])
  7399.  
  7400. $(2)~_GUIImageList_SetIconSize
  7401. _GUIImageList_SetIconSize($[$$hWnd], $[$$iCX], $[$$iCY])
  7402.  
  7403. $(2)~_GUIImageList_SetImageCount
  7404. _GUIImageList_SetImageCount($[$$hWnd], $[$$iNewCount])
  7405.  
  7406. $(2)~_GUIImageList_Swap
  7407. _GUIImageList_Swap($[$$hWnd], $[$$iSource], $[$$iDestination])
  7408.  
  7409. $(2)~_GUIScrollBars_EnableScrollBar
  7410. _GUIScrollBars_EnableScrollBar($[$$hWnd], $[$$iSBflags = $$SB_BOTH], $[$$iArrows = $$ESB_ENABLE_BOTH])
  7411.  
  7412. $(2)~_GUIScrollBars_GetScrollBarInfoEx
  7413. _GUIScrollBars_GetScrollBarInfoEx($[$$hWnd], $[$$iObject])
  7414.  
  7415. $(2)~_GUIScrollBars_GetScrollBarRect
  7416. _GUIScrollBars_GetScrollBarRect($[$$hWnd], $[$$iObject])
  7417.  
  7418. $(2)~_GUIScrollBars_GetScrollBarRGState
  7419. _GUIScrollBars_GetScrollBarRGState($[$$hWnd], $[$$iObject])
  7420.  
  7421. $(2)~_GUIScrollBars_GetScrollBarXYLineButton
  7422. _GUIScrollBars_GetScrollBarXYLineButton($[$$hWnd], $[$$iObject])
  7423.  
  7424. $(2)~_GUIScrollBars_GetScrollBarXYThumbBottom
  7425. _GUIScrollBars_GetScrollBarXYThumbBottom($[$$hWnd], $[$$iObject])
  7426.  
  7427. $(2)~_GUIScrollBars_GetScrollBarXYThumbTop
  7428. _GUIScrollBars_GetScrollBarXYThumbTop($[$$hWnd], $[$$iObject])
  7429.  
  7430. $(2)~_GUIScrollBars_GetScrollInfo
  7431. _GUIScrollBars_GetScrollInfo($[$$hWnd], $[$$iBar], $[ByRef $$tSCROLLINFO])
  7432.  
  7433. $(2)~_GUIScrollBars_GetScrollInfoEx
  7434. _GUIScrollBars_GetScrollInfoEx($[$$hWnd], $[$$iBar])
  7435.  
  7436. $(2)~_GUIScrollBars_GetScrollInfoMax
  7437. _GUIScrollBars_GetScrollInfoMax($[$$hWnd], $[$$iBar])
  7438.  
  7439. $(2)~_GUIScrollBars_GetScrollInfoMin
  7440. _GUIScrollBars_GetScrollInfoMin($[$$hWnd], $[$$iBar])
  7441.  
  7442. $(2)~_GUIScrollBars_GetScrollInfoPage
  7443. _GUIScrollBars_GetScrollInfoPage($[$$hWnd], $[$$iBar])
  7444.  
  7445. $(2)~_GUIScrollBars_GetScrollInfoPos
  7446. _GUIScrollBars_GetScrollInfoPos($[$$hWnd], $[$$iBar])
  7447.  
  7448. $(2)~_GUIScrollBars_GetScrollInfoTrackPos
  7449. _GUIScrollBars_GetScrollInfoTrackPos($[$$hWnd], $[$$iBar])
  7450.  
  7451. $(2)~_GUIScrollBars_GetScrollPos
  7452. _GUIScrollBars_GetScrollPos($[$$hWnd], $[$$iBar])
  7453.  
  7454. $(2)~_GUIScrollBars_GetScrollRange
  7455. _GUIScrollBars_GetScrollRange($[$$hWnd], $[$$iBar])
  7456.  
  7457. $(2)~_GUIScrollBars_Init
  7458. _GUIScrollBars_Init($[$$hWnd], $[$$iMaxH = -1], $[$$iMaxV = -1])
  7459.  
  7460. $(2)~_GUIScrollBars_ScrollWindow
  7461. _GUIScrollBars_ScrollWindow($[$$hWnd], $[$$iXAmount], $[$$iYAmount])
  7462.  
  7463. $(2)~_GUIScrollBars_SetScrollInfo
  7464. _GUIScrollBars_SetScrollInfo($[$$hWnd], $[$$iBar], $[$$tSCROLLINFO], $[$$bRedraw = True])
  7465.  
  7466. $(2)~_GUIScrollBars_SetScrollInfoMax
  7467. _GUIScrollBars_SetScrollInfoMax($[$$hWnd], $[$$iBar], $[$$iMax])
  7468.  
  7469. $(2)~_GUIScrollBars_SetScrollInfoMin
  7470. _GUIScrollBars_SetScrollInfoMin($[$$hWnd], $[$$iBar], $[$$iMin])
  7471.  
  7472. $(2)~_GUIScrollBars_SetScrollInfoPage
  7473. _GUIScrollBars_SetScrollInfoPage($[$$hWnd], $[$$iBar], $[$$iPage])
  7474.  
  7475. $(2)~_GUIScrollBars_SetScrollInfoPos
  7476. _GUIScrollBars_SetScrollInfoPos($[$$hWnd], $[$$iBar], $[$$iPos])
  7477.  
  7478. $(2)~_GUIScrollBars_SetScrollRange
  7479. _GUIScrollBars_SetScrollRange($[$$hWnd], $[$$iBar], $[$$iMinPos], $[$$iMaxPos])
  7480.  
  7481. $(2)~_GUIScrollBars_ShowScrollBar
  7482. _GUIScrollBars_ShowScrollBar($[$$hWnd], $[$$iBar], $[$$bShow = True])
  7483.  
  7484. $(2)~_GUIToolTip_Activate
  7485. _GUIToolTip_Activate($[$$hWnd])
  7486.  
  7487. $(2)~_GUIToolTip_AddTool
  7488. _GUIToolTip_AddTool($[$$hTool], $[$$hWnd], $[$$sText], $[$$iID = 0], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = 0], $[$$iBottom = 0], $[$$iFlags = Default], $[$$iParam = 0])
  7489.  
  7490. $(2)~_GUIToolTip_AdjustRect
  7491. _GUIToolTip_AdjustRect($[$$hWnd], $[ByRef $$tRECT], $[$$bLarger = True])
  7492.  
  7493. $(2)~_GUIToolTip_BitsToTTF
  7494. _GUIToolTip_BitsToTTF($[$$iFlags])
  7495.  
  7496. $(2)~_GUIToolTip_Create
  7497. _GUIToolTip_Create($[$$hWnd], $[$$iStyle = $$_TT_ghTTDefaultStyle])
  7498.  
  7499. $(2)~_GUIToolTip_Deactivate
  7500. _GUIToolTip_Deactivate($[$$hWnd])
  7501.  
  7502. $(2)~_GUIToolTip_DelTool
  7503. _GUIToolTip_DelTool($[$$hWnd], $[$$hTool], $[$$iID = 0])
  7504.  
  7505. $(2)~_GUIToolTip_Destroy
  7506. _GUIToolTip_Destroy($[ByRef $$hWnd])
  7507.  
  7508. $(2)~_GUIToolTip_EnumTools
  7509. _GUIToolTip_EnumTools($[$$hWnd], $[$$iIndex])
  7510.  
  7511. $(2)~_GUIToolTip_GetBubbleHeight
  7512. _GUIToolTip_GetBubbleHeight($[$$hWnd], $[$$hTool], $[$$iID], $[$$iFlags = 0x00000001 + 0x00000010])
  7513.  
  7514. $(2)~_GUIToolTip_GetBubbleSize
  7515. _GUIToolTip_GetBubbleSize($[$$hWnd], $[$$hTool], $[$$iID], $[$$iFlags = 0x00000001 + 0x00000010])
  7516.  
  7517. $(2)~_GUIToolTip_GetBubbleWidth
  7518. _GUIToolTip_GetBubbleWidth($[$$hWnd], $[$$hTool], $[$$iID], $[$$iFlags = 0x00000001 + 0x00000010])
  7519.  
  7520. $(2)~_GUIToolTip_GetCurrentTool
  7521. _GUIToolTip_GetCurrentTool($[$$hWnd])
  7522.  
  7523. $(2)~_GUIToolTip_GetDelayTime
  7524. _GUIToolTip_GetDelayTime($[$$hWnd], $[$$iDuration])
  7525.  
  7526. $(2)~_GUIToolTip_GetMargin
  7527. _GUIToolTip_GetMargin($[$$hWnd])
  7528.  
  7529. $(2)~_GUIToolTip_GetMarginEx
  7530. _GUIToolTip_GetMarginEx($[$$hWnd])
  7531.  
  7532. $(2)~_GUIToolTip_GetMaxTipWidth
  7533. _GUIToolTip_GetMaxTipWidth($[$$hWnd])
  7534.  
  7535. $(2)~_GUIToolTip_GetText
  7536. _GUIToolTip_GetText($[$$hWnd], $[$$hTool], $[$$iID])
  7537.  
  7538. $(2)~_GUIToolTip_GetTipBkColor
  7539. _GUIToolTip_GetTipBkColor($[$$hWnd])
  7540.  
  7541. $(2)~_GUIToolTip_GetTipTextColor
  7542. _GUIToolTip_GetTipTextColor($[$$hWnd])
  7543.  
  7544. $(2)~_GUIToolTip_GetTitleBitMap
  7545. _GUIToolTip_GetTitleBitMap($[$$hWnd])
  7546.  
  7547. $(2)~_GUIToolTip_GetTitleText
  7548. _GUIToolTip_GetTitleText($[$$hWnd])
  7549.  
  7550. $(2)~_GUIToolTip_GetToolCount
  7551. _GUIToolTip_GetToolCount($[$$hWnd])
  7552.  
  7553. $(2)~_GUIToolTip_GetToolInfo
  7554. _GUIToolTip_GetToolInfo($[$$hWnd], $[$$hTool], $[$$iID])
  7555.  
  7556. $(2)~_GUIToolTip_HitTest
  7557. _GUIToolTip_HitTest($[$$hWnd], $[$$hTool], $[$$iX], $[$$iY])
  7558.  
  7559. $(2)~_GUIToolTip_NewToolRect
  7560. _GUIToolTip_NewToolRect($[$$hWnd], $[$$hTool], $[$$iID], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
  7561.  
  7562. $(2)~_GUIToolTip_Pop
  7563. _GUIToolTip_Pop($[$$hWnd])
  7564.  
  7565. $(2)~_GUIToolTip_PopUp
  7566. _GUIToolTip_PopUp($[$$hWnd])
  7567.  
  7568. $(2)~_GUIToolTip_SetDelayTime
  7569. _GUIToolTip_SetDelayTime($[$$hWnd], $[$$iDuration], $[$$iTime])
  7570.  
  7571. $(2)~_GUIToolTip_SetMargin
  7572. _GUIToolTip_SetMargin($[$$hWnd], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
  7573.  
  7574. $(2)~_GUIToolTip_SetMaxTipWidth
  7575. _GUIToolTip_SetMaxTipWidth($[$$hWnd], $[$$iWidth])
  7576.  
  7577. $(2)~_GUIToolTip_SetTipBkColor
  7578. _GUIToolTip_SetTipBkColor($[$$hWnd], $[$$iColor])
  7579.  
  7580. $(2)~_GUIToolTip_SetTipTextColor
  7581. _GUIToolTip_SetTipTextColor($[$$hWnd], $[$$iColor])
  7582.  
  7583. $(2)~_GUIToolTip_SetTitle
  7584. _GUIToolTip_SetTitle($[$$hWnd], $[$$sTitle], $[$$iIcon = 0])
  7585.  
  7586. $(2)~_GUIToolTip_SetToolInfo
  7587. _GUIToolTip_SetToolInfo($[$$hWnd], $[$$sText], $[$$iID = 0], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = 0], $[$$iBottom = 0], $[$$iFlags = Default], $[$$iParam = 0])
  7588.  
  7589. $(2)~_GUIToolTip_SetWindowTheme
  7590. _GUIToolTip_SetWindowTheme($[$$hWnd], $[$$sStyle])
  7591.  
  7592. $(2)~_GUIToolTip_ToolExists
  7593. _GUIToolTip_ToolExists($[$$hWnd])
  7594.  
  7595. $(2)~_GUIToolTip_ToolToArray
  7596. _GUIToolTip_ToolToArray($[$$hWnd], $[ByRef $$tToolInfo], $[$$iError])
  7597.  
  7598. $(2)~_GUIToolTip_TrackActivate
  7599. _GUIToolTip_TrackActivate($[$$hWnd], $[$$bActivate = True], $[$$hTool = 0], $[$$iID = 0])
  7600.  
  7601. $(2)~_GUIToolTip_TrackPosition
  7602. _GUIToolTip_TrackPosition($[$$hWnd], $[$$iX], $[$$iY])
  7603.  
  7604. $(2)~_GUIToolTip_Update
  7605. _GUIToolTip_Update($[$$hWnd])
  7606.  
  7607. $(2)~_GUIToolTip_UpdateTipText
  7608. _GUIToolTip_UpdateTipText($[$$hWnd], $[$$hTool], $[$$iID], $[$$sText])
  7609.  
  7610. $(2)~_HexToString
  7611. _HexToString($[$$sHex])
  7612.  
  7613. $(2)~_IE_Example
  7614. _IE_Example($[$$sModule = "basic"])
  7615.  
  7616. $(2)~_IE_Introduction
  7617. _IE_Introduction($[$$sModule = "basic"])
  7618.  
  7619. $(2)~_IE_VersionInfo
  7620. _IE_VersionInfo($[])
  7621.  
  7622. $(2)~_IEAction
  7623. _IEAction($[ByRef $$oObject], $[$$sAction])
  7624.  
  7625. $(2)~_IEAttach
  7626. _IEAttach($[$$sString], $[$$sMode = "title"], $[$$iInstance = 1])
  7627.  
  7628. $(2)~_IEBodyReadHTML
  7629. _IEBodyReadHTML($[ByRef $$oObject])
  7630.  
  7631. $(2)~_IEBodyReadText
  7632. _IEBodyReadText($[ByRef $$oObject])
  7633.  
  7634. $(2)~_IEBodyWriteHTML
  7635. _IEBodyWriteHTML($[ByRef $$oObject], $[$$sHTML])
  7636.  
  7637. $(2)~_IECreate
  7638. _IECreate($[$$sUrl = "about:blank"], $[$$iTryAttach = 0], $[$$iVisible = 1], $[$$iWait = 1], $[$$iTakeFocus = 1])
  7639.  
  7640. $(2)~_IECreateEmbedded
  7641. _IECreateEmbedded($[])
  7642.  
  7643. $(2)~_IEDocGetObj
  7644. _IEDocGetObj($[ByRef $$oObject])
  7645.  
  7646. $(2)~_IEDocInsertHTML
  7647. _IEDocInsertHTML($[ByRef $$oObject], $[$$sString], $[$$sWhere = "beforeend"])
  7648.  
  7649. $(2)~_IEDocInsertText
  7650. _IEDocInsertText($[ByRef $$oObject], $[$$sString], $[$$sWhere = "beforeend"])
  7651.  
  7652. $(2)~_IEDocReadHTML
  7653. _IEDocReadHTML($[ByRef $$oObject])
  7654.  
  7655. $(2)~_IEDocWriteHTML
  7656. _IEDocWriteHTML($[ByRef $$oObject], $[$$sHTML])
  7657.  
  7658. $(2)~_IEErrorNotify
  7659. _IEErrorNotify($[$$vNotify = Default])
  7660.  
  7661. $(2)~_IEFormElementCheckBoxSelect
  7662. _IEFormElementCheckBoxSelect($[ByRef $$oObject], $[$$sString], $[$$sName = ""], $[$$iSelect = 1], $[$$sMode = "byValue"], $[$$iFireEvent = 1])
  7663.  
  7664. $(2)~_IEFormElementGetCollection
  7665. _IEFormElementGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7666.  
  7667. $(2)~_IEFormElementGetObjByName
  7668. _IEFormElementGetObjByName($[ByRef $$oObject], $[$$sName], $[$$iIndex = 0])
  7669.  
  7670. $(2)~_IEFormElementGetValue
  7671. _IEFormElementGetValue($[ByRef $$oObject])
  7672.  
  7673. $(2)~_IEFormElementOptionSelect
  7674. _IEFormElementOptionSelect($[ByRef $$oObject], $[$$sString], $[$$iSelect = 1], $[$$sMode = "byValue"], $[$$iFireEvent = 1])
  7675.  
  7676. $(2)~_IEFormElementRadioSelect
  7677. _IEFormElementRadioSelect($[ByRef $$oObject], $[$$sString], $[$$sName], $[$$iSelect = 1], $[$$sMode = "byValue"], $[$$iFireEvent = 1])
  7678.  
  7679. $(2)~_IEFormElementSetValue
  7680. _IEFormElementSetValue($[ByRef $$oObject], $[$$sNewValue], $[$$iFireEvent = 1])
  7681.  
  7682. $(2)~_IEFormGetCollection
  7683. _IEFormGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7684.  
  7685. $(2)~_IEFormGetObjByName
  7686. _IEFormGetObjByName($[ByRef $$oObject], $[$$sName], $[$$iIndex = 0])
  7687.  
  7688. $(2)~_IEFormImageClick
  7689. _IEFormImageClick($[ByRef $$oObject], $[$$sLinkText], $[$$sMode = "src"], $[$$iIndex = 0], $[$$iWait = 1])
  7690.  
  7691. $(2)~_IEFormReset
  7692. _IEFormReset($[ByRef $$oObject])
  7693.  
  7694. $(2)~_IEFormSubmit
  7695. _IEFormSubmit($[ByRef $$oObject], $[$$iWait = 1])
  7696.  
  7697. $(2)~_IEFrameGetCollection
  7698. _IEFrameGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7699.  
  7700. $(2)~_IEFrameGetObjByName
  7701. _IEFrameGetObjByName($[ByRef $$oObject], $[$$sName])
  7702.  
  7703. $(2)~_IEGetObjById
  7704. _IEGetObjById($[ByRef $$oObject], $[$$sID])
  7705.  
  7706. $(2)~_IEGetObjByName
  7707. _IEGetObjByName($[ByRef $$oObject], $[$$sName], $[$$iIndex = 0])
  7708.  
  7709. $(2)~_IEHeadInsertEventScript
  7710. _IEHeadInsertEventScript($[ByRef $$oObject], $[$$sHTMLFor], $[$$sEvent], $[$$sScript])
  7711.  
  7712. $(2)~_IEImgClick
  7713. _IEImgClick($[ByRef $$oObject], $[$$sLinkText], $[$$sMode = "src"], $[$$iIndex = 0], $[$$iWait = 1])
  7714.  
  7715. $(2)~_IEImgGetCollection
  7716. _IEImgGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7717.  
  7718. $(2)~_IEIsFrameSet
  7719. _IEIsFrameSet($[ByRef $$oObject])
  7720.  
  7721. $(2)~_IELinkClickByIndex
  7722. _IELinkClickByIndex($[ByRef $$oObject], $[$$iIndex], $[$$iWait = 1])
  7723.  
  7724. $(2)~_IELinkClickByText
  7725. _IELinkClickByText($[ByRef $$oObject], $[$$sLinkText], $[$$iIndex = 0], $[$$iWait = 1])
  7726.  
  7727. $(2)~_IELinkGetCollection
  7728. _IELinkGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7729.  
  7730. $(2)~_IELoadWait
  7731. _IELoadWait($[ByRef $$oObject], $[$$iDelay = 0], $[$$iTimeout = -1])
  7732.  
  7733. $(2)~_IELoadWaitTimeout
  7734. _IELoadWaitTimeout($[$$iTimeout = -1])
  7735.  
  7736. $(2)~_IENavigate
  7737. _IENavigate($[ByRef $$oObject], $[$$sUrl], $[$$iWait = 1])
  7738.  
  7739. $(2)~_IEPropertyGet
  7740. _IEPropertyGet($[ByRef $$oObject], $[$$sProperty])
  7741.  
  7742. $(2)~_IEPropertySet
  7743. _IEPropertySet($[ByRef $$oObject], $[$$sProperty], $[$$vValue])
  7744.  
  7745. $(2)~_IEQuit
  7746. _IEQuit($[ByRef $$oObject])
  7747.  
  7748. $(2)~_IETableGetCollection
  7749. _IETableGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7750.  
  7751. $(2)~_IETableWriteToArray
  7752. _IETableWriteToArray($[ByRef $$oObject], $[$$bTranspose = False])
  7753.  
  7754. $(2)~_IETagNameAllGetCollection
  7755. _IETagNameAllGetCollection($[ByRef $$oObject], $[$$iIndex = -1])
  7756.  
  7757. $(2)~_IETagNameGetCollection
  7758. _IETagNameGetCollection($[ByRef $$oObject], $[$$sTagName], $[$$iIndex = -1])
  7759.  
  7760. $(2)~_INetExplorerCapable
  7761. _INetExplorerCapable($[$$sIEString])
  7762.  
  7763. $(2)~_INetGetSource
  7764. _INetGetSource($[$$sURL], $[$$bString = True])
  7765.  
  7766. $(2)~_INetMail
  7767. _INetMail($[$$sMailTo], $[$$sMailSubject], $[$$sMailBody])
  7768.  
  7769. $(2)~_INetSmtpMail
  7770. _INetSmtpMail($[$$sSMTPServer], $[$$sFromName], $[$$sFromAddress], $[$$sToAddress], $[$$sSubject = ""], $[$$aBody = ""], $[$$sEHLO = ""], $[$$sFirst = ""], $[$$bTrace = 0])
  7771.  
  7772. $(2)~_IsPressed
  7773. _IsPressed($[$$sHexKey], $[$$vDLL = "user32.dll"])
  7774.  
  7775. $(2)~_MathCheckDiv
  7776. _MathCheckDiv($[$$iNum1], $[$$iNum2 = 2])
  7777.  
  7778. $(2)~_Max
  7779. _Max($[$$iNum1], $[$$iNum2])
  7780.  
  7781. $(2)~_MemGlobalAlloc
  7782. _MemGlobalAlloc($[$$iBytes], $[$$iFlags = 0])
  7783.  
  7784. $(2)~_MemGlobalFree
  7785. _MemGlobalFree($[$$hMemory])
  7786.  
  7787. $(2)~_MemGlobalLock
  7788. _MemGlobalLock($[$$hMemory])
  7789.  
  7790. $(2)~_MemGlobalSize
  7791. _MemGlobalSize($[$$hMemory])
  7792.  
  7793. $(2)~_MemGlobalUnlock
  7794. _MemGlobalUnlock($[$$hMemory])
  7795.  
  7796. $(2)~_MemMoveMemory
  7797. _MemMoveMemory($[$$pSource], $[$$pDest], $[$$iLength])
  7798.  
  7799. $(2)~_MemVirtualAlloc
  7800. _MemVirtualAlloc($[$$pAddress], $[$$iSize], $[$$iAllocation], $[$$iProtect])
  7801.  
  7802. $(2)~_MemVirtualAllocEx
  7803. _MemVirtualAllocEx($[$$hProcess], $[$$pAddress], $[$$iSize], $[$$iAllocation], $[$$iProtect])
  7804.  
  7805. $(2)~_MemVirtualFree
  7806. _MemVirtualFree($[$$pAddress], $[$$iSize], $[$$iFreeType])
  7807.  
  7808. $(2)~_MemVirtualFreeEx
  7809. _MemVirtualFreeEx($[$$hProcess], $[$$pAddress], $[$$iSize], $[$$iFreeType])
  7810.  
  7811. $(2)~_Min
  7812. _Min($[$$iNum1], $[$$iNum2])
  7813.  
  7814. $(2)~_MouseTrap
  7815. _MouseTrap($[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = 0], $[$$iBottom = 0])
  7816.  
  7817. $(2)~_NamedPipes_CallNamedPipe
  7818. _NamedPipes_CallNamedPipe($[$$sPipeName], $[$$pInpBuf], $[$$iInpSize], $[$$pOutBuf], $[$$iOutSize], $[ByRef $$iRead], $[$$iTimeOut = 0])
  7819.  
  7820. $(2)~_NamedPipes_ConnectNamedPipe
  7821. _NamedPipes_ConnectNamedPipe($[$$hNamedPipe], $[$$tOverlapped = 0])
  7822.  
  7823. $(2)~_NamedPipes_CreateNamedPipe
  7824. _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])
  7825.  
  7826. $(2)~_NamedPipes_CreatePipe
  7827. _NamedPipes_CreatePipe($[ByRef $$hReadPipe], $[ByRef $$hWritePipe], $[$$tSecurity = 0], $[$$iSize = 0])
  7828.  
  7829. $(2)~_NamedPipes_DisconnectNamedPipe
  7830. _NamedPipes_DisconnectNamedPipe($[$$hNamedPipe])
  7831.  
  7832. $(2)~_NamedPipes_GetNamedPipeHandleState
  7833. _NamedPipes_GetNamedPipeHandleState($[$$hNamedPipe])
  7834.  
  7835. $(2)~_NamedPipes_GetNamedPipeInfo
  7836. _NamedPipes_GetNamedPipeInfo($[$$hNamedPipe])
  7837.  
  7838. $(2)~_NamedPipes_PeekNamedPipe
  7839. _NamedPipes_PeekNamedPipe($[$$hNamedPipe])
  7840.  
  7841. $(2)~_NamedPipes_SetNamedPipeHandleState
  7842. _NamedPipes_SetNamedPipeHandleState($[$$hNamedPipe], $[$$iRead], $[$$iWait], $[$$iBytes = 0], $[$$iTimeOut = 0])
  7843.  
  7844. $(2)~_NamedPipes_TransactNamedPipe
  7845. _NamedPipes_TransactNamedPipe($[$$hNamedPipe], $[$$pInpBuf], $[$$iInpSize], $[$$pOutBuf], $[$$iOutSize], $[$$tOverlapped = 0])
  7846.  
  7847. $(2)~_NamedPipes_WaitNamedPipe
  7848. _NamedPipes_WaitNamedPipe($[$$sPipeName], $[$$iTimeOut = 0])
  7849.  
  7850. $(2)~_Net_Share_ConnectionEnum
  7851. _Net_Share_ConnectionEnum($[$$sServer], $[$$sQualifier])
  7852.  
  7853. $(2)~_Net_Share_FileClose
  7854. _Net_Share_FileClose($[$$sServer], $[$$iFileID])
  7855.  
  7856. $(2)~_Net_Share_FileEnum
  7857. _Net_Share_FileEnum($[$$sServer = ""], $[$$sBaseName = ""], $[$$sUserName = ""])
  7858.  
  7859. $(2)~_Net_Share_FileGetInfo
  7860. _Net_Share_FileGetInfo($[$$sServer], $[$$iFileID])
  7861.  
  7862. $(2)~_Net_Share_PermStr
  7863. _Net_Share_PermStr($[$$iPerm])
  7864.  
  7865. $(2)~_Net_Share_ResourceStr
  7866. _Net_Share_ResourceStr($[$$iResource])
  7867.  
  7868. $(2)~_Net_Share_SessionDel
  7869. _Net_Share_SessionDel($[$$sServer = ""], $[$$sClientName = ""], $[$$sUserName = ""])
  7870.  
  7871. $(2)~_Net_Share_SessionEnum
  7872. _Net_Share_SessionEnum($[$$sServer = ""], $[$$sClientName = ""], $[$$sUserName = ""])
  7873.  
  7874. $(2)~_Net_Share_SessionGetInfo
  7875. _Net_Share_SessionGetInfo($[$$sServer], $[$$sClientName], $[$$sUserName])
  7876.  
  7877. $(2)~_Net_Share_ShareAdd
  7878. _Net_Share_ShareAdd($[$$sServer], $[$$sShare], $[$$iType], $[$$sResourcePath], $[$$sComment = ""], $[$$iMaxUses = -1])
  7879.  
  7880. $(2)~_Net_Share_ShareCheck
  7881. _Net_Share_ShareCheck($[$$sServer], $[$$sShare])
  7882.  
  7883. $(2)~_Net_Share_ShareDel
  7884. _Net_Share_ShareDel($[$$sServer], $[$$sShare])
  7885.  
  7886. $(2)~_Net_Share_ShareEnum
  7887. _Net_Share_ShareEnum($[$$sServer = ""])
  7888.  
  7889. $(2)~_Net_Share_ShareGetInfo
  7890. _Net_Share_ShareGetInfo($[$$sServer], $[$$sShare])
  7891.  
  7892. $(2)~_Net_Share_ShareSetInfo
  7893. _Net_Share_ShareSetInfo($[$$sServer], $[$$sShare], $[$$sComment], $[$$iMaxUses])
  7894.  
  7895. $(2)~_Net_Share_StatisticsGetSvr
  7896. _Net_Share_StatisticsGetSvr($[$$sServer = ""])
  7897.  
  7898. $(2)~_Net_Share_StatisticsGetWrk
  7899. _Net_Share_StatisticsGetWrk($[$$sWorkStation = ""])
  7900.  
  7901. $(2)~_Now
  7902. _Now($[])
  7903.  
  7904. $(2)~_NowCalc
  7905. _NowCalc($[])
  7906.  
  7907. $(2)~_NowCalcDate
  7908. _NowCalcDate($[])
  7909.  
  7910. $(2)~_NowDate
  7911. _NowDate($[])
  7912.  
  7913. $(2)~_NowTime
  7914. _NowTime($[$$sType = 3])
  7915.  
  7916. $(2)~_PathFull
  7917. _PathFull($[$$sRelativePath], $[$$sBasePath = @WorkingDir])
  7918.  
  7919. $(2)~_PathGetRelative
  7920. _PathGetRelative($[$$sFrom], $[$$sTo])
  7921.  
  7922. $(2)~_PathMake
  7923. _PathMake($[$$sDrive], $[$$sDir], $[$$sFileName], $[$$sExtension])
  7924.  
  7925. $(2)~_PathSplit
  7926. _PathSplit($[$$sFilePath], $[ByRef $$sDrive], $[ByRef $$sDir], $[ByRef $$sFileName], $[ByRef $$sExtension])
  7927.  
  7928. $(2)~_ProcessGetName
  7929. _ProcessGetName($[$$iPID])
  7930.  
  7931. $(2)~_ProcessGetPriority
  7932. _ProcessGetPriority($[$$vProcess])
  7933.  
  7934. $(2)~_Radian
  7935. _Radian($[$$iDegrees])
  7936.  
  7937. $(2)~_ReplaceStringInFile
  7938. _ReplaceStringInFile($[$$sFilePath], $[$$sSearchString], $[$$sReplaceString], $[$$iCaseSensitive = 0], $[$$iOccurance = 1])
  7939.  
  7940. $(2)~_RunDos
  7941. _RunDos($[$$sCommand])
  7942.  
  7943. $(2)~_ScreenCapture_Capture
  7944. _ScreenCapture_Capture($[$$sFileName = ""], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = -1], $[$$iBottom = -1], $[$$bCursor = True])
  7945.  
  7946. $(2)~_ScreenCapture_CaptureWnd
  7947. _ScreenCapture_CaptureWnd($[$$sFileName], $[$$hWnd], $[$$iLeft = 0], $[$$iTop = 0], $[$$iRight = -1], $[$$iBottom = -1], $[$$bCursor = True])
  7948.  
  7949. $(2)~_ScreenCapture_SaveImage
  7950. _ScreenCapture_SaveImage($[$$sFileName], $[$$hBitmap], $[$$bFreeBmp = True])
  7951.  
  7952. $(2)~_ScreenCapture_SetBMPFormat
  7953. _ScreenCapture_SetBMPFormat($[$$iFormat])
  7954.  
  7955. $(2)~_ScreenCapture_SetJPGQuality
  7956. _ScreenCapture_SetJPGQuality($[$$iQuality])
  7957.  
  7958. $(2)~_ScreenCapture_SetTIFColorDepth
  7959. _ScreenCapture_SetTIFColorDepth($[$$iDepth])
  7960.  
  7961. $(2)~_ScreenCapture_SetTIFCompression
  7962. _ScreenCapture_SetTIFCompression($[$$iCompress])
  7963.  
  7964. $(2)~_Security__AdjustTokenPrivileges
  7965. _Security__AdjustTokenPrivileges($[$$hToken], $[$$bDisableAll], $[$$tNewState], $[$$iBufferLen], $[$$tPrevState = 0], $[$$pRequired = 0])
  7966.  
  7967. $(2)~_Security__CreateProcessWithToken
  7968. _Security__CreateProcessWithToken($[$$hToken], $[$$iLogonFlags], $[$$sCommandLine], $[$$iCreationFlags], $[$$sCurDir], $[$$tSTARTUPINFO], $[$$tPROCESS_INFORMATION])
  7969.  
  7970. $(2)~_Security__DuplicateTokenEx
  7971. _Security__DuplicateTokenEx($[$$hExistingToken], $[$$iDesiredAccess], $[$$iImpersonationLevel], $[$$iTokenType])
  7972.  
  7973. $(2)~_Security__GetAccountSid
  7974. _Security__GetAccountSid($[$$sAccount], $[$$sSystem = ""])
  7975.  
  7976. $(2)~_Security__GetLengthSid
  7977. _Security__GetLengthSid($[$$pSID])
  7978.  
  7979. $(2)~_Security__GetTokenInformation
  7980. _Security__GetTokenInformation($[$$hToken], $[$$iClass])
  7981.  
  7982. $(2)~_Security__ImpersonateSelf
  7983. _Security__ImpersonateSelf($[$$iLevel = $$SECURITYIMPERSONATION])
  7984.  
  7985. $(2)~_Security__IsValidSid
  7986. _Security__IsValidSid($[$$pSID])
  7987.  
  7988. $(2)~_Security__LookupAccountName
  7989. _Security__LookupAccountName($[$$sAccount], $[$$sSystem = ""])
  7990.  
  7991. $(2)~_Security__LookupAccountSid
  7992. _Security__LookupAccountSid($[$$vSID], $[$$sSystem = ""])
  7993.  
  7994. $(2)~_Security__LookupPrivilegeValue
  7995. _Security__LookupPrivilegeValue($[$$sSystem], $[$$sName])
  7996.  
  7997. $(2)~_Security__OpenProcessToken
  7998. _Security__OpenProcessToken($[$$hProcess], $[$$iAccess])
  7999.  
  8000. $(2)~_Security__OpenThreadToken
  8001. _Security__OpenThreadToken($[$$iAccess], $[$$hThread = 0], $[$$bOpenAsSelf = False])
  8002.  
  8003. $(2)~_Security__OpenThreadTokenEx
  8004. _Security__OpenThreadTokenEx($[$$iAccess], $[$$hThread = 0], $[$$bOpenAsSelf = False])
  8005.  
  8006. $(2)~_Security__SetPrivilege
  8007. _Security__SetPrivilege($[$$hToken], $[$$sPrivilege], $[$$bEnable])
  8008.  
  8009. $(2)~_Security__SetTokenInformation
  8010. _Security__SetTokenInformation($[$$hToken], $[$$iTokenInformation], $[$$vTokenInformation], $[$$iTokenInformationLength])
  8011.  
  8012. $(2)~_Security__SidToStringSid
  8013. _Security__SidToStringSid($[$$pSID])
  8014.  
  8015. $(2)~_Security__SidTypeStr
  8016. _Security__SidTypeStr($[$$iType])
  8017.  
  8018. $(2)~_Security__StringSidToSid
  8019. _Security__StringSidToSid($[$$sSID])
  8020.  
  8021. $(2)~_SendMessage
  8022. _SendMessage($[$$hWnd], $[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iReturn = 0], $[$$wParamType = "wparam"], $[$$lParamType = "lparam"], $[$$sReturnType = "lresult"])
  8023.  
  8024. $(2)~_SendMessageA
  8025. _SendMessageA($[$$hWnd], $[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iReturn = 0], $[$$wParamType = "wparam"], $[$$lParamType = "lparam"], $[$$sReturnType = "lresult"])
  8026.  
  8027. $(2)~_SetDate
  8028. _SetDate($[$$iDay], $[$$iMonth = 0], $[$$iYear = 0])
  8029.  
  8030. $(2)~_SetTime
  8031. _SetTime($[$$iHour], $[$$iMinute], $[$$iSecond = 0], $[$$iMSeconds = 0])
  8032.  
  8033. $(2)~_Singleton
  8034. _Singleton($[$$sOccurrenceName], $[$$iFlag = 0])
  8035.  
  8036. $(2)~_SoundClose
  8037. _SoundClose($[$$aSndID])
  8038.  
  8039. $(2)~_SoundLength
  8040. _SoundLength($[$$aSndID], $[$$iMode = 1])
  8041.  
  8042. $(2)~_SoundOpen
  8043. _SoundOpen($[$$sFilePath])
  8044.  
  8045. $(2)~_SoundPause
  8046. _SoundPause($[$$aSndID])
  8047.  
  8048. $(2)~_SoundPlay
  8049. _SoundPlay($[$$aSndID], $[$$iWait = 0])
  8050.  
  8051. $(2)~_SoundPos
  8052. _SoundPos($[$$aSndID], $[$$iMode = 1])
  8053.  
  8054. $(2)~_SoundResume
  8055. _SoundResume($[$$aSndID])
  8056.  
  8057. $(2)~_SoundSeek
  8058. _SoundSeek($[ByRef $$aSndID], $[$$iHour], $[$$iMin], $[$$iSec])
  8059.  
  8060. $(2)~_SoundStatus
  8061. _SoundStatus($[$$aSndID])
  8062.  
  8063. $(2)~_SoundStop
  8064. _SoundStop($[ByRef $$aSndID])
  8065.  
  8066. $(2)~_SQLite_Changes
  8067. _SQLite_Changes($[$$hDB = -1])
  8068.  
  8069. $(2)~_SQLite_Close
  8070. _SQLite_Close($[$$hDB = -1])
  8071.  
  8072. $(2)~_SQLite_Display2DResult
  8073. _SQLite_Display2DResult($[$$aResult], $[$$iCellWidth = 0], $[$$bReturn = False])
  8074.  
  8075. $(2)~_SQLite_Encode
  8076. _SQLite_Encode($[$$vData])
  8077.  
  8078. $(2)~_SQLite_ErrCode
  8079. _SQLite_ErrCode($[$$hDB = -1])
  8080.  
  8081. $(2)~_SQLite_ErrMsg
  8082. _SQLite_ErrMsg($[$$hDB = -1])
  8083.  
  8084. $(2)~_SQLite_Escape
  8085. _SQLite_Escape($[$$sString], $[$$iBuffSize = Default])
  8086.  
  8087. $(2)~_SQLite_Exec
  8088. _SQLite_Exec($[$$hDB], $[$$sSQL], $[$$sCallBack = ""])
  8089.  
  8090. $(2)~_SQLite_FastEncode
  8091. _SQLite_FastEncode($[$$vData])
  8092.  
  8093. $(2)~_SQLite_FastEscape
  8094. _SQLite_FastEscape($[$$sString])
  8095.  
  8096. $(2)~_SQLite_FetchData
  8097. _SQLite_FetchData($[$$hQuery], $[ByRef $$aRow], $[$$bBinary = False], $[$$bDoNotFinalize = False], $[$$iColumns = 0])
  8098.  
  8099. $(2)~_SQLite_FetchNames
  8100. _SQLite_FetchNames($[$$hQuery], $[ByRef $$aNames])
  8101.  
  8102. $(2)~_SQLite_GetTable
  8103. _SQLite_GetTable($[$$hDB], $[$$sSQL], $[ByRef $$aResult], $[ByRef $$iRows], $[ByRef $$iColumns], $[$$iCharSize = -1])
  8104.  
  8105. $(2)~_SQLite_GetTable2d
  8106. _SQLite_GetTable2d($[$$hDB], $[$$sSQL], $[ByRef $$aResult], $[ByRef $$iRows], $[ByRef $$iColumns], $[$$iCharSize = -1], $[$$bSwichDimensions = False])
  8107.  
  8108. $(2)~_SQLite_LastInsertRowID
  8109. _SQLite_LastInsertRowID($[$$hDB = -1])
  8110.  
  8111. $(2)~_SQLite_LibVersion
  8112. _SQLite_LibVersion($[])
  8113.  
  8114. $(2)~_SQLite_Open
  8115. _SQLite_Open($[$$sDatabase_Filename = ":memory:"], $[$$iAccessMode = Default], $[$$iEncoding = $$SQLITE_ENCODING_UTF8])
  8116.  
  8117. $(2)~_SQLite_Query
  8118. _SQLite_Query($[$$hDB], $[$$sSQL], $[ByRef $$hQuery])
  8119.  
  8120. $(2)~_SQLite_QueryFinalize
  8121. _SQLite_QueryFinalize($[$$hQuery])
  8122.  
  8123. $(2)~_SQLite_QueryReset
  8124. _SQLite_QueryReset($[$$hQuery])
  8125.  
  8126. $(2)~_SQLite_QuerySingleRow
  8127. _SQLite_QuerySingleRow($[$$hDB], $[$$sSQL], $[ByRef $$aRow])
  8128.  
  8129. $(2)~_SQLite_SafeMode
  8130. _SQLite_SafeMode($[$$bSafeModeState])
  8131.  
  8132. $(2)~_SQLite_SetTimeout
  8133. _SQLite_SetTimeout($[$$hDB = -1], $[$$iTimeout = 1000])
  8134.  
  8135. $(2)~_SQLite_Shutdown
  8136. _SQLite_Shutdown($[])
  8137.  
  8138. $(2)~_SQLite_SQLiteExe
  8139. _SQLite_SQLiteExe($[$$sDatabaseFile], $[$$sInput], $[ByRef $$sOutput], $[$$sSQLiteExeFilename = "sqlite3.exe"], $[$$bDebug = False])
  8140.  
  8141. $(2)~_SQLite_Startup
  8142. _SQLite_Startup($[$$sDll_Filename = ""], $[$$bUTF8ErrorMsg = False], $[$$iForceLocal = 0], $[$$hPrintCallback = $$__g_hPrintCallback_SQLite])
  8143.  
  8144. $(2)~_SQLite_TotalChanges
  8145. _SQLite_TotalChanges($[$$hDB = -1])
  8146.  
  8147. $(2)~_StringBetween
  8148. _StringBetween($[$$sString], $[$$sStart], $[$$sEnd], $[$$iMode = $$STR_ENDISSTART], $[$$bCase = False])
  8149.  
  8150. $(2)~_StringExplode
  8151. _StringExplode($[$$sString], $[$$sDelimiter], $[$$iLimit = 0])
  8152.  
  8153. $(2)~_StringInsert
  8154. _StringInsert($[$$sString], $[$$sInsertion], $[$$iPosition])
  8155.  
  8156. $(2)~_StringProper
  8157. _StringProper($[$$sString])
  8158.  
  8159. $(2)~_StringRepeat
  8160. _StringRepeat($[$$sString], $[$$iRepeatCount])
  8161.  
  8162. $(2)~_StringTitleCase
  8163. _StringTitleCase($[$$sString])
  8164.  
  8165. $(2)~_StringToHex
  8166. _StringToHex($[$$sString])
  8167.  
  8168. $(2)~_TCPIpToName
  8169. _TCPIpToName($[$$sIp], $[$$iOption = 0], $[$$hDll = "Ws2_32.dll"])
  8170.  
  8171. $(2)~_TempFile
  8172. _TempFile($[$$sDirectoryName = @TempDir], $[$$sFilePrefix = "~"], $[$$sFileExtension = ".tmp"], $[$$iRandomLength = 7])
  8173.  
  8174. $(2)~_TicksToTime
  8175. _TicksToTime($[$$iTicks], $[ByRef $$iHours], $[ByRef $$iMins], $[ByRef $$iSecs])
  8176.  
  8177. $(2)~_Timer_Diff
  8178. _Timer_Diff($[$$iTimeStamp])
  8179.  
  8180. $(2)~_Timer_GetIdleTime
  8181. _Timer_GetIdleTime($[])
  8182.  
  8183. $(2)~_Timer_GetTimerID
  8184. _Timer_GetTimerID($[$$wParam])
  8185.  
  8186. $(2)~_Timer_Init
  8187. _Timer_Init($[])
  8188.  
  8189. $(2)~_Timer_KillAllTimers
  8190. _Timer_KillAllTimers($[$$hWnd])
  8191.  
  8192. $(2)~_Timer_KillTimer
  8193. _Timer_KillTimer($[$$hWnd], $[$$iTimerID])
  8194.  
  8195. $(2)~_Timer_SetTimer
  8196. _Timer_SetTimer($[$$hWnd], $[$$iElapse = 250], $[$$sTimerFunc = ""], $[$$iTimerID = -1])
  8197.  
  8198. $(2)~_TimeToTicks
  8199. _TimeToTicks($[$$iHours = @HOUR], $[$$iMins = @MIN], $[$$iSecs = @SEC])
  8200.  
  8201. $(2)~_VersionCompare
  8202. _VersionCompare($[$$sVersion1], $[$$sVersion2])
  8203.  
  8204. $(2)~_viClose
  8205. _viClose($[$$hSession])
  8206.  
  8207. $(2)~_viExecCommand
  8208. _viExecCommand($[$$hSession], $[$$sCommand], $[$$iTimeoutMS = -1], $[$$sMode = @LF])
  8209.  
  8210. $(2)~_viFindGpib
  8211. _viFindGpib($[ByRef $$aDescriptorList], $[ByRef $$aIDNList], $[$$iShow_Search_Results = 0])
  8212.  
  8213. $(2)~_viGpibBusReset
  8214. _viGpibBusReset($[])
  8215.  
  8216. $(2)~_viGTL
  8217. _viGTL($[$$hSession])
  8218.  
  8219. $(2)~_viInteractiveControl
  8220. _viInteractiveControl($[$$sCommand_Save_FilePath = ""])
  8221.  
  8222. $(2)~_viOpen
  8223. _viOpen($[$$sVisa_Address], $[$$sVisa_Secondary_Address = 0])
  8224.  
  8225. $(2)~_viSetAttribute
  8226. _viSetAttribute($[$$hSession], $[$$iAttribute], $[$$iValue])
  8227.  
  8228. $(2)~_viSetTimeout
  8229. _viSetTimeout($[$$hSession], $[$$iTimeoutMS])
  8230.  
  8231. $(2)~_WeekNumberISO
  8232. _WeekNumberISO($[$$iYear = @YEAR], $[$$iMonth = @MON], $[$$iDay = @MDAY])
  8233.  
  8234. $(2)~_WinAPI_AbortPath
  8235. _WinAPI_AbortPath($[$$hDC])
  8236.  
  8237. $(2)~_WinAPI_ActivateKeyboardLayout
  8238. _WinAPI_ActivateKeyboardLayout($[$$hLocale], $[$$iFlag = 0])
  8239.  
  8240. $(2)~_WinAPI_AddClipboardFormatListener
  8241. _WinAPI_AddClipboardFormatListener($[$$hWnd])
  8242.  
  8243. $(2)~_WinAPI_AddFontMemResourceEx
  8244. _WinAPI_AddFontMemResourceEx($[$$pData], $[$$iSize])
  8245.  
  8246. $(2)~_WinAPI_AddFontResourceEx
  8247. _WinAPI_AddFontResourceEx($[$$sFont], $[$$iFlag = 0], $[$$bNotify = False])
  8248.  
  8249. $(2)~_WinAPI_AddIconOverlay
  8250. _WinAPI_AddIconOverlay($[$$hIcon], $[$$hOverlay])
  8251.  
  8252. $(2)~_WinAPI_AddIconTransparency
  8253. _WinAPI_AddIconTransparency($[$$hIcon], $[$$iPercent = 50], $[$$bDelete = False])
  8254.  
  8255. $(2)~_WinAPI_AddMRUString
  8256. _WinAPI_AddMRUString($[$$hMRU], $[$$sStr])
  8257.  
  8258. $(2)~_WinAPI_AdjustBitmap
  8259. _WinAPI_AdjustBitmap($[$$hBitmap], $[$$iWidth], $[$$iHeight], $[$$iMode = 3], $[$$tAdjustment = 0])
  8260.  
  8261. $(2)~_WinAPI_AdjustTokenPrivileges
  8262. _WinAPI_AdjustTokenPrivileges($[$$hToken], $[$$aPrivileges], $[$$iAttributes], $[ByRef $$aAdjust])
  8263.  
  8264. $(2)~_WinAPI_AdjustWindowRectEx
  8265. _WinAPI_AdjustWindowRectEx($[ByRef $$tRECT], $[$$iStyle], $[$$iExStyle = 0], $[$$bMenu = False])
  8266.  
  8267. $(2)~_WinAPI_AlphaBlend
  8268. _WinAPI_AlphaBlend($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$iAlpha], $[$$bAlpha = False])
  8269.  
  8270. $(2)~_WinAPI_AngleArc
  8271. _WinAPI_AngleArc($[$$hDC], $[$$iX], $[$$iY], $[$$iRadius], $[$$nStartAngle], $[$$nSweepAngle])
  8272.  
  8273. $(2)~_WinAPI_AnimateWindow
  8274. _WinAPI_AnimateWindow($[$$hWnd], $[$$iFlags], $[$$iDuration = 1000])
  8275.  
  8276. $(2)~_WinAPI_Arc
  8277. _WinAPI_Arc($[$$hDC], $[$$tRECT], $[$$iXStartArc], $[$$iYStartArc], $[$$iXEndArc], $[$$iYEndArc])
  8278.  
  8279. $(2)~_WinAPI_ArcTo
  8280. _WinAPI_ArcTo($[$$hDC], $[$$tRECT], $[$$iXRadial1], $[$$iYRadial1], $[$$iXRadial2], $[$$iYRadial2])
  8281.  
  8282. $(2)~_WinAPI_ArrayToStruct
  8283. _WinAPI_ArrayToStruct($[Const ByRef $$aData], $[$$iStart = 0], $[$$iEnd = -1])
  8284.  
  8285. $(2)~_WinAPI_AssignProcessToJobObject
  8286. _WinAPI_AssignProcessToJobObject($[$$hJob], $[$$hProcess])
  8287.  
  8288. $(2)~_WinAPI_AssocGetPerceivedType
  8289. _WinAPI_AssocGetPerceivedType($[$$sExt])
  8290.  
  8291. $(2)~_WinAPI_AssocQueryString
  8292. _WinAPI_AssocQueryString($[$$sAssoc], $[$$iType], $[$$iFlags = 0], $[$$sExtra = ''])
  8293.  
  8294. $(2)~_WinAPI_AttachConsole
  8295. _WinAPI_AttachConsole($[$$iPID = -1])
  8296.  
  8297. $(2)~_WinAPI_AttachThreadInput
  8298. _WinAPI_AttachThreadInput($[$$iAttach], $[$$iAttachTo], $[$$bAttach])
  8299.  
  8300. $(2)~_WinAPI_BackupRead
  8301. _WinAPI_BackupRead($[$$hFile], $[$$pBuffer], $[$$iLength], $[ByRef $$iBytes], $[ByRef $$pContext], $[$$bSecurity = False])
  8302.  
  8303. $(2)~_WinAPI_BackupReadAbort
  8304. _WinAPI_BackupReadAbort($[ByRef $$pContext])
  8305.  
  8306. $(2)~_WinAPI_BackupSeek
  8307. _WinAPI_BackupSeek($[$$hFile], $[$$iSeek], $[ByRef $$iBytes], $[ByRef $$pContext])
  8308.  
  8309. $(2)~_WinAPI_BackupWrite
  8310. _WinAPI_BackupWrite($[$$hFile], $[$$pBuffer], $[$$iLength], $[ByRef $$iBytes], $[ByRef $$pContext], $[$$bSecurity = False])
  8311.  
  8312. $(2)~_WinAPI_BackupWriteAbort
  8313. _WinAPI_BackupWriteAbort($[ByRef $$pContext])
  8314.  
  8315. $(2)~_WinAPI_Beep
  8316. _WinAPI_Beep($[$$iFreq = 500], $[$$iDuration = 1000])
  8317.  
  8318. $(2)~_WinAPI_BeginBufferedPaint
  8319. _WinAPI_BeginBufferedPaint($[$$hDC], $[$$tTarget], $[ByRef $$hNewDC], $[$$iFormat = 0], $[$$iFlags = 0], $[$$tExclude = 0], $[$$iAlpha = -1])
  8320.  
  8321. $(2)~_WinAPI_BeginDeferWindowPos
  8322. _WinAPI_BeginDeferWindowPos($[$$iAmount = 1])
  8323.  
  8324. $(2)~_WinAPI_BeginPaint
  8325. _WinAPI_BeginPaint($[$$hWnd], $[ByRef $$tPAINTSTRUCT])
  8326.  
  8327. $(2)~_WinAPI_BeginPath
  8328. _WinAPI_BeginPath($[$$hDC])
  8329.  
  8330. $(2)~_WinAPI_BeginUpdateResource
  8331. _WinAPI_BeginUpdateResource($[$$sFilePath], $[$$bDelete = False])
  8332.  
  8333. $(2)~_WinAPI_BitBlt
  8334. _WinAPI_BitBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidth], $[$$iHeight], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iROP])
  8335.  
  8336. $(2)~_WinAPI_BringWindowToTop
  8337. _WinAPI_BringWindowToTop($[$$hWnd])
  8338.  
  8339. $(2)~_WinAPI_BroadcastSystemMessage
  8340. _WinAPI_BroadcastSystemMessage($[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iFlags = 0], $[$$iRecipients = 0])
  8341.  
  8342. $(2)~_WinAPI_BrowseForFolderDlg
  8343. _WinAPI_BrowseForFolderDlg($[$$sRoot = ''], $[$$sText = ''], $[$$iFlags = 0], $[$$pBrowseProc = 0], $[$$lParam = 0], $[$$hParent = 0])
  8344.  
  8345. $(2)~_WinAPI_BufferedPaintClear
  8346. _WinAPI_BufferedPaintClear($[$$hBP], $[$$tRECT = 0])
  8347.  
  8348. $(2)~_WinAPI_BufferedPaintInit
  8349. _WinAPI_BufferedPaintInit($[])
  8350.  
  8351. $(2)~_WinAPI_BufferedPaintSetAlpha
  8352. _WinAPI_BufferedPaintSetAlpha($[$$hBP], $[$$iAlpha = 255], $[$$tRECT = 0])
  8353.  
  8354. $(2)~_WinAPI_BufferedPaintUnInit
  8355. _WinAPI_BufferedPaintUnInit($[])
  8356.  
  8357. $(2)~_WinAPI_CallNextHookEx
  8358. _WinAPI_CallNextHookEx($[$$hHook], $[$$iCode], $[$$wParam], $[$$lParam])
  8359.  
  8360. $(2)~_WinAPI_CallWindowProc
  8361. _WinAPI_CallWindowProc($[$$pPrevWndFunc], $[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  8362.  
  8363. $(2)~_WinAPI_CallWindowProcW
  8364. _WinAPI_CallWindowProcW($[$$pPrevWndProc], $[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  8365.  
  8366. $(2)~_WinAPI_CascadeWindows
  8367. _WinAPI_CascadeWindows($[$$aWnds], $[$$tRECT = 0], $[$$hParent = 0], $[$$iFlags = 0], $[$$iStart = 0], $[$$iEnd = -1])
  8368.  
  8369. $(2)~_WinAPI_ChangeWindowMessageFilterEx
  8370. _WinAPI_ChangeWindowMessageFilterEx($[$$hWnd], $[$$iMsg], $[$$iAction])
  8371.  
  8372. $(2)~_WinAPI_CharToOem
  8373. _WinAPI_CharToOem($[$$sStr])
  8374.  
  8375. $(2)~_WinAPI_ChildWindowFromPointEx
  8376. _WinAPI_ChildWindowFromPointEx($[$$hWnd], $[$$tPOINT], $[$$iFlags = 0])
  8377.  
  8378. $(2)~_WinAPI_ClientToScreen
  8379. _WinAPI_ClientToScreen($[$$hWnd], $[ByRef $$tPoint])
  8380.  
  8381. $(2)~_WinAPI_ClipCursor
  8382. _WinAPI_ClipCursor($[$$tRECT])
  8383.  
  8384. $(2)~_WinAPI_CloseDesktop
  8385. _WinAPI_CloseDesktop($[$$hDesktop])
  8386.  
  8387. $(2)~_WinAPI_CloseEnhMetaFile
  8388. _WinAPI_CloseEnhMetaFile($[$$hDC])
  8389.  
  8390. $(2)~_WinAPI_CloseFigure
  8391. _WinAPI_CloseFigure($[$$hDC])
  8392.  
  8393. $(2)~_WinAPI_CloseHandle
  8394. _WinAPI_CloseHandle($[$$hObject])
  8395.  
  8396. $(2)~_WinAPI_CloseThemeData
  8397. _WinAPI_CloseThemeData($[$$hTheme])
  8398.  
  8399. $(2)~_WinAPI_CloseWindow
  8400. _WinAPI_CloseWindow($[$$hWnd])
  8401.  
  8402. $(2)~_WinAPI_CloseWindowStation
  8403. _WinAPI_CloseWindowStation($[$$hStation])
  8404.  
  8405. $(2)~_WinAPI_CLSIDFromProgID
  8406. _WinAPI_CLSIDFromProgID($[$$sProgID])
  8407.  
  8408. $(2)~_WinAPI_CoInitialize
  8409. _WinAPI_CoInitialize($[$$iFlags = 0])
  8410.  
  8411. $(2)~_WinAPI_ColorAdjustLuma
  8412. _WinAPI_ColorAdjustLuma($[$$iRGB], $[$$iPercent], $[$$bScale = True])
  8413.  
  8414. $(2)~_WinAPI_ColorHLSToRGB
  8415. _WinAPI_ColorHLSToRGB($[$$iHue], $[$$iLuminance], $[$$iSaturation])
  8416.  
  8417. $(2)~_WinAPI_ColorRGBToHLS
  8418. _WinAPI_ColorRGBToHLS($[$$iRGB], $[ByRef $$iHue], $[ByRef $$iLuminance], $[ByRef $$iSaturation])
  8419.  
  8420. $(2)~_WinAPI_CombineRgn
  8421. _WinAPI_CombineRgn($[$$hRgnDest], $[$$hRgnSrc1], $[$$hRgnSrc2], $[$$iCombineMode])
  8422.  
  8423. $(2)~_WinAPI_CombineTransform
  8424. _WinAPI_CombineTransform($[$$tXFORM1], $[$$tXFORM2])
  8425.  
  8426. $(2)~_WinAPI_CommandLineToArgv
  8427. _WinAPI_CommandLineToArgv($[$$sCmd])
  8428.  
  8429. $(2)~_WinAPI_CommDlgExtendedError
  8430. _WinAPI_CommDlgExtendedError($[])
  8431.  
  8432. $(2)~_WinAPI_CommDlgExtendedErrorEx
  8433. _WinAPI_CommDlgExtendedErrorEx($[])
  8434.  
  8435. $(2)~_WinAPI_CompareString
  8436. _WinAPI_CompareString($[$$iLCID], $[$$sString1], $[$$sString2], $[$$iFlags = 0])
  8437.  
  8438. $(2)~_WinAPI_CompressBitmapBits
  8439. _WinAPI_CompressBitmapBits($[$$hBitmap], $[ByRef $$pBuffer], $[$$iCompression = 0], $[$$iQuality = 100])
  8440.  
  8441. $(2)~_WinAPI_CompressBuffer
  8442. _WinAPI_CompressBuffer($[$$pUncompressedBuffer], $[$$iUncompressedSize], $[$$pCompressedBuffer], $[$$iCompressedSize], $[$$iFormatAndEngine = 0x0002])
  8443.  
  8444. $(2)~_WinAPI_ComputeCrc32
  8445. _WinAPI_ComputeCrc32($[$$pMemory], $[$$iLength])
  8446.  
  8447. $(2)~_WinAPI_ConfirmCredentials
  8448. _WinAPI_ConfirmCredentials($[$$sTarget], $[$$bConfirm])
  8449.  
  8450. $(2)~_WinAPI_CopyBitmap
  8451. _WinAPI_CopyBitmap($[$$hBitmap])
  8452.  
  8453. $(2)~_WinAPI_CopyCursor
  8454. _WinAPI_CopyCursor($[$$hCursor])
  8455.  
  8456. $(2)~_WinAPI_CopyEnhMetaFile
  8457. _WinAPI_CopyEnhMetaFile($[$$hEmf], $[$$sFilePath = ''])
  8458.  
  8459. $(2)~_WinAPI_CopyFileEx
  8460. _WinAPI_CopyFileEx($[$$sExistingFile], $[$$sNewFile], $[$$iFlags = 0], $[$$pProgressProc = 0], $[$$pData = 0])
  8461.  
  8462. $(2)~_WinAPI_CopyIcon
  8463. _WinAPI_CopyIcon($[$$hIcon])
  8464.  
  8465. $(2)~_WinAPI_CopyImage
  8466. _WinAPI_CopyImage($[$$hImage], $[$$iType = 0], $[$$iXDesiredPixels = 0], $[$$iYDesiredPixels = 0], $[$$iFlags = 0])
  8467.  
  8468. $(2)~_WinAPI_CopyRect
  8469. _WinAPI_CopyRect($[$$tRECT])
  8470.  
  8471. $(2)~_WinAPI_CopyStruct
  8472. _WinAPI_CopyStruct($[$$tStruct], $[$$sStruct = ''])
  8473.  
  8474. $(2)~_WinAPI_CoTaskMemAlloc
  8475. _WinAPI_CoTaskMemAlloc($[$$iSize])
  8476.  
  8477. $(2)~_WinAPI_CoTaskMemFree
  8478. _WinAPI_CoTaskMemFree($[$$pMemory])
  8479.  
  8480. $(2)~_WinAPI_CoTaskMemRealloc
  8481. _WinAPI_CoTaskMemRealloc($[$$pMemory], $[$$iSize])
  8482.  
  8483. $(2)~_WinAPI_CoUninitialize
  8484. _WinAPI_CoUninitialize($[])
  8485.  
  8486. $(2)~_WinAPI_Create32BitHBITMAP
  8487. _WinAPI_Create32BitHBITMAP($[$$hIcon], $[$$bDib = False], $[$$bDelete = False])
  8488.  
  8489. $(2)~_WinAPI_Create32BitHICON
  8490. _WinAPI_Create32BitHICON($[$$hIcon], $[$$bDelete = False])
  8491.  
  8492. $(2)~_WinAPI_CreateANDBitmap
  8493. _WinAPI_CreateANDBitmap($[$$hBitmap])
  8494.  
  8495. $(2)~_WinAPI_CreateBitmap
  8496. _WinAPI_CreateBitmap($[$$iWidth], $[$$iHeight], $[$$iPlanes = 1], $[$$iBitsPerPel = 1], $[$$pBits = 0])
  8497.  
  8498. $(2)~_WinAPI_CreateBitmapIndirect
  8499. _WinAPI_CreateBitmapIndirect($[$$tBITMAP])
  8500.  
  8501. $(2)~_WinAPI_CreateBrushIndirect
  8502. _WinAPI_CreateBrushIndirect($[$$iStyle], $[$$iRGB], $[$$iHatch = 0])
  8503.  
  8504. $(2)~_WinAPI_CreateBuffer
  8505. _WinAPI_CreateBuffer($[$$iLength], $[$$pBuffer = 0], $[$$bAbort = True])
  8506.  
  8507. $(2)~_WinAPI_CreateBufferFromStruct
  8508. _WinAPI_CreateBufferFromStruct($[$$tStruct], $[$$pBuffer = 0], $[$$bAbort = True])
  8509.  
  8510. $(2)~_WinAPI_CreateCaret
  8511. _WinAPI_CreateCaret($[$$hWnd], $[$$hBitmap], $[$$iWidth = 0], $[$$iHeight = 0])
  8512.  
  8513. $(2)~_WinAPI_CreateColorAdjustment
  8514. _WinAPI_CreateColorAdjustment($[$$iFlags = 0], $[$$iIlluminant = 0], $[$$iGammaR = 10000], $[$$iGammaG = 10000], $[$$iGammaB = 10000], $[$$iBlack = 0], $[$$iWhite = 10000], $[$$iContrast = 0], $[$$iBrightness = 0], $[$$iColorfulness = 0], $[$$iTint = 0])
  8515.  
  8516. $(2)~_WinAPI_CreateCompatibleBitmap
  8517. _WinAPI_CreateCompatibleBitmap($[$$hDC], $[$$iWidth], $[$$iHeight])
  8518.  
  8519. $(2)~_WinAPI_CreateCompatibleBitmapEx
  8520. _WinAPI_CreateCompatibleBitmapEx($[$$hDC], $[$$iWidth], $[$$iHeight], $[$$iRGB])
  8521.  
  8522. $(2)~_WinAPI_CreateCompatibleDC
  8523. _WinAPI_CreateCompatibleDC($[$$hDC])
  8524.  
  8525. $(2)~_WinAPI_CreateDesktop
  8526. _WinAPI_CreateDesktop($[$$sName], $[$$iAccess = 0x0002], $[$$iFlags = 0], $[$$iHeap = 0], $[$$tSecurity = 0])
  8527.  
  8528. $(2)~_WinAPI_CreateDIB
  8529. _WinAPI_CreateDIB($[$$iWidth], $[$$iHeight], $[$$iBitsPerPel = 32], $[$$tColorTable = 0], $[$$iColorCount = 0])
  8530.  
  8531. $(2)~_WinAPI_CreateDIBColorTable
  8532. _WinAPI_CreateDIBColorTable($[Const ByRef $$aColorTable], $[$$iStart = 0], $[$$iEnd = -1])
  8533.  
  8534. $(2)~_WinAPI_CreateDIBitmap
  8535. _WinAPI_CreateDIBitmap($[$$hDC], $[$$tBITMAPINFO], $[$$iUsage], $[$$pBits = 0])
  8536.  
  8537. $(2)~_WinAPI_CreateDIBSection
  8538. _WinAPI_CreateDIBSection($[$$hDC], $[$$tBITMAPINFO], $[$$iUsage], $[ByRef $$pBits], $[$$hSection = 0], $[$$iOffset = 0])
  8539.  
  8540. $(2)~_WinAPI_CreateDirectory
  8541. _WinAPI_CreateDirectory($[$$sDir], $[$$tSecurity = 0])
  8542.  
  8543. $(2)~_WinAPI_CreateDirectoryEx
  8544. _WinAPI_CreateDirectoryEx($[$$sNewDir], $[$$sTemplateDir], $[$$tSecurity = 0])
  8545.  
  8546. $(2)~_WinAPI_CreateEllipticRgn
  8547. _WinAPI_CreateEllipticRgn($[$$tRECT])
  8548.  
  8549. $(2)~_WinAPI_CreateEmptyIcon
  8550. _WinAPI_CreateEmptyIcon($[$$iWidth], $[$$iHeight], $[$$iBitsPerPel = 32])
  8551.  
  8552. $(2)~_WinAPI_CreateEnhMetaFile
  8553. _WinAPI_CreateEnhMetaFile($[$$hDC = 0], $[$$tRECT = 0], $[$$bPixels = False], $[$$sFilePath = ''], $[$$sDescription = ''])
  8554.  
  8555. $(2)~_WinAPI_CreateEvent
  8556. _WinAPI_CreateEvent($[$$tAttributes = 0], $[$$bManualReset = True], $[$$bInitialState = True], $[$$sName = ""])
  8557.  
  8558. $(2)~_WinAPI_CreateFile
  8559. _WinAPI_CreateFile($[$$sFileName], $[$$iCreation], $[$$iAccess = 4], $[$$iShare = 0], $[$$iAttributes = 0], $[$$tSecurity = 0])
  8560.  
  8561. $(2)~_WinAPI_CreateFileEx
  8562. _WinAPI_CreateFileEx($[$$sFilePath], $[$$iCreation], $[$$iAccess = 0], $[$$iShare = 0], $[$$iFlagsAndAttributes = 0], $[$$tSecurity = 0], $[$$hTemplate = 0])
  8563.  
  8564. $(2)~_WinAPI_CreateFileMapping
  8565. _WinAPI_CreateFileMapping($[$$hFile], $[$$iSize = 0], $[$$sName = ''], $[$$iProtect = 0x0004], $[$$tSecurity = 0])
  8566.  
  8567. $(2)~_WinAPI_CreateFont
  8568. _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'])
  8569.  
  8570. $(2)~_WinAPI_CreateFontEx
  8571. _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])
  8572.  
  8573. $(2)~_WinAPI_CreateFontIndirect
  8574. _WinAPI_CreateFontIndirect($[$$tLogFont])
  8575.  
  8576. $(2)~_WinAPI_CreateGUID
  8577. _WinAPI_CreateGUID($[])
  8578.  
  8579. $(2)~_WinAPI_CreateHardLink
  8580. _WinAPI_CreateHardLink($[$$sNewFile], $[$$sExistingFile])
  8581.  
  8582. $(2)~_WinAPI_CreateIcon
  8583. _WinAPI_CreateIcon($[$$hInstance], $[$$iWidth], $[$$iHeight], $[$$iPlanes], $[$$iBitsPixel], $[$$pANDBits], $[$$pXORBits])
  8584.  
  8585. $(2)~_WinAPI_CreateIconFromResourceEx
  8586. _WinAPI_CreateIconFromResourceEx($[$$pData], $[$$iSize], $[$$bIcon = True], $[$$iXDesiredPixels = 0], $[$$iYDesiredPixels = 0], $[$$iFlags = 0])
  8587.  
  8588. $(2)~_WinAPI_CreateIconIndirect
  8589. _WinAPI_CreateIconIndirect($[$$hBitmap], $[$$hMask], $[$$iXHotspot = 0], $[$$iYHotspot = 0], $[$$bIcon = True])
  8590.  
  8591. $(2)~_WinAPI_CreateJobObject
  8592. _WinAPI_CreateJobObject($[$$sName = ''], $[$$tSecurity = 0])
  8593.  
  8594. $(2)~_WinAPI_CreateMargins
  8595. _WinAPI_CreateMargins($[$$iLeftWidth], $[$$iRightWidth], $[$$iTopHeight], $[$$iBottomHeight])
  8596.  
  8597. $(2)~_WinAPI_CreateMRUList
  8598. _WinAPI_CreateMRUList($[$$hKey], $[$$sSubKey], $[$$iMax = 26])
  8599.  
  8600. $(2)~_WinAPI_CreateMutex
  8601. _WinAPI_CreateMutex($[$$sMutex], $[$$bInitial = True], $[$$tSecurity = 0])
  8602.  
  8603. $(2)~_WinAPI_CreateNullRgn
  8604. _WinAPI_CreateNullRgn($[])
  8605.  
  8606. $(2)~_WinAPI_CreateNumberFormatInfo
  8607. _WinAPI_CreateNumberFormatInfo($[$$iNumDigits], $[$$iLeadingZero], $[$$iGrouping], $[$$sDecimalSep], $[$$sThousandSep], $[$$iNegativeOrder])
  8608.  
  8609. $(2)~_WinAPI_CreateObjectID
  8610. _WinAPI_CreateObjectID($[$$sFilePath])
  8611.  
  8612. $(2)~_WinAPI_CreatePen
  8613. _WinAPI_CreatePen($[$$iPenStyle], $[$$iWidth], $[$$iColor])
  8614.  
  8615. $(2)~_WinAPI_CreatePoint
  8616. _WinAPI_CreatePoint($[$$iX], $[$$iY])
  8617.  
  8618. $(2)~_WinAPI_CreatePolygonRgn
  8619. _WinAPI_CreatePolygonRgn($[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1], $[$$iMode = 1])
  8620.  
  8621. $(2)~_WinAPI_CreateProcess
  8622. _WinAPI_CreateProcess($[$$sAppName], $[$$sCommand], $[$$tSecurity], $[$$tThread], $[$$bInherit], $[$$iFlags], $[$$pEnviron], $[$$sDir], $[$$tStartupInfo], $[$$tProcess])
  8623.  
  8624. $(2)~_WinAPI_CreateProcessWithToken
  8625. _WinAPI_CreateProcessWithToken($[$$sApp], $[$$sCmd], $[$$iFlags], $[$$tStartupInfo], $[$$tProcessInfo], $[$$hToken], $[$$iLogon = 0], $[$$pEnvironment = 0], $[$$sDir = ''])
  8626.  
  8627. $(2)~_WinAPI_CreateRect
  8628. _WinAPI_CreateRect($[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
  8629.  
  8630. $(2)~_WinAPI_CreateRectEx
  8631. _WinAPI_CreateRectEx($[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight])
  8632.  
  8633. $(2)~_WinAPI_CreateRectRgn
  8634. _WinAPI_CreateRectRgn($[$$iLeftRect], $[$$iTopRect], $[$$iRightRect], $[$$iBottomRect])
  8635.  
  8636. $(2)~_WinAPI_CreateRectRgnIndirect
  8637. _WinAPI_CreateRectRgnIndirect($[$$tRECT])
  8638.  
  8639. $(2)~_WinAPI_CreateRoundRectRgn
  8640. _WinAPI_CreateRoundRectRgn($[$$iLeftRect], $[$$iTopRect], $[$$iRightRect], $[$$iBottomRect], $[$$iWidthEllipse], $[$$iHeightEllipse])
  8641.  
  8642. $(2)~_WinAPI_CreateSemaphore
  8643. _WinAPI_CreateSemaphore($[$$sSemaphore], $[$$iInitial], $[$$iMaximum], $[$$tSecurity = 0])
  8644.  
  8645. $(2)~_WinAPI_CreateSize
  8646. _WinAPI_CreateSize($[$$iWidth], $[$$iHeight])
  8647.  
  8648. $(2)~_WinAPI_CreateSolidBitmap
  8649. _WinAPI_CreateSolidBitmap($[$$hWnd], $[$$iColor], $[$$iWidth], $[$$iHeight], $[$$bRGB = 1])
  8650.  
  8651. $(2)~_WinAPI_CreateSolidBrush
  8652. _WinAPI_CreateSolidBrush($[$$iColor])
  8653.  
  8654. $(2)~_WinAPI_CreateStreamOnHGlobal
  8655. _WinAPI_CreateStreamOnHGlobal($[$$hGlobal = 0], $[$$bDeleteOnRelease = True])
  8656.  
  8657. $(2)~_WinAPI_CreateString
  8658. _WinAPI_CreateString($[$$sString], $[$$pString = 0], $[$$iLength = -1], $[$$bUnicode = True], $[$$bAbort = True])
  8659.  
  8660. $(2)~_WinAPI_CreateSymbolicLink
  8661. _WinAPI_CreateSymbolicLink($[$$sSymlink], $[$$sTarget], $[$$bDirectory = False])
  8662.  
  8663. $(2)~_WinAPI_CreateTransform
  8664. _WinAPI_CreateTransform($[$$nM11 = 1], $[$$nM12 = 0], $[$$nM21 = 0], $[$$nM22 = 1], $[$$nDX = 0], $[$$nDY = 0])
  8665.  
  8666. $(2)~_WinAPI_CreateWindowEx
  8667. _WinAPI_CreateWindowEx($[$$iExStyle], $[$$sClass], $[$$sName], $[$$iStyle], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$hParent], $[$$hMenu = 0], $[$$hInstance = 0], $[$$pParam = 0])
  8668.  
  8669. $(2)~_WinAPI_CreateWindowStation
  8670. _WinAPI_CreateWindowStation($[$$sName = ''], $[$$iAccess = 0], $[$$iFlags = 0], $[$$tSecurity = 0])
  8671.  
  8672. $(2)~_WinAPI_DecompressBuffer
  8673. _WinAPI_DecompressBuffer($[$$pUncompressedBuffer], $[$$iUncompressedSize], $[$$pCompressedBuffer], $[$$iCompressedSize], $[$$iFormat = 0x0002])
  8674.  
  8675. $(2)~_WinAPI_DecryptFile
  8676. _WinAPI_DecryptFile($[$$sFilePath])
  8677.  
  8678. $(2)~_WinAPI_DeferWindowPos
  8679. _WinAPI_DeferWindowPos($[$$hInfo], $[$$hWnd], $[$$hAfter], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iFlags])
  8680.  
  8681. $(2)~_WinAPI_DefineDosDevice
  8682. _WinAPI_DefineDosDevice($[$$sDevice], $[$$iFlags], $[$$sFilePath = ''])
  8683.  
  8684. $(2)~_WinAPI_DefRawInputProc
  8685. _WinAPI_DefRawInputProc($[$$paRawInput], $[$$iInput])
  8686.  
  8687. $(2)~_WinAPI_DefSubclassProc
  8688. _WinAPI_DefSubclassProc($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  8689.  
  8690. $(2)~_WinAPI_DefWindowProc
  8691. _WinAPI_DefWindowProc($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  8692.  
  8693. $(2)~_WinAPI_DefWindowProcW
  8694. _WinAPI_DefWindowProcW($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  8695.  
  8696. $(2)~_WinAPI_DeleteDC
  8697. _WinAPI_DeleteDC($[$$hDC])
  8698.  
  8699. $(2)~_WinAPI_DeleteEnhMetaFile
  8700. _WinAPI_DeleteEnhMetaFile($[$$hEmf])
  8701.  
  8702. $(2)~_WinAPI_DeleteFile
  8703. _WinAPI_DeleteFile($[$$sFilePath])
  8704.  
  8705. $(2)~_WinAPI_DeleteObject
  8706. _WinAPI_DeleteObject($[$$hObject])
  8707.  
  8708. $(2)~_WinAPI_DeleteObjectID
  8709. _WinAPI_DeleteObjectID($[$$sFilePath])
  8710.  
  8711. $(2)~_WinAPI_DeleteVolumeMountPoint
  8712. _WinAPI_DeleteVolumeMountPoint($[$$sMountedPath])
  8713.  
  8714. $(2)~_WinAPI_DeregisterShellHookWindow
  8715. _WinAPI_DeregisterShellHookWindow($[$$hWnd])
  8716.  
  8717. $(2)~_WinAPI_DestroyCaret
  8718. _WinAPI_DestroyCaret($[])
  8719.  
  8720. $(2)~_WinAPI_DestroyCursor
  8721. _WinAPI_DestroyCursor($[$$hCursor])
  8722.  
  8723. $(2)~_WinAPI_DestroyIcon
  8724. _WinAPI_DestroyIcon($[$$hIcon])
  8725.  
  8726. $(2)~_WinAPI_DestroyWindow
  8727. _WinAPI_DestroyWindow($[$$hWnd])
  8728.  
  8729. $(2)~_WinAPI_DeviceIoControl
  8730. _WinAPI_DeviceIoControl($[$$hDevice], $[$$iControlCode], $[$$pInBuffer = 0], $[$$iInBufferSize = 0], $[$$pOutBuffer = 0], $[$$iOutBufferSize = 0])
  8731.  
  8732. $(2)~_WinAPI_DisplayStruct
  8733. _WinAPI_DisplayStruct($[$$tStruct], $[$$sStruct = ''], $[$$sTitle = ''], $[$$iItem = 0], $[$$iSubItem = 0], $[$$iFlags = 0], $[$$bTop = True], $[$$hParent = 0])
  8734.  
  8735. $(2)~_WinAPI_DllGetVersion
  8736. _WinAPI_DllGetVersion($[$$sFilePath])
  8737.  
  8738. $(2)~_WinAPI_DllInstall
  8739. _WinAPI_DllInstall($[$$sFilePath])
  8740.  
  8741. $(2)~_WinAPI_DllUninstall
  8742. _WinAPI_DllUninstall($[$$sFilePath])
  8743.  
  8744. $(2)~_WinAPI_DPtoLP
  8745. _WinAPI_DPtoLP($[$$hDC], $[ByRef $$tPOINT], $[$$iCount = 1])
  8746.  
  8747. $(2)~_WinAPI_DragAcceptFiles
  8748. _WinAPI_DragAcceptFiles($[$$hWnd], $[$$bAccept = True])
  8749.  
  8750. $(2)~_WinAPI_DragFinish
  8751. _WinAPI_DragFinish($[$$hDrop])
  8752.  
  8753. $(2)~_WinAPI_DragQueryFileEx
  8754. _WinAPI_DragQueryFileEx($[$$hDrop], $[$$iFlag = 0])
  8755.  
  8756. $(2)~_WinAPI_DragQueryPoint
  8757. _WinAPI_DragQueryPoint($[$$hDrop])
  8758.  
  8759. $(2)~_WinAPI_DrawAnimatedRects
  8760. _WinAPI_DrawAnimatedRects($[$$hWnd], $[$$tRectFrom], $[$$tRectTo])
  8761.  
  8762. $(2)~_WinAPI_DrawBitmap
  8763. _WinAPI_DrawBitmap($[$$hDC], $[$$iX], $[$$iY], $[$$hBitmap], $[$$iRop = 0x00CC0020])
  8764.  
  8765. $(2)~_WinAPI_DrawEdge
  8766. _WinAPI_DrawEdge($[$$hDC], $[$$tRECT], $[$$iEdgeType], $[$$iFlags])
  8767.  
  8768. $(2)~_WinAPI_DrawFocusRect
  8769. _WinAPI_DrawFocusRect($[$$hDC], $[$$tRECT])
  8770.  
  8771. $(2)~_WinAPI_DrawFrameControl
  8772. _WinAPI_DrawFrameControl($[$$hDC], $[$$tRECT], $[$$iType], $[$$iState])
  8773.  
  8774. $(2)~_WinAPI_DrawIcon
  8775. _WinAPI_DrawIcon($[$$hDC], $[$$iX], $[$$iY], $[$$hIcon])
  8776.  
  8777. $(2)~_WinAPI_DrawIconEx
  8778. _WinAPI_DrawIconEx($[$$hDC], $[$$iX], $[$$iY], $[$$hIcon], $[$$iWidth = 0], $[$$iHeight = 0], $[$$iStep = 0], $[$$hBrush = 0], $[$$iFlags = 3])
  8779.  
  8780. $(2)~_WinAPI_DrawLine
  8781. _WinAPI_DrawLine($[$$hDC], $[$$iX1], $[$$iY1], $[$$iX2], $[$$iY2])
  8782.  
  8783. $(2)~_WinAPI_DrawShadowText
  8784. _WinAPI_DrawShadowText($[$$hDC], $[$$sText], $[$$iRGBText], $[$$iRGBShadow], $[$$iXOffset = 0], $[$$iYOffset = 0], $[$$tRECT = 0], $[$$iFlags = 0])
  8785.  
  8786. $(2)~_WinAPI_DrawText
  8787. _WinAPI_DrawText($[$$hDC], $[$$sText], $[ByRef $$tRECT], $[$$iFlags])
  8788.  
  8789. $(2)~_WinAPI_DrawThemeBackground
  8790. _WinAPI_DrawThemeBackground($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$tCLIP = 0])
  8791.  
  8792. $(2)~_WinAPI_DrawThemeEdge
  8793. _WinAPI_DrawThemeEdge($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$iEdge], $[$$iFlags], $[$$tAREA = 0])
  8794.  
  8795. $(2)~_WinAPI_DrawThemeIcon
  8796. _WinAPI_DrawThemeIcon($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$hIL], $[$$iIndex])
  8797.  
  8798. $(2)~_WinAPI_DrawThemeParentBackground
  8799. _WinAPI_DrawThemeParentBackground($[$$hWnd], $[$$hDC], $[$$tRECT = 0])
  8800.  
  8801. $(2)~_WinAPI_DrawThemeText
  8802. _WinAPI_DrawThemeText($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$sText], $[$$tRECT], $[$$iFlags])
  8803.  
  8804. $(2)~_WinAPI_DrawThemeTextEx
  8805. _WinAPI_DrawThemeTextEx($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$sText], $[$$tRECT], $[$$iFlags], $[$$tDTTOPTS])
  8806.  
  8807. $(2)~_WinAPI_DuplicateEncryptionInfoFile
  8808. _WinAPI_DuplicateEncryptionInfoFile($[$$sSrcFilePath], $[$$sDestFilePath], $[$$iCreation = 2], $[$$iAttributes = 0], $[$$tSecurity = 0])
  8809.  
  8810. $(2)~_WinAPI_DuplicateHandle
  8811. _WinAPI_DuplicateHandle($[$$hSourceProcessHandle], $[$$hSourceHandle], $[$$hTargetProcessHandle], $[$$iDesiredAccess], $[$$iInheritHandle], $[$$iOptions])
  8812.  
  8813. $(2)~_WinAPI_DuplicateTokenEx
  8814. _WinAPI_DuplicateTokenEx($[$$hToken], $[$$iAccess], $[$$iLevel], $[$$iType = 1], $[$$tSecurity = 0])
  8815.  
  8816. $(2)~_WinAPI_DwmDefWindowProc
  8817. _WinAPI_DwmDefWindowProc($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  8818.  
  8819. $(2)~_WinAPI_DwmEnableBlurBehindWindow
  8820. _WinAPI_DwmEnableBlurBehindWindow($[$$hWnd], $[$$bEnable = True], $[$$bTransition = False], $[$$hRgn = 0])
  8821.  
  8822. $(2)~_WinAPI_DwmEnableComposition
  8823. _WinAPI_DwmEnableComposition($[$$bEnable])
  8824.  
  8825. $(2)~_WinAPI_DwmExtendFrameIntoClientArea
  8826. _WinAPI_DwmExtendFrameIntoClientArea($[$$hWnd], $[$$tMARGINS = 0])
  8827.  
  8828. $(2)~_WinAPI_DwmGetColorizationColor
  8829. _WinAPI_DwmGetColorizationColor($[])
  8830.  
  8831. $(2)~_WinAPI_DwmGetColorizationParameters
  8832. _WinAPI_DwmGetColorizationParameters($[])
  8833.  
  8834. $(2)~_WinAPI_DwmGetWindowAttribute
  8835. _WinAPI_DwmGetWindowAttribute($[$$hWnd], $[$$iAttribute])
  8836.  
  8837. $(2)~_WinAPI_DwmInvalidateIconicBitmaps
  8838. _WinAPI_DwmInvalidateIconicBitmaps($[$$hWnd])
  8839.  
  8840. $(2)~_WinAPI_DwmIsCompositionEnabled
  8841. _WinAPI_DwmIsCompositionEnabled($[])
  8842.  
  8843. $(2)~_WinAPI_DwmQueryThumbnailSourceSize
  8844. _WinAPI_DwmQueryThumbnailSourceSize($[$$hThumbnail])
  8845.  
  8846. $(2)~_WinAPI_DwmRegisterThumbnail
  8847. _WinAPI_DwmRegisterThumbnail($[$$hDestination], $[$$hSource])
  8848.  
  8849. $(2)~_WinAPI_DwmSetColorizationParameters
  8850. _WinAPI_DwmSetColorizationParameters($[$$tDWMCP])
  8851.  
  8852. $(2)~_WinAPI_DwmSetIconicLivePreviewBitmap
  8853. _WinAPI_DwmSetIconicLivePreviewBitmap($[$$hWnd], $[$$hBitmap], $[$$bFrame = False], $[$$tClient = 0])
  8854.  
  8855. $(2)~_WinAPI_DwmSetIconicThumbnail
  8856. _WinAPI_DwmSetIconicThumbnail($[$$hWnd], $[$$hBitmap], $[$$bFrame = False])
  8857.  
  8858. $(2)~_WinAPI_DwmSetWindowAttribute
  8859. _WinAPI_DwmSetWindowAttribute($[$$hWnd], $[$$iAttribute], $[$$iData])
  8860.  
  8861. $(2)~_WinAPI_DwmUnregisterThumbnail
  8862. _WinAPI_DwmUnregisterThumbnail($[$$hThumbnail])
  8863.  
  8864. $(2)~_WinAPI_DwmUpdateThumbnailProperties
  8865. _WinAPI_DwmUpdateThumbnailProperties($[$$hThumbnail], $[$$bVisible = True], $[$$bClientAreaOnly = False], $[$$iOpacity = 255], $[$$tRectDest = 0], $[$$tRectSrc = 0])
  8866.  
  8867. $(2)~_WinAPI_DWordToFloat
  8868. _WinAPI_DWordToFloat($[$$iValue])
  8869.  
  8870. $(2)~_WinAPI_DWordToInt
  8871. _WinAPI_DWordToInt($[$$iValue])
  8872.  
  8873. $(2)~_WinAPI_EjectMedia
  8874. _WinAPI_EjectMedia($[$$sDrive])
  8875.  
  8876. $(2)~_WinAPI_Ellipse
  8877. _WinAPI_Ellipse($[$$hDC], $[$$tRECT])
  8878.  
  8879. $(2)~_WinAPI_EmptyWorkingSet
  8880. _WinAPI_EmptyWorkingSet($[$$iPID = 0])
  8881.  
  8882. $(2)~_WinAPI_EnableWindow
  8883. _WinAPI_EnableWindow($[$$hWnd], $[$$bEnable = True])
  8884.  
  8885. $(2)~_WinAPI_EncryptFile
  8886. _WinAPI_EncryptFile($[$$sFilePath])
  8887.  
  8888. $(2)~_WinAPI_EncryptionDisable
  8889. _WinAPI_EncryptionDisable($[$$sDir], $[$$bDisable])
  8890.  
  8891. $(2)~_WinAPI_EndBufferedPaint
  8892. _WinAPI_EndBufferedPaint($[$$hBP], $[$$bUpdate = True])
  8893.  
  8894. $(2)~_WinAPI_EndDeferWindowPos
  8895. _WinAPI_EndDeferWindowPos($[$$hInfo])
  8896.  
  8897. $(2)~_WinAPI_EndPaint
  8898. _WinAPI_EndPaint($[$$hWnd], $[ByRef $$tPAINTSTRUCT])
  8899.  
  8900. $(2)~_WinAPI_EndPath
  8901. _WinAPI_EndPath($[$$hDC])
  8902.  
  8903. $(2)~_WinAPI_EndUpdateResource
  8904. _WinAPI_EndUpdateResource($[$$hUpdate], $[$$bDiscard = False])
  8905.  
  8906. $(2)~_WinAPI_EnumChildProcess
  8907. _WinAPI_EnumChildProcess($[$$iPID = 0])
  8908.  
  8909. $(2)~_WinAPI_EnumChildWindows
  8910. _WinAPI_EnumChildWindows($[$$hWnd], $[$$bVisible = True])
  8911.  
  8912. $(2)~_WinAPI_EnumDesktops
  8913. _WinAPI_EnumDesktops($[$$hStation])
  8914.  
  8915. $(2)~_WinAPI_EnumDesktopWindows
  8916. _WinAPI_EnumDesktopWindows($[$$hDesktop], $[$$bVisible = True])
  8917.  
  8918. $(2)~_WinAPI_EnumDeviceDrivers
  8919. _WinAPI_EnumDeviceDrivers($[])
  8920.  
  8921. $(2)~_WinAPI_EnumDisplayDevices
  8922. _WinAPI_EnumDisplayDevices($[$$sDevice], $[$$iDevNum])
  8923.  
  8924. $(2)~_WinAPI_EnumDisplayMonitors
  8925. _WinAPI_EnumDisplayMonitors($[$$hDC = 0], $[$$tRECT = 0])
  8926.  
  8927. $(2)~_WinAPI_EnumDisplaySettings
  8928. _WinAPI_EnumDisplaySettings($[$$sDevice], $[$$iMode])
  8929.  
  8930. $(2)~_WinAPI_EnumDllProc
  8931. _WinAPI_EnumDllProc($[$$sFilePath], $[$$sMask = ''], $[$$iFlags = 0])
  8932.  
  8933. $(2)~_WinAPI_EnumFiles
  8934. _WinAPI_EnumFiles($[$$sDir], $[$$iFlag = 0], $[$$sTemplate = ''], $[$$bExclude = False])
  8935.  
  8936. $(2)~_WinAPI_EnumFileStreams
  8937. _WinAPI_EnumFileStreams($[$$sFilePath])
  8938.  
  8939. $(2)~_WinAPI_EnumFontFamilies
  8940. _WinAPI_EnumFontFamilies($[$$hDC = 0], $[$$sFaceName = ''], $[$$iCharSet = 1], $[$$iFontType = 0x07], $[$$sPattern = ''], $[$$bExclude = False])
  8941.  
  8942. $(2)~_WinAPI_EnumHardLinks
  8943. _WinAPI_EnumHardLinks($[$$sFilePath])
  8944.  
  8945. $(2)~_WinAPI_EnumMRUList
  8946. _WinAPI_EnumMRUList($[$$hMRU], $[$$iItem])
  8947.  
  8948. $(2)~_WinAPI_EnumPageFiles
  8949. _WinAPI_EnumPageFiles($[])
  8950.  
  8951. $(2)~_WinAPI_EnumProcessHandles
  8952. _WinAPI_EnumProcessHandles($[$$iPID = 0], $[$$iType = 0])
  8953.  
  8954. $(2)~_WinAPI_EnumProcessModules
  8955. _WinAPI_EnumProcessModules($[$$iPID = 0], $[$$iFlag = 0])
  8956.  
  8957. $(2)~_WinAPI_EnumProcessThreads
  8958. _WinAPI_EnumProcessThreads($[$$iPID = 0])
  8959.  
  8960. $(2)~_WinAPI_EnumProcessWindows
  8961. _WinAPI_EnumProcessWindows($[$$iPID = 0], $[$$bVisible = True])
  8962.  
  8963. $(2)~_WinAPI_EnumRawInputDevices
  8964. _WinAPI_EnumRawInputDevices($[])
  8965.  
  8966. $(2)~_WinAPI_EnumResourceLanguages
  8967. _WinAPI_EnumResourceLanguages($[$$hModule], $[$$sType], $[$$sName])
  8968.  
  8969. $(2)~_WinAPI_EnumResourceNames
  8970. _WinAPI_EnumResourceNames($[$$hModule], $[$$sType])
  8971.  
  8972. $(2)~_WinAPI_EnumResourceTypes
  8973. _WinAPI_EnumResourceTypes($[$$hModule])
  8974.  
  8975. $(2)~_WinAPI_EnumSystemGeoID
  8976. _WinAPI_EnumSystemGeoID($[])
  8977.  
  8978. $(2)~_WinAPI_EnumSystemLocales
  8979. _WinAPI_EnumSystemLocales($[$$iFlag])
  8980.  
  8981. $(2)~_WinAPI_EnumUILanguages
  8982. _WinAPI_EnumUILanguages($[$$iFlag = 0])
  8983.  
  8984. $(2)~_WinAPI_EnumWindows
  8985. _WinAPI_EnumWindows($[$$bVisible = True], $[$$hWnd = Default])
  8986.  
  8987. $(2)~_WinAPI_EnumWindowsPopup
  8988. _WinAPI_EnumWindowsPopup($[])
  8989.  
  8990. $(2)~_WinAPI_EnumWindowStations
  8991. _WinAPI_EnumWindowStations($[])
  8992.  
  8993. $(2)~_WinAPI_EnumWindowsTop
  8994. _WinAPI_EnumWindowsTop($[])
  8995.  
  8996. $(2)~_WinAPI_EqualMemory
  8997. _WinAPI_EqualMemory($[$$pSource1], $[$$pSource2], $[$$iLength])
  8998.  
  8999. $(2)~_WinAPI_EqualRect
  9000. _WinAPI_EqualRect($[$$tRECT1], $[$$tRECT2])
  9001.  
  9002. $(2)~_WinAPI_EqualRgn
  9003. _WinAPI_EqualRgn($[$$hRgn1], $[$$hRgn2])
  9004.  
  9005. $(2)~_WinAPI_ExcludeClipRect
  9006. _WinAPI_ExcludeClipRect($[$$hDC], $[$$tRECT])
  9007.  
  9008. $(2)~_WinAPI_ExpandEnvironmentStrings
  9009. _WinAPI_ExpandEnvironmentStrings($[$$sString])
  9010.  
  9011. $(2)~_WinAPI_ExtCreatePen
  9012. _WinAPI_ExtCreatePen($[$$iPenStyle], $[$$iWidth], $[$$iBrushStyle], $[$$iRGB], $[$$iHatch = 0], $[$$aUserStyle = 0], $[$$iStart = 0], $[$$iEnd = -1])
  9013.  
  9014. $(2)~_WinAPI_ExtCreateRegion
  9015. _WinAPI_ExtCreateRegion($[$$tRGNDATA], $[$$tXFORM = 0])
  9016.  
  9017. $(2)~_WinAPI_ExtFloodFill
  9018. _WinAPI_ExtFloodFill($[$$hDC], $[$$iX], $[$$iY], $[$$iRGB], $[$$iType = 0])
  9019.  
  9020. $(2)~_WinAPI_ExtractIcon
  9021. _WinAPI_ExtractIcon($[$$sIcon], $[$$iIndex], $[$$bSmall = False])
  9022.  
  9023. $(2)~_WinAPI_ExtractIconEx
  9024. _WinAPI_ExtractIconEx($[$$sFilePath], $[$$iIndex], $[$$paLarge], $[$$paSmall], $[$$iIcons])
  9025.  
  9026. $(2)~_WinAPI_ExtSelectClipRgn
  9027. _WinAPI_ExtSelectClipRgn($[$$hDC], $[$$hRgn], $[$$iMode = 5])
  9028.  
  9029. $(2)~_WinAPI_FatalAppExit
  9030. _WinAPI_FatalAppExit($[$$sMessage])
  9031.  
  9032. $(2)~_WinAPI_FatalExit
  9033. _WinAPI_FatalExit($[$$iCode])
  9034.  
  9035. $(2)~_WinAPI_FileEncryptionStatus
  9036. _WinAPI_FileEncryptionStatus($[$$sFilePath])
  9037.  
  9038. $(2)~_WinAPI_FileExists
  9039. _WinAPI_FileExists($[$$sFilePath])
  9040.  
  9041. $(2)~_WinAPI_FileIconInit
  9042. _WinAPI_FileIconInit($[$$bRestore = True])
  9043.  
  9044. $(2)~_WinAPI_FileInUse
  9045. _WinAPI_FileInUse($[$$sFilePath])
  9046.  
  9047. $(2)~_WinAPI_FillMemory
  9048. _WinAPI_FillMemory($[$$pMemory], $[$$iLength], $[$$iValue = 0])
  9049.  
  9050. $(2)~_WinAPI_FillPath
  9051. _WinAPI_FillPath($[$$hDC])
  9052.  
  9053. $(2)~_WinAPI_FillRect
  9054. _WinAPI_FillRect($[$$hDC], $[$$tRECT], $[$$hBrush])
  9055.  
  9056. $(2)~_WinAPI_FillRgn
  9057. _WinAPI_FillRgn($[$$hDC], $[$$hRgn], $[$$hBrush])
  9058.  
  9059. $(2)~_WinAPI_FindClose
  9060. _WinAPI_FindClose($[$$hSearch])
  9061.  
  9062. $(2)~_WinAPI_FindCloseChangeNotification
  9063. _WinAPI_FindCloseChangeNotification($[$$hChange])
  9064.  
  9065. $(2)~_WinAPI_FindExecutable
  9066. _WinAPI_FindExecutable($[$$sFileName], $[$$sDirectory = ""])
  9067.  
  9068. $(2)~_WinAPI_FindFirstChangeNotification
  9069. _WinAPI_FindFirstChangeNotification($[$$sDirectory], $[$$iFlags], $[$$bSubtree = False])
  9070.  
  9071. $(2)~_WinAPI_FindFirstFile
  9072. _WinAPI_FindFirstFile($[$$sFilePath], $[$$tData])
  9073.  
  9074. $(2)~_WinAPI_FindFirstFileName
  9075. _WinAPI_FindFirstFileName($[$$sFilePath], $[ByRef $$sLink])
  9076.  
  9077. $(2)~_WinAPI_FindFirstStream
  9078. _WinAPI_FindFirstStream($[$$sFilePath], $[$$tData])
  9079.  
  9080. $(2)~_WinAPI_FindNextChangeNotification
  9081. _WinAPI_FindNextChangeNotification($[$$hChange])
  9082.  
  9083. $(2)~_WinAPI_FindNextFile
  9084. _WinAPI_FindNextFile($[$$hSearch], $[$$tData])
  9085.  
  9086. $(2)~_WinAPI_FindNextFileName
  9087. _WinAPI_FindNextFileName($[$$hSearch], $[ByRef $$sLink])
  9088.  
  9089. $(2)~_WinAPI_FindNextStream
  9090. _WinAPI_FindNextStream($[$$hSearch], $[$$tData])
  9091.  
  9092. $(2)~_WinAPI_FindResource
  9093. _WinAPI_FindResource($[$$hInstance], $[$$sType], $[$$sName])
  9094.  
  9095. $(2)~_WinAPI_FindResourceEx
  9096. _WinAPI_FindResourceEx($[$$hInstance], $[$$sType], $[$$sName], $[$$iLanguage])
  9097.  
  9098. $(2)~_WinAPI_FindTextDlg
  9099. _WinAPI_FindTextDlg($[$$hOwner], $[$$sFindWhat = ''], $[$$iFlags = 0], $[$$pFindProc = 0], $[$$lParam = 0])
  9100.  
  9101. $(2)~_WinAPI_FindWindow
  9102. _WinAPI_FindWindow($[$$sClassName], $[$$sWindowName])
  9103.  
  9104. $(2)~_WinAPI_FlashWindow
  9105. _WinAPI_FlashWindow($[$$hWnd], $[$$bInvert = True])
  9106.  
  9107. $(2)~_WinAPI_FlashWindowEx
  9108. _WinAPI_FlashWindowEx($[$$hWnd], $[$$iFlags = 3], $[$$iCount = 3], $[$$iTimeout = 0])
  9109.  
  9110. $(2)~_WinAPI_FlattenPath
  9111. _WinAPI_FlattenPath($[$$hDC])
  9112.  
  9113. $(2)~_WinAPI_FloatToDWord
  9114. _WinAPI_FloatToDWord($[$$iValue])
  9115.  
  9116. $(2)~_WinAPI_FloatToInt
  9117. _WinAPI_FloatToInt($[$$nFloat])
  9118.  
  9119. $(2)~_WinAPI_FlushFileBuffers
  9120. _WinAPI_FlushFileBuffers($[$$hFile])
  9121.  
  9122. $(2)~_WinAPI_FlushFRBuffer
  9123. _WinAPI_FlushFRBuffer($[])
  9124.  
  9125. $(2)~_WinAPI_FlushViewOfFile
  9126. _WinAPI_FlushViewOfFile($[$$pAddress], $[$$iBytes = 0])
  9127.  
  9128. $(2)~_WinAPI_FormatDriveDlg
  9129. _WinAPI_FormatDriveDlg($[$$sDrive], $[$$iOption = 0], $[$$hParent = 0])
  9130.  
  9131. $(2)~_WinAPI_FormatMessage
  9132. _WinAPI_FormatMessage($[$$iFlags], $[$$pSource], $[$$iMessageID], $[$$iLanguageID], $[ByRef $$pBuffer], $[$$iSize], $[$$vArguments])
  9133.  
  9134. $(2)~_WinAPI_FrameRect
  9135. _WinAPI_FrameRect($[$$hDC], $[$$tRECT], $[$$hBrush])
  9136.  
  9137. $(2)~_WinAPI_FrameRgn
  9138. _WinAPI_FrameRgn($[$$hDC], $[$$hRgn], $[$$hBrush], $[$$iWidth], $[$$iHeight])
  9139.  
  9140. $(2)~_WinAPI_FreeLibrary
  9141. _WinAPI_FreeLibrary($[$$hModule])
  9142.  
  9143. $(2)~_WinAPI_FreeMemory
  9144. _WinAPI_FreeMemory($[$$pMemory])
  9145.  
  9146. $(2)~_WinAPI_FreeMRUList
  9147. _WinAPI_FreeMRUList($[$$hMRU])
  9148.  
  9149. $(2)~_WinAPI_FreeResource
  9150. _WinAPI_FreeResource($[$$hData])
  9151.  
  9152. $(2)~_WinAPI_GdiComment
  9153. _WinAPI_GdiComment($[$$hDC], $[$$pBuffer], $[$$iSize])
  9154.  
  9155. $(2)~_WinAPI_GetActiveWindow
  9156. _WinAPI_GetActiveWindow($[])
  9157.  
  9158. $(2)~_WinAPI_GetAllUsersProfileDirectory
  9159. _WinAPI_GetAllUsersProfileDirectory($[])
  9160.  
  9161. $(2)~_WinAPI_GetAncestor
  9162. _WinAPI_GetAncestor($[$$hWnd], $[$$iFlags = 1])
  9163.  
  9164. $(2)~_WinAPI_GetApplicationRestartSettings
  9165. _WinAPI_GetApplicationRestartSettings($[$$iPID = 0])
  9166.  
  9167. $(2)~_WinAPI_GetArcDirection
  9168. _WinAPI_GetArcDirection($[$$hDC])
  9169.  
  9170. $(2)~_WinAPI_GetAsyncKeyState
  9171. _WinAPI_GetAsyncKeyState($[$$iKey])
  9172.  
  9173. $(2)~_WinAPI_GetBinaryType
  9174. _WinAPI_GetBinaryType($[$$sFilePath])
  9175.  
  9176. $(2)~_WinAPI_GetBitmapBits
  9177. _WinAPI_GetBitmapBits($[$$hBitmap], $[$$iSize], $[$$pBits])
  9178.  
  9179. $(2)~_WinAPI_GetBitmapDimension
  9180. _WinAPI_GetBitmapDimension($[$$hBitmap])
  9181.  
  9182. $(2)~_WinAPI_GetBitmapDimensionEx
  9183. _WinAPI_GetBitmapDimensionEx($[$$hBitmap])
  9184.  
  9185. $(2)~_WinAPI_GetBkColor
  9186. _WinAPI_GetBkColor($[$$hDC])
  9187.  
  9188. $(2)~_WinAPI_GetBkMode
  9189. _WinAPI_GetBkMode($[$$hDC])
  9190.  
  9191. $(2)~_WinAPI_GetBoundsRect
  9192. _WinAPI_GetBoundsRect($[$$hDC], $[$$iFlags = 0])
  9193.  
  9194. $(2)~_WinAPI_GetBrushOrg
  9195. _WinAPI_GetBrushOrg($[$$hDC])
  9196.  
  9197. $(2)~_WinAPI_GetBufferedPaintBits
  9198. _WinAPI_GetBufferedPaintBits($[$$hBP])
  9199.  
  9200. $(2)~_WinAPI_GetBufferedPaintDC
  9201. _WinAPI_GetBufferedPaintDC($[$$hBP])
  9202.  
  9203. $(2)~_WinAPI_GetBufferedPaintTargetDC
  9204. _WinAPI_GetBufferedPaintTargetDC($[$$hBP])
  9205.  
  9206. $(2)~_WinAPI_GetBufferedPaintTargetRect
  9207. _WinAPI_GetBufferedPaintTargetRect($[$$hBP])
  9208.  
  9209. $(2)~_WinAPI_GetBValue
  9210. _WinAPI_GetBValue($[$$iRGB])
  9211.  
  9212. $(2)~_WinAPI_GetCaretBlinkTime
  9213. _WinAPI_GetCaretBlinkTime($[])
  9214.  
  9215. $(2)~_WinAPI_GetCaretPos
  9216. _WinAPI_GetCaretPos($[])
  9217.  
  9218. $(2)~_WinAPI_GetCDType
  9219. _WinAPI_GetCDType($[$$sDrive])
  9220.  
  9221. $(2)~_WinAPI_GetClassInfoEx
  9222. _WinAPI_GetClassInfoEx($[$$sClass], $[$$hInstance = 0])
  9223.  
  9224. $(2)~_WinAPI_GetClassLongEx
  9225. _WinAPI_GetClassLongEx($[$$hWnd], $[$$iIndex])
  9226.  
  9227. $(2)~_WinAPI_GetClassName
  9228. _WinAPI_GetClassName($[$$hWnd])
  9229.  
  9230. $(2)~_WinAPI_GetClientHeight
  9231. _WinAPI_GetClientHeight($[$$hWnd])
  9232.  
  9233. $(2)~_WinAPI_GetClientRect
  9234. _WinAPI_GetClientRect($[$$hWnd])
  9235.  
  9236. $(2)~_WinAPI_GetClientWidth
  9237. _WinAPI_GetClientWidth($[$$hWnd])
  9238.  
  9239. $(2)~_WinAPI_GetClipboardSequenceNumber
  9240. _WinAPI_GetClipboardSequenceNumber($[])
  9241.  
  9242. $(2)~_WinAPI_GetClipBox
  9243. _WinAPI_GetClipBox($[$$hDC], $[ByRef $$tRECT])
  9244.  
  9245. $(2)~_WinAPI_GetClipCursor
  9246. _WinAPI_GetClipCursor($[])
  9247.  
  9248. $(2)~_WinAPI_GetClipRgn
  9249. _WinAPI_GetClipRgn($[$$hDC])
  9250.  
  9251. $(2)~_WinAPI_GetColorAdjustment
  9252. _WinAPI_GetColorAdjustment($[$$hDC])
  9253.  
  9254. $(2)~_WinAPI_GetCompressedFileSize
  9255. _WinAPI_GetCompressedFileSize($[$$sFilePath])
  9256.  
  9257. $(2)~_WinAPI_GetCompression
  9258. _WinAPI_GetCompression($[$$sFilePath])
  9259.  
  9260. $(2)~_WinAPI_GetConnectedDlg
  9261. _WinAPI_GetConnectedDlg($[$$iDlg], $[$$iFlags = 0], $[$$hParent = 0])
  9262.  
  9263. $(2)~_WinAPI_GetCurrentDirectory
  9264. _WinAPI_GetCurrentDirectory($[])
  9265.  
  9266. $(2)~_WinAPI_GetCurrentHwProfile
  9267. _WinAPI_GetCurrentHwProfile($[])
  9268.  
  9269. $(2)~_WinAPI_GetCurrentObject
  9270. _WinAPI_GetCurrentObject($[$$hDC], $[$$iType])
  9271.  
  9272. $(2)~_WinAPI_GetCurrentPosition
  9273. _WinAPI_GetCurrentPosition($[$$hDC])
  9274.  
  9275. $(2)~_WinAPI_GetCurrentProcess
  9276. _WinAPI_GetCurrentProcess($[])
  9277.  
  9278. $(2)~_WinAPI_GetCurrentProcessExplicitAppUserModelID
  9279. _WinAPI_GetCurrentProcessExplicitAppUserModelID($[])
  9280.  
  9281. $(2)~_WinAPI_GetCurrentProcessID
  9282. _WinAPI_GetCurrentProcessID($[])
  9283.  
  9284. $(2)~_WinAPI_GetCurrentThemeName
  9285. _WinAPI_GetCurrentThemeName($[])
  9286.  
  9287. $(2)~_WinAPI_GetCurrentThread
  9288. _WinAPI_GetCurrentThread($[])
  9289.  
  9290. $(2)~_WinAPI_GetCurrentThreadId
  9291. _WinAPI_GetCurrentThreadId($[])
  9292.  
  9293. $(2)~_WinAPI_GetCursor
  9294. _WinAPI_GetCursor($[])
  9295.  
  9296. $(2)~_WinAPI_GetCursorInfo
  9297. _WinAPI_GetCursorInfo($[])
  9298.  
  9299. $(2)~_WinAPI_GetDateFormat
  9300. _WinAPI_GetDateFormat($[$$iLCID = 0], $[$$tSYSTEMTIME = 0], $[$$iFlags = 0], $[$$sFormat = ''])
  9301.  
  9302. $(2)~_WinAPI_GetDC
  9303. _WinAPI_GetDC($[$$hWnd])
  9304.  
  9305. $(2)~_WinAPI_GetDCEx
  9306. _WinAPI_GetDCEx($[$$hWnd], $[$$hRgn], $[$$iFlags])
  9307.  
  9308. $(2)~_WinAPI_GetDefaultPrinter
  9309. _WinAPI_GetDefaultPrinter($[])
  9310.  
  9311. $(2)~_WinAPI_GetDefaultUserProfileDirectory
  9312. _WinAPI_GetDefaultUserProfileDirectory($[])
  9313.  
  9314. $(2)~_WinAPI_GetDesktopWindow
  9315. _WinAPI_GetDesktopWindow($[])
  9316.  
  9317. $(2)~_WinAPI_GetDeviceCaps
  9318. _WinAPI_GetDeviceCaps($[$$hDC], $[$$iIndex])
  9319.  
  9320. $(2)~_WinAPI_GetDeviceDriverBaseName
  9321. _WinAPI_GetDeviceDriverBaseName($[$$pDriver])
  9322.  
  9323. $(2)~_WinAPI_GetDeviceDriverFileName
  9324. _WinAPI_GetDeviceDriverFileName($[$$pDriver])
  9325.  
  9326. $(2)~_WinAPI_GetDeviceGammaRamp
  9327. _WinAPI_GetDeviceGammaRamp($[$$hDC], $[ByRef $$aRamp])
  9328.  
  9329. $(2)~_WinAPI_GetDIBColorTable
  9330. _WinAPI_GetDIBColorTable($[$$hBitmap])
  9331.  
  9332. $(2)~_WinAPI_GetDIBits
  9333. _WinAPI_GetDIBits($[$$hDC], $[$$hBitmap], $[$$iStartScan], $[$$iScanLines], $[$$pBits], $[$$tBI], $[$$iUsage])
  9334.  
  9335. $(2)~_WinAPI_GetDiskFreeSpaceEx
  9336. _WinAPI_GetDiskFreeSpaceEx($[$$sDrive])
  9337.  
  9338. $(2)~_WinAPI_GetDlgCtrlID
  9339. _WinAPI_GetDlgCtrlID($[$$hWnd])
  9340.  
  9341. $(2)~_WinAPI_GetDlgItem
  9342. _WinAPI_GetDlgItem($[$$hWnd], $[$$iItemID])
  9343.  
  9344. $(2)~_WinAPI_GetDllDirectory
  9345. _WinAPI_GetDllDirectory($[])
  9346.  
  9347. $(2)~_WinAPI_GetDriveBusType
  9348. _WinAPI_GetDriveBusType($[$$sDrive])
  9349.  
  9350. $(2)~_WinAPI_GetDriveGeometryEx
  9351. _WinAPI_GetDriveGeometryEx($[$$iDrive])
  9352.  
  9353. $(2)~_WinAPI_GetDriveNumber
  9354. _WinAPI_GetDriveNumber($[$$sDrive])
  9355.  
  9356. $(2)~_WinAPI_GetDriveType
  9357. _WinAPI_GetDriveType($[$$sDrive = ''])
  9358.  
  9359. $(2)~_WinAPI_GetDurationFormat
  9360. _WinAPI_GetDurationFormat($[$$iLCID], $[$$iDuration], $[$$sFormat = ''])
  9361.  
  9362. $(2)~_WinAPI_GetEffectiveClientRect
  9363. _WinAPI_GetEffectiveClientRect($[$$hWnd], $[$$aCtrl], $[$$iStart = 0], $[$$iEnd = -1])
  9364.  
  9365. $(2)~_WinAPI_GetEnhMetaFile
  9366. _WinAPI_GetEnhMetaFile($[$$sFilePath])
  9367.  
  9368. $(2)~_WinAPI_GetEnhMetaFileBits
  9369. _WinAPI_GetEnhMetaFileBits($[$$hEmf], $[ByRef $$pBuffer])
  9370.  
  9371. $(2)~_WinAPI_GetEnhMetaFileDescription
  9372. _WinAPI_GetEnhMetaFileDescription($[$$hEmf])
  9373.  
  9374. $(2)~_WinAPI_GetEnhMetaFileDimension
  9375. _WinAPI_GetEnhMetaFileDimension($[$$hEmf])
  9376.  
  9377. $(2)~_WinAPI_GetEnhMetaFileHeader
  9378. _WinAPI_GetEnhMetaFileHeader($[$$hEmf])
  9379.  
  9380. $(2)~_WinAPI_GetErrorMessage
  9381. _WinAPI_GetErrorMessage($[$$iCode], $[$$iLanguage = 0])
  9382.  
  9383. $(2)~_WinAPI_GetErrorMode
  9384. _WinAPI_GetErrorMode($[])
  9385.  
  9386. $(2)~_WinAPI_GetExitCodeProcess
  9387. _WinAPI_GetExitCodeProcess($[$$hProcess])
  9388.  
  9389. $(2)~_WinAPI_GetExtended
  9390. _WinAPI_GetExtended($[])
  9391.  
  9392. $(2)~_WinAPI_GetFileAttributes
  9393. _WinAPI_GetFileAttributes($[$$sFilePath])
  9394.  
  9395. $(2)~_WinAPI_GetFileID
  9396. _WinAPI_GetFileID($[$$hFile])
  9397.  
  9398. $(2)~_WinAPI_GetFileInformationByHandle
  9399. _WinAPI_GetFileInformationByHandle($[$$hFile])
  9400.  
  9401. $(2)~_WinAPI_GetFileInformationByHandleEx
  9402. _WinAPI_GetFileInformationByHandleEx($[$$hFile])
  9403.  
  9404. $(2)~_WinAPI_GetFilePointerEx
  9405. _WinAPI_GetFilePointerEx($[$$hFile])
  9406.  
  9407. $(2)~_WinAPI_GetFileSizeEx
  9408. _WinAPI_GetFileSizeEx($[$$hFile])
  9409.  
  9410. $(2)~_WinAPI_GetFileSizeOnDisk
  9411. _WinAPI_GetFileSizeOnDisk($[$$sFilePath])
  9412.  
  9413. $(2)~_WinAPI_GetFileTitle
  9414. _WinAPI_GetFileTitle($[$$sFilePath])
  9415.  
  9416. $(2)~_WinAPI_GetFileType
  9417. _WinAPI_GetFileType($[$$hFile])
  9418.  
  9419. $(2)~_WinAPI_GetFileVersionInfo
  9420. _WinAPI_GetFileVersionInfo($[$$sFilePath], $[ByRef $$pBuffer], $[$$iFlags = 0])
  9421.  
  9422. $(2)~_WinAPI_GetFinalPathNameByHandle
  9423. _WinAPI_GetFinalPathNameByHandle($[$$hFile])
  9424.  
  9425. $(2)~_WinAPI_GetFinalPathNameByHandleEx
  9426. _WinAPI_GetFinalPathNameByHandleEx($[$$hFile], $[$$iFlags = 0])
  9427.  
  9428. $(2)~_WinAPI_GetFocus
  9429. _WinAPI_GetFocus($[])
  9430.  
  9431. $(2)~_WinAPI_GetFontMemoryResourceInfo
  9432. _WinAPI_GetFontMemoryResourceInfo($[$$pMemory], $[$$iFlag = 1])
  9433.  
  9434. $(2)~_WinAPI_GetFontName
  9435. _WinAPI_GetFontName($[$$sFaceName], $[$$iStyle = 0], $[$$iCharSet = 1])
  9436.  
  9437. $(2)~_WinAPI_GetFontResourceInfo
  9438. _WinAPI_GetFontResourceInfo($[$$sFont], $[$$bForce = False], $[$$iFlag = Default])
  9439.  
  9440. $(2)~_WinAPI_GetForegroundWindow
  9441. _WinAPI_GetForegroundWindow($[])
  9442.  
  9443. $(2)~_WinAPI_GetFRBuffer
  9444. _WinAPI_GetFRBuffer($[])
  9445.  
  9446. $(2)~_WinAPI_GetFullPathName
  9447. _WinAPI_GetFullPathName($[$$sFilePath])
  9448.  
  9449. $(2)~_WinAPI_GetGeoInfo
  9450. _WinAPI_GetGeoInfo($[$$iGEOID], $[$$iType], $[$$iLanguage = 0])
  9451.  
  9452. $(2)~_WinAPI_GetGlyphOutline
  9453. _WinAPI_GetGlyphOutline($[$$hDC], $[$$sChar], $[$$iFormat], $[ByRef $$pBuffer], $[$$tMAT2 = 0])
  9454.  
  9455. $(2)~_WinAPI_GetGraphicsMode
  9456. _WinAPI_GetGraphicsMode($[$$hDC])
  9457.  
  9458. $(2)~_WinAPI_GetGuiResources
  9459. _WinAPI_GetGuiResources($[$$iFlag = 0], $[$$hProcess = -1])
  9460.  
  9461. $(2)~_WinAPI_GetGUIThreadInfo
  9462. _WinAPI_GetGUIThreadInfo($[$$iThreadId])
  9463.  
  9464. $(2)~_WinAPI_GetGValue
  9465. _WinAPI_GetGValue($[$$iRGB])
  9466.  
  9467. $(2)~_WinAPI_GetHandleInformation
  9468. _WinAPI_GetHandleInformation($[$$hObject])
  9469.  
  9470. $(2)~_WinAPI_GetHGlobalFromStream
  9471. _WinAPI_GetHGlobalFromStream($[$$pStream])
  9472.  
  9473. $(2)~_WinAPI_GetIconDimension
  9474. _WinAPI_GetIconDimension($[$$hIcon])
  9475.  
  9476. $(2)~_WinAPI_GetIconInfo
  9477. _WinAPI_GetIconInfo($[$$hIcon])
  9478.  
  9479. $(2)~_WinAPI_GetIconInfoEx
  9480. _WinAPI_GetIconInfoEx($[$$hIcon])
  9481.  
  9482. $(2)~_WinAPI_GetIdleTime
  9483. _WinAPI_GetIdleTime($[])
  9484.  
  9485. $(2)~_WinAPI_GetKeyboardLayout
  9486. _WinAPI_GetKeyboardLayout($[$$hWnd])
  9487.  
  9488. $(2)~_WinAPI_GetKeyboardLayoutList
  9489. _WinAPI_GetKeyboardLayoutList($[])
  9490.  
  9491. $(2)~_WinAPI_GetKeyboardState
  9492. _WinAPI_GetKeyboardState($[])
  9493.  
  9494. $(2)~_WinAPI_GetKeyboardType
  9495. _WinAPI_GetKeyboardType($[$$iType])
  9496.  
  9497. $(2)~_WinAPI_GetKeyNameText
  9498. _WinAPI_GetKeyNameText($[$$lParam])
  9499.  
  9500. $(2)~_WinAPI_GetKeyState
  9501. _WinAPI_GetKeyState($[$$vKey])
  9502.  
  9503. $(2)~_WinAPI_GetLastActivePopup
  9504. _WinAPI_GetLastActivePopup($[$$hWnd])
  9505.  
  9506. $(2)~_WinAPI_GetLastError
  9507. _WinAPI_GetLastError($[])
  9508.  
  9509. $(2)~_WinAPI_GetLastErrorMessage
  9510. _WinAPI_GetLastErrorMessage($[])
  9511.  
  9512. $(2)~_WinAPI_GetLayeredWindowAttributes
  9513. _WinAPI_GetLayeredWindowAttributes($[$$hWnd], $[ByRef $$iTransColor], $[ByRef $$iTransGUI], $[$$bColorRef = False])
  9514.  
  9515. $(2)~_WinAPI_GetLocaleInfo
  9516. _WinAPI_GetLocaleInfo($[$$iLCID], $[$$iType])
  9517.  
  9518. $(2)~_WinAPI_GetLogicalDrives
  9519. _WinAPI_GetLogicalDrives($[])
  9520.  
  9521. $(2)~_WinAPI_GetMapMode
  9522. _WinAPI_GetMapMode($[$$hDC])
  9523.  
  9524. $(2)~_WinAPI_GetMemorySize
  9525. _WinAPI_GetMemorySize($[$$pMemory])
  9526.  
  9527. $(2)~_WinAPI_GetMessageExtraInfo
  9528. _WinAPI_GetMessageExtraInfo($[])
  9529.  
  9530. $(2)~_WinAPI_GetModuleFileNameEx
  9531. _WinAPI_GetModuleFileNameEx($[$$hProcess], $[$$hModule = 0])
  9532.  
  9533. $(2)~_WinAPI_GetModuleHandle
  9534. _WinAPI_GetModuleHandle($[$$sModuleName])
  9535.  
  9536. $(2)~_WinAPI_GetModuleHandleEx
  9537. _WinAPI_GetModuleHandleEx($[$$sModule], $[$$iFlags = 0])
  9538.  
  9539. $(2)~_WinAPI_GetModuleInformation
  9540. _WinAPI_GetModuleInformation($[$$hProcess], $[$$hModule = 0])
  9541.  
  9542. $(2)~_WinAPI_GetMonitorInfo
  9543. _WinAPI_GetMonitorInfo($[$$hMonitor])
  9544.  
  9545. $(2)~_WinAPI_GetMousePos
  9546. _WinAPI_GetMousePos($[$$bToClient = False], $[$$hWnd = 0])
  9547.  
  9548. $(2)~_WinAPI_GetMousePosX
  9549. _WinAPI_GetMousePosX($[$$bToClient = False], $[$$hWnd = 0])
  9550.  
  9551. $(2)~_WinAPI_GetMousePosY
  9552. _WinAPI_GetMousePosY($[$$bToClient = False], $[$$hWnd = 0])
  9553.  
  9554. $(2)~_WinAPI_GetMUILanguage
  9555. _WinAPI_GetMUILanguage($[])
  9556.  
  9557. $(2)~_WinAPI_GetNumberFormat
  9558. _WinAPI_GetNumberFormat($[$$iLCID], $[$$sNumber], $[$$tNUMBERFMT = 0])
  9559.  
  9560. $(2)~_WinAPI_GetObject
  9561. _WinAPI_GetObject($[$$hObject], $[$$iSize], $[$$pObject])
  9562.  
  9563. $(2)~_WinAPI_GetObjectID
  9564. _WinAPI_GetObjectID($[$$sFilePath])
  9565.  
  9566. $(2)~_WinAPI_GetObjectInfoByHandle
  9567. _WinAPI_GetObjectInfoByHandle($[$$hObject])
  9568.  
  9569. $(2)~_WinAPI_GetObjectNameByHandle
  9570. _WinAPI_GetObjectNameByHandle($[$$hObject])
  9571.  
  9572. $(2)~_WinAPI_GetObjectType
  9573. _WinAPI_GetObjectType($[$$hObject])
  9574.  
  9575. $(2)~_WinAPI_GetOutlineTextMetrics
  9576. _WinAPI_GetOutlineTextMetrics($[$$hDC])
  9577.  
  9578. $(2)~_WinAPI_GetOverlappedResult
  9579. _WinAPI_GetOverlappedResult($[$$hFile], $[$$tOverlapped], $[ByRef $$iBytes], $[$$bWait = False])
  9580.  
  9581. $(2)~_WinAPI_GetParent
  9582. _WinAPI_GetParent($[$$hWnd])
  9583.  
  9584. $(2)~_WinAPI_GetParentProcess
  9585. _WinAPI_GetParentProcess($[$$iPID = 0])
  9586.  
  9587. $(2)~_WinAPI_GetPerformanceInfo
  9588. _WinAPI_GetPerformanceInfo($[])
  9589.  
  9590. $(2)~_WinAPI_GetPEType
  9591. _WinAPI_GetPEType($[$$sFilePath])
  9592.  
  9593. $(2)~_WinAPI_GetPhysicallyInstalledSystemMemory
  9594. _WinAPI_GetPhysicallyInstalledSystemMemory($[])
  9595.  
  9596. $(2)~_WinAPI_GetPixel
  9597. _WinAPI_GetPixel($[$$hDC], $[$$iX], $[$$iY])
  9598.  
  9599. $(2)~_WinAPI_GetPolyFillMode
  9600. _WinAPI_GetPolyFillMode($[$$hDC])
  9601.  
  9602. $(2)~_WinAPI_GetPosFromRect
  9603. _WinAPI_GetPosFromRect($[$$tRECT])
  9604.  
  9605. $(2)~_WinAPI_GetPriorityClass
  9606. _WinAPI_GetPriorityClass($[$$iPID = 0])
  9607.  
  9608. $(2)~_WinAPI_GetProcAddress
  9609. _WinAPI_GetProcAddress($[$$hModule], $[$$vName])
  9610.  
  9611. $(2)~_WinAPI_GetProcessAffinityMask
  9612. _WinAPI_GetProcessAffinityMask($[$$hProcess])
  9613.  
  9614. $(2)~_WinAPI_GetProcessCommandLine
  9615. _WinAPI_GetProcessCommandLine($[$$iPID = 0])
  9616.  
  9617. $(2)~_WinAPI_GetProcessFileName
  9618. _WinAPI_GetProcessFileName($[$$iPID = 0])
  9619.  
  9620. $(2)~_WinAPI_GetProcessHandleCount
  9621. _WinAPI_GetProcessHandleCount($[$$iPID = 0])
  9622.  
  9623. $(2)~_WinAPI_GetProcessID
  9624. _WinAPI_GetProcessID($[$$hProcess])
  9625.  
  9626. $(2)~_WinAPI_GetProcessIoCounters
  9627. _WinAPI_GetProcessIoCounters($[$$iPID = 0])
  9628.  
  9629. $(2)~_WinAPI_GetProcessMemoryInfo
  9630. _WinAPI_GetProcessMemoryInfo($[$$iPID = 0])
  9631.  
  9632. $(2)~_WinAPI_GetProcessName
  9633. _WinAPI_GetProcessName($[$$iPID = 0])
  9634.  
  9635. $(2)~_WinAPI_GetProcessShutdownParameters
  9636. _WinAPI_GetProcessShutdownParameters($[])
  9637.  
  9638. $(2)~_WinAPI_GetProcessTimes
  9639. _WinAPI_GetProcessTimes($[$$iPID = 0])
  9640.  
  9641. $(2)~_WinAPI_GetProcessUser
  9642. _WinAPI_GetProcessUser($[$$iPID = 0])
  9643.  
  9644. $(2)~_WinAPI_GetProcessWindowStation
  9645. _WinAPI_GetProcessWindowStation($[])
  9646.  
  9647. $(2)~_WinAPI_GetProcessWorkingDirectory
  9648. _WinAPI_GetProcessWorkingDirectory($[$$iPID = 0])
  9649.  
  9650. $(2)~_WinAPI_GetProfilesDirectory
  9651. _WinAPI_GetProfilesDirectory($[])
  9652.  
  9653. $(2)~_WinAPI_GetPwrCapabilities
  9654. _WinAPI_GetPwrCapabilities($[])
  9655.  
  9656. $(2)~_WinAPI_GetRawInputBuffer
  9657. _WinAPI_GetRawInputBuffer($[$$pBuffer], $[$$iLength])
  9658.  
  9659. $(2)~_WinAPI_GetRawInputBufferLength
  9660. _WinAPI_GetRawInputBufferLength($[])
  9661.  
  9662. $(2)~_WinAPI_GetRawInputData
  9663. _WinAPI_GetRawInputData($[$$hRawInput], $[$$pBuffer], $[$$iLength], $[$$iFlag])
  9664.  
  9665. $(2)~_WinAPI_GetRawInputDeviceInfo
  9666. _WinAPI_GetRawInputDeviceInfo($[$$hDevice], $[$$pBuffer], $[$$iLength], $[$$iFlag])
  9667.  
  9668. $(2)~_WinAPI_GetRegionData
  9669. _WinAPI_GetRegionData($[$$hRgn], $[ByRef $$tRGNDATA])
  9670.  
  9671. $(2)~_WinAPI_GetRegisteredRawInputDevices
  9672. _WinAPI_GetRegisteredRawInputDevices($[$$pBuffer], $[$$iLength])
  9673.  
  9674. $(2)~_WinAPI_GetRegKeyNameByHandle
  9675. _WinAPI_GetRegKeyNameByHandle($[$$hKey])
  9676.  
  9677. $(2)~_WinAPI_GetRgnBox
  9678. _WinAPI_GetRgnBox($[$$hRgn], $[ByRef $$tRECT])
  9679.  
  9680. $(2)~_WinAPI_GetROP2
  9681. _WinAPI_GetROP2($[$$hDC])
  9682.  
  9683. $(2)~_WinAPI_GetRValue
  9684. _WinAPI_GetRValue($[$$iRGB])
  9685.  
  9686. $(2)~_WinAPI_GetShellWindow
  9687. _WinAPI_GetShellWindow($[])
  9688.  
  9689. $(2)~_WinAPI_GetStartupInfo
  9690. _WinAPI_GetStartupInfo($[])
  9691.  
  9692. $(2)~_WinAPI_GetStdHandle
  9693. _WinAPI_GetStdHandle($[$$iStdHandle])
  9694.  
  9695. $(2)~_WinAPI_GetStockObject
  9696. _WinAPI_GetStockObject($[$$iObject])
  9697.  
  9698. $(2)~_WinAPI_GetStretchBltMode
  9699. _WinAPI_GetStretchBltMode($[$$hDC])
  9700.  
  9701. $(2)~_WinAPI_GetString
  9702. _WinAPI_GetString($[$$pString], $[$$bUnicode = True])
  9703.  
  9704. $(2)~_WinAPI_GetSysColor
  9705. _WinAPI_GetSysColor($[$$iIndex])
  9706.  
  9707. $(2)~_WinAPI_GetSysColorBrush
  9708. _WinAPI_GetSysColorBrush($[$$iIndex])
  9709.  
  9710. $(2)~_WinAPI_GetSystemDefaultLangID
  9711. _WinAPI_GetSystemDefaultLangID($[])
  9712.  
  9713. $(2)~_WinAPI_GetSystemDefaultLCID
  9714. _WinAPI_GetSystemDefaultLCID($[])
  9715.  
  9716. $(2)~_WinAPI_GetSystemDefaultUILanguage
  9717. _WinAPI_GetSystemDefaultUILanguage($[])
  9718.  
  9719. $(2)~_WinAPI_GetSystemDEPPolicy
  9720. _WinAPI_GetSystemDEPPolicy($[])
  9721.  
  9722. $(2)~_WinAPI_GetSystemInfo
  9723. _WinAPI_GetSystemInfo($[])
  9724.  
  9725. $(2)~_WinAPI_GetSystemMetrics
  9726. _WinAPI_GetSystemMetrics($[$$iIndex])
  9727.  
  9728. $(2)~_WinAPI_GetSystemPowerStatus
  9729. _WinAPI_GetSystemPowerStatus($[])
  9730.  
  9731. $(2)~_WinAPI_GetSystemTimes
  9732. _WinAPI_GetSystemTimes($[])
  9733.  
  9734. $(2)~_WinAPI_GetSystemWow64Directory
  9735. _WinAPI_GetSystemWow64Directory($[])
  9736.  
  9737. $(2)~_WinAPI_GetTabbedTextExtent
  9738. _WinAPI_GetTabbedTextExtent($[$$hDC], $[$$sText], $[$$aTab = 0], $[$$iStart = 0], $[$$iEnd = -1])
  9739.  
  9740. $(2)~_WinAPI_GetTempFileName
  9741. _WinAPI_GetTempFileName($[$$sFilePath], $[$$sPrefix = ''])
  9742.  
  9743. $(2)~_WinAPI_GetTextAlign
  9744. _WinAPI_GetTextAlign($[$$hDC])
  9745.  
  9746. $(2)~_WinAPI_GetTextCharacterExtra
  9747. _WinAPI_GetTextCharacterExtra($[$$hDC])
  9748.  
  9749. $(2)~_WinAPI_GetTextColor
  9750. _WinAPI_GetTextColor($[$$hDC])
  9751.  
  9752. $(2)~_WinAPI_GetTextExtentPoint32
  9753. _WinAPI_GetTextExtentPoint32($[$$hDC], $[$$sText])
  9754.  
  9755. $(2)~_WinAPI_GetTextFace
  9756. _WinAPI_GetTextFace($[$$hDC])
  9757.  
  9758. $(2)~_WinAPI_GetTextMetrics
  9759. _WinAPI_GetTextMetrics($[$$hDC])
  9760.  
  9761. $(2)~_WinAPI_GetThemeAppProperties
  9762. _WinAPI_GetThemeAppProperties($[])
  9763.  
  9764. $(2)~_WinAPI_GetThemeBackgroundContentRect
  9765. _WinAPI_GetThemeBackgroundContentRect($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT])
  9766.  
  9767. $(2)~_WinAPI_GetThemeBackgroundExtent
  9768. _WinAPI_GetThemeBackgroundExtent($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT])
  9769.  
  9770. $(2)~_WinAPI_GetThemeBackgroundRegion
  9771. _WinAPI_GetThemeBackgroundRegion($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT])
  9772.  
  9773. $(2)~_WinAPI_GetThemeBitmap
  9774. _WinAPI_GetThemeBitmap($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$iFlag = 0x01])
  9775.  
  9776. $(2)~_WinAPI_GetThemeBool
  9777. _WinAPI_GetThemeBool($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9778.  
  9779. $(2)~_WinAPI_GetThemeColor
  9780. _WinAPI_GetThemeColor($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9781.  
  9782. $(2)~_WinAPI_GetThemeDocumentationProperty
  9783. _WinAPI_GetThemeDocumentationProperty($[$$sFilePath], $[$$sProperty])
  9784.  
  9785. $(2)~_WinAPI_GetThemeEnumValue
  9786. _WinAPI_GetThemeEnumValue($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9787.  
  9788. $(2)~_WinAPI_GetThemeFilename
  9789. _WinAPI_GetThemeFilename($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9790.  
  9791. $(2)~_WinAPI_GetThemeFont
  9792. _WinAPI_GetThemeFont($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$hDC = 0])
  9793.  
  9794. $(2)~_WinAPI_GetThemeInt
  9795. _WinAPI_GetThemeInt($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9796.  
  9797. $(2)~_WinAPI_GetThemeMargins
  9798. _WinAPI_GetThemeMargins($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$hDC], $[$$tRECT])
  9799.  
  9800. $(2)~_WinAPI_GetThemeMetric
  9801. _WinAPI_GetThemeMetric($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID], $[$$hDC = 0])
  9802.  
  9803. $(2)~_WinAPI_GetThemePartSize
  9804. _WinAPI_GetThemePartSize($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$tRECT], $[$$iType])
  9805.  
  9806. $(2)~_WinAPI_GetThemePosition
  9807. _WinAPI_GetThemePosition($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9808.  
  9809. $(2)~_WinAPI_GetThemePropertyOrigin
  9810. _WinAPI_GetThemePropertyOrigin($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9811.  
  9812. $(2)~_WinAPI_GetThemeRect
  9813. _WinAPI_GetThemeRect($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9814.  
  9815. $(2)~_WinAPI_GetThemeString
  9816. _WinAPI_GetThemeString($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$iPropID])
  9817.  
  9818. $(2)~_WinAPI_GetThemeSysBool
  9819. _WinAPI_GetThemeSysBool($[$$hTheme], $[$$iBoolID])
  9820.  
  9821. $(2)~_WinAPI_GetThemeSysColor
  9822. _WinAPI_GetThemeSysColor($[$$hTheme], $[$$iColorID])
  9823.  
  9824. $(2)~_WinAPI_GetThemeSysColorBrush
  9825. _WinAPI_GetThemeSysColorBrush($[$$hTheme], $[$$iColorID])
  9826.  
  9827. $(2)~_WinAPI_GetThemeSysFont
  9828. _WinAPI_GetThemeSysFont($[$$hTheme], $[$$iFontID])
  9829.  
  9830. $(2)~_WinAPI_GetThemeSysInt
  9831. _WinAPI_GetThemeSysInt($[$$hTheme], $[$$iIntID])
  9832.  
  9833. $(2)~_WinAPI_GetThemeSysSize
  9834. _WinAPI_GetThemeSysSize($[$$hTheme], $[$$iSizeID])
  9835.  
  9836. $(2)~_WinAPI_GetThemeSysString
  9837. _WinAPI_GetThemeSysString($[$$hTheme], $[$$iStringID])
  9838.  
  9839. $(2)~_WinAPI_GetThemeTextExtent
  9840. _WinAPI_GetThemeTextExtent($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC], $[$$sText], $[$$tRECT], $[$$iFlags])
  9841.  
  9842. $(2)~_WinAPI_GetThemeTextMetrics
  9843. _WinAPI_GetThemeTextMetrics($[$$hTheme], $[$$iPartID], $[$$iStateID], $[$$hDC = 0])
  9844.  
  9845. $(2)~_WinAPI_GetThemeTransitionDuration
  9846. _WinAPI_GetThemeTransitionDuration($[$$hTheme], $[$$iPartID], $[$$iStateIDFrom], $[$$iStateIDTo], $[$$iPropID])
  9847.  
  9848. $(2)~_WinAPI_GetThreadDesktop
  9849. _WinAPI_GetThreadDesktop($[$$iThreadId])
  9850.  
  9851. $(2)~_WinAPI_GetThreadErrorMode
  9852. _WinAPI_GetThreadErrorMode($[])
  9853.  
  9854. $(2)~_WinAPI_GetThreadLocale
  9855. _WinAPI_GetThreadLocale($[])
  9856.  
  9857. $(2)~_WinAPI_GetThreadUILanguage
  9858. _WinAPI_GetThreadUILanguage($[])
  9859.  
  9860. $(2)~_WinAPI_GetTickCount
  9861. _WinAPI_GetTickCount($[])
  9862.  
  9863. $(2)~_WinAPI_GetTickCount64
  9864. _WinAPI_GetTickCount64($[])
  9865.  
  9866. $(2)~_WinAPI_GetTimeFormat
  9867. _WinAPI_GetTimeFormat($[$$iLCID = 0], $[$$tSYSTEMTIME = 0], $[$$iFlags = 0], $[$$sFormat = ''])
  9868.  
  9869. $(2)~_WinAPI_GetTopWindow
  9870. _WinAPI_GetTopWindow($[$$hWnd])
  9871.  
  9872. $(2)~_WinAPI_GetUDFColorMode
  9873. _WinAPI_GetUDFColorMode($[])
  9874.  
  9875. $(2)~_WinAPI_GetUpdateRect
  9876. _WinAPI_GetUpdateRect($[$$hWnd], $[$$bErase = True])
  9877.  
  9878. $(2)~_WinAPI_GetUpdateRgn
  9879. _WinAPI_GetUpdateRgn($[$$hWnd], $[$$hRgn], $[$$bErase = True])
  9880.  
  9881. $(2)~_WinAPI_GetUserDefaultLangID
  9882. _WinAPI_GetUserDefaultLangID($[])
  9883.  
  9884. $(2)~_WinAPI_GetUserDefaultLCID
  9885. _WinAPI_GetUserDefaultLCID($[])
  9886.  
  9887. $(2)~_WinAPI_GetUserDefaultUILanguage
  9888. _WinAPI_GetUserDefaultUILanguage($[])
  9889.  
  9890. $(2)~_WinAPI_GetUserGeoID
  9891. _WinAPI_GetUserGeoID($[])
  9892.  
  9893. $(2)~_WinAPI_GetUserObjectInformation
  9894. _WinAPI_GetUserObjectInformation($[$$hObject], $[$$iIndex])
  9895.  
  9896. $(2)~_WinAPI_GetVersion
  9897. _WinAPI_GetVersion($[])
  9898.  
  9899. $(2)~_WinAPI_GetVersionEx
  9900. _WinAPI_GetVersionEx($[])
  9901.  
  9902. $(2)~_WinAPI_GetVolumeInformation
  9903. _WinAPI_GetVolumeInformation($[$$sRoot = ''])
  9904.  
  9905. $(2)~_WinAPI_GetVolumeInformationByHandle
  9906. _WinAPI_GetVolumeInformationByHandle($[$$hFile])
  9907.  
  9908. $(2)~_WinAPI_GetVolumeNameForVolumeMountPoint
  9909. _WinAPI_GetVolumeNameForVolumeMountPoint($[$$sMountedPath])
  9910.  
  9911. $(2)~_WinAPI_GetWindow
  9912. _WinAPI_GetWindow($[$$hWnd], $[$$iCmd])
  9913.  
  9914. $(2)~_WinAPI_GetWindowDC
  9915. _WinAPI_GetWindowDC($[$$hWnd])
  9916.  
  9917. $(2)~_WinAPI_GetWindowDisplayAffinity
  9918. _WinAPI_GetWindowDisplayAffinity($[$$hWnd])
  9919.  
  9920. $(2)~_WinAPI_GetWindowExt
  9921. _WinAPI_GetWindowExt($[$$hDC])
  9922.  
  9923. $(2)~_WinAPI_GetWindowFileName
  9924. _WinAPI_GetWindowFileName($[$$hWnd])
  9925.  
  9926. $(2)~_WinAPI_GetWindowHeight
  9927. _WinAPI_GetWindowHeight($[$$hWnd])
  9928.  
  9929. $(2)~_WinAPI_GetWindowInfo
  9930. _WinAPI_GetWindowInfo($[$$hWnd])
  9931.  
  9932. $(2)~_WinAPI_GetWindowLong
  9933. _WinAPI_GetWindowLong($[$$hWnd], $[$$iIndex])
  9934.  
  9935. $(2)~_WinAPI_GetWindowOrg
  9936. _WinAPI_GetWindowOrg($[$$hDC])
  9937.  
  9938. $(2)~_WinAPI_GetWindowPlacement
  9939. _WinAPI_GetWindowPlacement($[$$hWnd])
  9940.  
  9941. $(2)~_WinAPI_GetWindowRect
  9942. _WinAPI_GetWindowRect($[$$hWnd])
  9943.  
  9944. $(2)~_WinAPI_GetWindowRgn
  9945. _WinAPI_GetWindowRgn($[$$hWnd], $[$$hRgn])
  9946.  
  9947. $(2)~_WinAPI_GetWindowRgnBox
  9948. _WinAPI_GetWindowRgnBox($[$$hWnd], $[ByRef $$tRECT])
  9949.  
  9950. $(2)~_WinAPI_GetWindowSubclass
  9951. _WinAPI_GetWindowSubclass($[$$hWnd], $[$$pSubclassProc], $[$$idSubClass])
  9952.  
  9953. $(2)~_WinAPI_GetWindowText
  9954. _WinAPI_GetWindowText($[$$hWnd])
  9955.  
  9956. $(2)~_WinAPI_GetWindowTheme
  9957. _WinAPI_GetWindowTheme($[$$hWnd])
  9958.  
  9959. $(2)~_WinAPI_GetWindowThreadProcessId
  9960. _WinAPI_GetWindowThreadProcessId($[$$hWnd], $[ByRef $$iPID])
  9961.  
  9962. $(2)~_WinAPI_GetWindowWidth
  9963. _WinAPI_GetWindowWidth($[$$hWnd])
  9964.  
  9965. $(2)~_WinAPI_GetWorkArea
  9966. _WinAPI_GetWorkArea($[])
  9967.  
  9968. $(2)~_WinAPI_GetWorldTransform
  9969. _WinAPI_GetWorldTransform($[$$hDC])
  9970.  
  9971. $(2)~_WinAPI_GetXYFromPoint
  9972. _WinAPI_GetXYFromPoint($[ByRef $$tPoint], $[ByRef $$iX], $[ByRef $$iY])
  9973.  
  9974. $(2)~_WinAPI_GlobalMemoryStatus
  9975. _WinAPI_GlobalMemoryStatus($[])
  9976.  
  9977. $(2)~_WinAPI_GradientFill
  9978. _WinAPI_GradientFill($[$$hDC], $[Const ByRef $$aVertex], $[$$iStart = 0], $[$$iEnd = -1], $[$$bRotate = False])
  9979.  
  9980. $(2)~_WinAPI_GUIDFromString
  9981. _WinAPI_GUIDFromString($[$$sGUID])
  9982.  
  9983. $(2)~_WinAPI_GUIDFromStringEx
  9984. _WinAPI_GUIDFromStringEx($[$$sGUID], $[$$tGUID])
  9985.  
  9986. $(2)~_WinAPI_HashData
  9987. _WinAPI_HashData($[$$pMemory], $[$$iSize], $[$$iLength = 32])
  9988.  
  9989. $(2)~_WinAPI_HashString
  9990. _WinAPI_HashString($[$$sString], $[$$bCaseSensitive = True], $[$$iLength = 32])
  9991.  
  9992. $(2)~_WinAPI_HiByte
  9993. _WinAPI_HiByte($[$$iValue])
  9994.  
  9995. $(2)~_WinAPI_HideCaret
  9996. _WinAPI_HideCaret($[$$hWnd])
  9997.  
  9998. $(2)~_WinAPI_HiDWord
  9999. _WinAPI_HiDWord($[$$iValue])
  10000.  
  10001. $(2)~_WinAPI_HiWord
  10002. _WinAPI_HiWord($[$$iLong])
  10003.  
  10004. $(2)~_WinAPI_InflateRect
  10005. _WinAPI_InflateRect($[ByRef $$tRECT], $[$$iDX], $[$$iDY])
  10006.  
  10007. $(2)~_WinAPI_InitMUILanguage
  10008. _WinAPI_InitMUILanguage($[$$iLanguage])
  10009.  
  10010. $(2)~_WinAPI_InProcess
  10011. _WinAPI_InProcess($[$$hWnd], $[ByRef $$hLastWnd])
  10012.  
  10013. $(2)~_WinAPI_IntersectClipRect
  10014. _WinAPI_IntersectClipRect($[$$hDC], $[$$tRECT])
  10015.  
  10016. $(2)~_WinAPI_IntersectRect
  10017. _WinAPI_IntersectRect($[$$tRECT1], $[$$tRECT2])
  10018.  
  10019. $(2)~_WinAPI_IntToDWord
  10020. _WinAPI_IntToDWord($[$$iValue])
  10021.  
  10022. $(2)~_WinAPI_IntToFloat
  10023. _WinAPI_IntToFloat($[$$iInt])
  10024.  
  10025. $(2)~_WinAPI_InvalidateRect
  10026. _WinAPI_InvalidateRect($[$$hWnd], $[$$tRECT = 0], $[$$bErase = True])
  10027.  
  10028. $(2)~_WinAPI_InvalidateRgn
  10029. _WinAPI_InvalidateRgn($[$$hWnd], $[$$hRgn = 0], $[$$bErase = True])
  10030.  
  10031. $(2)~_WinAPI_InvertANDBitmap
  10032. _WinAPI_InvertANDBitmap($[$$hBitmap], $[$$bDelete = False])
  10033.  
  10034. $(2)~_WinAPI_InvertColor
  10035. _WinAPI_InvertColor($[$$iColor])
  10036.  
  10037. $(2)~_WinAPI_InvertRect
  10038. _WinAPI_InvertRect($[$$hDC], $[$$tRECT])
  10039.  
  10040. $(2)~_WinAPI_InvertRgn
  10041. _WinAPI_InvertRgn($[$$hDC], $[$$hRgn])
  10042.  
  10043. $(2)~_WinAPI_IOCTL
  10044. _WinAPI_IOCTL($[$$iDeviceType], $[$$iFunction], $[$$iMethod], $[$$iAccess])
  10045.  
  10046. $(2)~_WinAPI_IsAlphaBitmap
  10047. _WinAPI_IsAlphaBitmap($[$$hBitmap])
  10048.  
  10049. $(2)~_WinAPI_IsBadCodePtr
  10050. _WinAPI_IsBadCodePtr($[$$pAddress])
  10051.  
  10052. $(2)~_WinAPI_IsBadReadPtr
  10053. _WinAPI_IsBadReadPtr($[$$pAddress], $[$$iLength])
  10054.  
  10055. $(2)~_WinAPI_IsBadStringPtr
  10056. _WinAPI_IsBadStringPtr($[$$pAddress], $[$$iLength])
  10057.  
  10058. $(2)~_WinAPI_IsBadWritePtr
  10059. _WinAPI_IsBadWritePtr($[$$pAddress], $[$$iLength])
  10060.  
  10061. $(2)~_WinAPI_IsChild
  10062. _WinAPI_IsChild($[$$hWnd], $[$$hWndParent])
  10063.  
  10064. $(2)~_WinAPI_IsClassName
  10065. _WinAPI_IsClassName($[$$hWnd], $[$$sClassName])
  10066.  
  10067. $(2)~_WinAPI_IsDoorOpen
  10068. _WinAPI_IsDoorOpen($[$$sDrive])
  10069.  
  10070. $(2)~_WinAPI_IsElevated
  10071. _WinAPI_IsElevated($[])
  10072.  
  10073. $(2)~_WinAPI_IsHungAppWindow
  10074. _WinAPI_IsHungAppWindow($[$$hWnd])
  10075.  
  10076. $(2)~_WinAPI_IsIconic
  10077. _WinAPI_IsIconic($[$$hWnd])
  10078.  
  10079. $(2)~_WinAPI_IsInternetConnected
  10080. _WinAPI_IsInternetConnected($[])
  10081.  
  10082. $(2)~_WinAPI_IsLoadKBLayout
  10083. _WinAPI_IsLoadKBLayout($[$$iLanguage])
  10084.  
  10085. $(2)~_WinAPI_IsMemory
  10086. _WinAPI_IsMemory($[$$pMemory])
  10087.  
  10088. $(2)~_WinAPI_IsNameInExpression
  10089. _WinAPI_IsNameInExpression($[$$sString], $[$$sPattern], $[$$bCaseSensitive = False])
  10090.  
  10091. $(2)~_WinAPI_IsNetworkAlive
  10092. _WinAPI_IsNetworkAlive($[])
  10093.  
  10094. $(2)~_WinAPI_IsPathShared
  10095. _WinAPI_IsPathShared($[$$sFilePath])
  10096.  
  10097. $(2)~_WinAPI_IsProcessInJob
  10098. _WinAPI_IsProcessInJob($[$$hProcess], $[$$hJob = 0])
  10099.  
  10100. $(2)~_WinAPI_IsProcessorFeaturePresent
  10101. _WinAPI_IsProcessorFeaturePresent($[$$iFeature])
  10102.  
  10103. $(2)~_WinAPI_IsRectEmpty
  10104. _WinAPI_IsRectEmpty($[$$tRECT])
  10105.  
  10106. $(2)~_WinAPI_IsThemeActive
  10107. _WinAPI_IsThemeActive($[])
  10108.  
  10109. $(2)~_WinAPI_IsThemeBackgroundPartiallyTransparent
  10110. _WinAPI_IsThemeBackgroundPartiallyTransparent($[$$hTheme], $[$$iPartID], $[$$iStateID])
  10111.  
  10112. $(2)~_WinAPI_IsThemePartDefined
  10113. _WinAPI_IsThemePartDefined($[$$hTheme], $[$$iPartID])
  10114.  
  10115. $(2)~_WinAPI_IsValidLocale
  10116. _WinAPI_IsValidLocale($[$$iLCID], $[$$iFlag = 0])
  10117.  
  10118. $(2)~_WinAPI_IsWindow
  10119. _WinAPI_IsWindow($[$$hWnd])
  10120.  
  10121. $(2)~_WinAPI_IsWindowEnabled
  10122. _WinAPI_IsWindowEnabled($[$$hWnd])
  10123.  
  10124. $(2)~_WinAPI_IsWindowUnicode
  10125. _WinAPI_IsWindowUnicode($[$$hWnd])
  10126.  
  10127. $(2)~_WinAPI_IsWindowVisible
  10128. _WinAPI_IsWindowVisible($[$$hWnd])
  10129.  
  10130. $(2)~_WinAPI_IsWow64Process
  10131. _WinAPI_IsWow64Process($[$$iPID = 0])
  10132.  
  10133. $(2)~_WinAPI_IsWritable
  10134. _WinAPI_IsWritable($[$$sDrive])
  10135.  
  10136. $(2)~_WinAPI_IsZoomed
  10137. _WinAPI_IsZoomed($[$$hWnd])
  10138.  
  10139. $(2)~_WinAPI_Keybd_Event
  10140. _WinAPI_Keybd_Event($[$$vKey], $[$$iFlags], $[$$iScanCode = 0], $[$$iExtraInfo = 0])
  10141.  
  10142. $(2)~_WinAPI_KillTimer
  10143. _WinAPI_KillTimer($[$$hWnd], $[$$iTimerID])
  10144.  
  10145. $(2)~_WinAPI_LineDDA
  10146. _WinAPI_LineDDA($[$$iX1], $[$$iY1], $[$$iX2], $[$$iY2], $[$$pLineProc], $[$$pData = 0])
  10147.  
  10148. $(2)~_WinAPI_LineTo
  10149. _WinAPI_LineTo($[$$hDC], $[$$iX], $[$$iY])
  10150.  
  10151. $(2)~_WinAPI_LoadBitmap
  10152. _WinAPI_LoadBitmap($[$$hInstance], $[$$sBitmap])
  10153.  
  10154. $(2)~_WinAPI_LoadCursor
  10155. _WinAPI_LoadCursor($[$$hInstance], $[$$sName])
  10156.  
  10157. $(2)~_WinAPI_LoadCursorFromFile
  10158. _WinAPI_LoadCursorFromFile($[$$sFilePath])
  10159.  
  10160. $(2)~_WinAPI_LoadIcon
  10161. _WinAPI_LoadIcon($[$$hInstance], $[$$sName])
  10162.  
  10163. $(2)~_WinAPI_LoadIconMetric
  10164. _WinAPI_LoadIconMetric($[$$hInstance], $[$$sName], $[$$iMetric])
  10165.  
  10166. $(2)~_WinAPI_LoadIconWithScaleDown
  10167. _WinAPI_LoadIconWithScaleDown($[$$hInstance], $[$$sName], $[$$iWidth], $[$$iHeight])
  10168.  
  10169. $(2)~_WinAPI_LoadImage
  10170. _WinAPI_LoadImage($[$$hInstance], $[$$sImage], $[$$iType], $[$$iXDesired], $[$$iYDesired], $[$$iLoad])
  10171.  
  10172. $(2)~_WinAPI_LoadIndirectString
  10173. _WinAPI_LoadIndirectString($[$$sStrIn])
  10174.  
  10175. $(2)~_WinAPI_LoadKeyboardLayout
  10176. _WinAPI_LoadKeyboardLayout($[$$iLanguage], $[$$iFlag = 0])
  10177.  
  10178. $(2)~_WinAPI_LoadLibrary
  10179. _WinAPI_LoadLibrary($[$$sFileName])
  10180.  
  10181. $(2)~_WinAPI_LoadLibraryEx
  10182. _WinAPI_LoadLibraryEx($[$$sFileName], $[$$iFlags = 0])
  10183.  
  10184. $(2)~_WinAPI_LoadMedia
  10185. _WinAPI_LoadMedia($[$$sDrive])
  10186.  
  10187. $(2)~_WinAPI_LoadResource
  10188. _WinAPI_LoadResource($[$$hInstance], $[$$hResource])
  10189.  
  10190. $(2)~_WinAPI_LoadShell32Icon
  10191. _WinAPI_LoadShell32Icon($[$$iIconID])
  10192.  
  10193. $(2)~_WinAPI_LoadString
  10194. _WinAPI_LoadString($[$$hInstance], $[$$iStringID])
  10195.  
  10196. $(2)~_WinAPI_LoadStringEx
  10197. _WinAPI_LoadStringEx($[$$hModule], $[$$iID], $[$$iLanguage = $$LOCALE_USER_DEFAULT])
  10198.  
  10199. $(2)~_WinAPI_LoByte
  10200. _WinAPI_LoByte($[$$iValue])
  10201.  
  10202. $(2)~_WinAPI_LocalFree
  10203. _WinAPI_LocalFree($[$$hMemory])
  10204.  
  10205. $(2)~_WinAPI_LockDevice
  10206. _WinAPI_LockDevice($[$$sDrive], $[$$bLock])
  10207.  
  10208. $(2)~_WinAPI_LockFile
  10209. _WinAPI_LockFile($[$$hFile], $[$$iOffset], $[$$iLength])
  10210.  
  10211. $(2)~_WinAPI_LockResource
  10212. _WinAPI_LockResource($[$$hData])
  10213.  
  10214. $(2)~_WinAPI_LockWindowUpdate
  10215. _WinAPI_LockWindowUpdate($[$$hWnd])
  10216.  
  10217. $(2)~_WinAPI_LockWorkStation
  10218. _WinAPI_LockWorkStation($[])
  10219.  
  10220. $(2)~_WinAPI_LoDWord
  10221. _WinAPI_LoDWord($[$$iValue])
  10222.  
  10223. $(2)~_WinAPI_LongMid
  10224. _WinAPI_LongMid($[$$iValue], $[$$iStart], $[$$iCount])
  10225.  
  10226. $(2)~_WinAPI_LookupIconIdFromDirectoryEx
  10227. _WinAPI_LookupIconIdFromDirectoryEx($[$$pData], $[$$bIcon = True], $[$$iXDesiredPixels = 0], $[$$iYDesiredPixels = 0], $[$$iFlags = 0])
  10228.  
  10229. $(2)~_WinAPI_LoWord
  10230. _WinAPI_LoWord($[$$iLong])
  10231.  
  10232. $(2)~_WinAPI_LPtoDP
  10233. _WinAPI_LPtoDP($[$$hDC], $[ByRef $$tPOINT], $[$$iCount = 1])
  10234.  
  10235. $(2)~_WinAPI_MAKELANGID
  10236. _WinAPI_MAKELANGID($[$$iLngIDPrimary], $[$$iLngIDSub])
  10237.  
  10238. $(2)~_WinAPI_MAKELCID
  10239. _WinAPI_MAKELCID($[$$iLngID], $[$$iSortID])
  10240.  
  10241. $(2)~_WinAPI_MakeLong
  10242. _WinAPI_MakeLong($[$$iLo], $[$$iHi])
  10243.  
  10244. $(2)~_WinAPI_MakeQWord
  10245. _WinAPI_MakeQWord($[$$iLoDWORD], $[$$iHiDWORD])
  10246.  
  10247. $(2)~_WinAPI_MakeWord
  10248. _WinAPI_MakeWord($[$$iLo], $[$$iHi])
  10249.  
  10250. $(2)~_WinAPI_MapViewOfFile
  10251. _WinAPI_MapViewOfFile($[$$hMapping], $[$$iOffset = 0], $[$$iBytes = 0], $[$$iAccess = 0x0006])
  10252.  
  10253. $(2)~_WinAPI_MapVirtualKey
  10254. _WinAPI_MapVirtualKey($[$$iCode], $[$$iType], $[$$hLocale = 0])
  10255.  
  10256. $(2)~_WinAPI_MaskBlt
  10257. _WinAPI_MaskBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidth], $[$$iHeight], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$hMask], $[$$iXMask], $[$$iYMask], $[$$iRop])
  10258.  
  10259. $(2)~_WinAPI_MessageBeep
  10260. _WinAPI_MessageBeep($[$$iType = 1])
  10261.  
  10262. $(2)~_WinAPI_MessageBoxCheck
  10263. _WinAPI_MessageBoxCheck($[$$iType], $[$$sTitle], $[$$sText], $[$$sRegVal], $[$$iDefault = -1], $[$$hParent = 0])
  10264.  
  10265. $(2)~_WinAPI_MessageBoxIndirect
  10266. _WinAPI_MessageBoxIndirect($[$$tMSGBOXPARAMS])
  10267.  
  10268. $(2)~_WinAPI_MirrorIcon
  10269. _WinAPI_MirrorIcon($[$$hIcon], $[$$bDelete = False])
  10270.  
  10271. $(2)~_WinAPI_ModifyWorldTransform
  10272. _WinAPI_ModifyWorldTransform($[$$hDC], $[$$tXFORM], $[$$iMode])
  10273.  
  10274. $(2)~_WinAPI_MonitorFromPoint
  10275. _WinAPI_MonitorFromPoint($[$$tPOINT], $[$$iFlag = 1])
  10276.  
  10277. $(2)~_WinAPI_MonitorFromRect
  10278. _WinAPI_MonitorFromRect($[$$tRECT], $[$$iFlag = 1])
  10279.  
  10280. $(2)~_WinAPI_MonitorFromWindow
  10281. _WinAPI_MonitorFromWindow($[$$hWnd], $[$$iFlag = 1])
  10282.  
  10283. $(2)~_WinAPI_Mouse_Event
  10284. _WinAPI_Mouse_Event($[$$iFlags], $[$$iX = 0], $[$$iY = 0], $[$$iData = 0], $[$$iExtraInfo = 0])
  10285.  
  10286. $(2)~_WinAPI_MoveFileEx
  10287. _WinAPI_MoveFileEx($[$$sExistingFile], $[$$sNewFile], $[$$iFlags = 0], $[$$pProgressProc = 0], $[$$pData = 0])
  10288.  
  10289. $(2)~_WinAPI_MoveMemory
  10290. _WinAPI_MoveMemory($[$$pDestination], $[$$pSource], $[$$iLength])
  10291.  
  10292. $(2)~_WinAPI_MoveTo
  10293. _WinAPI_MoveTo($[$$hDC], $[$$iX], $[$$iY])
  10294.  
  10295. $(2)~_WinAPI_MoveToEx
  10296. _WinAPI_MoveToEx($[$$hDC], $[$$iX], $[$$iY])
  10297.  
  10298. $(2)~_WinAPI_MoveWindow
  10299. _WinAPI_MoveWindow($[$$hWnd], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$bRepaint = True])
  10300.  
  10301. $(2)~_WinAPI_MsgBox
  10302. _WinAPI_MsgBox($[$$iFlags], $[$$sTitle], $[$$sText])
  10303.  
  10304. $(2)~_WinAPI_MulDiv
  10305. _WinAPI_MulDiv($[$$iNumber], $[$$iNumerator], $[$$iDenominator])
  10306.  
  10307. $(2)~_WinAPI_MultiByteToWideChar
  10308. _WinAPI_MultiByteToWideChar($[$$vText], $[$$iCodePage = 0], $[$$iFlags = 0], $[$$bRetString = False])
  10309.  
  10310. $(2)~_WinAPI_MultiByteToWideCharEx
  10311. _WinAPI_MultiByteToWideCharEx($[$$sText], $[$$pText], $[$$iCodePage = 0], $[$$iFlags = 0])
  10312.  
  10313. $(2)~_WinAPI_NtStatusToDosError
  10314. _WinAPI_NtStatusToDosError($[$$iStatus])
  10315.  
  10316. $(2)~_WinAPI_OemToChar
  10317. _WinAPI_OemToChar($[$$sStr])
  10318.  
  10319. $(2)~_WinAPI_OffsetClipRgn
  10320. _WinAPI_OffsetClipRgn($[$$hDC], $[$$iXOffset], $[$$iYOffset])
  10321.  
  10322. $(2)~_WinAPI_OffsetPoints
  10323. _WinAPI_OffsetPoints($[ByRef $$aPoint], $[$$iXOffset], $[$$iYOffset], $[$$iStart = 0], $[$$iEnd = -1])
  10324.  
  10325. $(2)~_WinAPI_OffsetRect
  10326. _WinAPI_OffsetRect($[ByRef $$tRECT], $[$$iDX], $[$$iDY])
  10327.  
  10328. $(2)~_WinAPI_OffsetRgn
  10329. _WinAPI_OffsetRgn($[$$hRgn], $[$$iXOffset], $[$$iYOffset])
  10330.  
  10331. $(2)~_WinAPI_OffsetWindowOrg
  10332. _WinAPI_OffsetWindowOrg($[$$hDC], $[$$iXOffset], $[$$iYOffset])
  10333.  
  10334. $(2)~_WinAPI_OpenDesktop
  10335. _WinAPI_OpenDesktop($[$$sName], $[$$iAccess = 0], $[$$iFlags = 0], $[$$bInherit = False])
  10336.  
  10337. $(2)~_WinAPI_OpenFileById
  10338. _WinAPI_OpenFileById($[$$hFile], $[$$vID], $[$$iAccess = 0], $[$$iShare = 0], $[$$iFlags = 0])
  10339.  
  10340. $(2)~_WinAPI_OpenFileDlg
  10341. _WinAPI_OpenFileDlg($[$$sTitle = ''], $[$$sInitDir = ''], $[$$sFilters = ''], $[$$iDefaultFilter = 0], $[$$sDefaultFilePath = ''], $[$$sDefaultExt = ''], $[$$iFlags = 0], $[$$iFlagsEx = 0], $[$$pOFNProc = 0], $[$$pData = 0], $[$$hParent = 0])
  10342.  
  10343. $(2)~_WinAPI_OpenFileMapping
  10344. _WinAPI_OpenFileMapping($[$$sName], $[$$iAccess = 0x0006], $[$$bInherit = False])
  10345.  
  10346. $(2)~_WinAPI_OpenIcon
  10347. _WinAPI_OpenIcon($[$$hWnd])
  10348.  
  10349. $(2)~_WinAPI_OpenInputDesktop
  10350. _WinAPI_OpenInputDesktop($[$$iAccess = 0], $[$$iFlags = 0], $[$$bInherit = False])
  10351.  
  10352. $(2)~_WinAPI_OpenJobObject
  10353. _WinAPI_OpenJobObject($[$$sName], $[$$iAccess = $$JOB_OBJECT_ALL_ACCESS], $[$$bInherit = False])
  10354.  
  10355. $(2)~_WinAPI_OpenMutex
  10356. _WinAPI_OpenMutex($[$$sMutex], $[$$iAccess = $$MUTEX_ALL_ACCESS], $[$$bInherit = False])
  10357.  
  10358. $(2)~_WinAPI_OpenProcess
  10359. _WinAPI_OpenProcess($[$$iAccess], $[$$bInherit], $[$$iPID], $[$$bDebugPriv = False])
  10360.  
  10361. $(2)~_WinAPI_OpenProcessToken
  10362. _WinAPI_OpenProcessToken($[$$iAccess], $[$$hProcess = 0])
  10363.  
  10364. $(2)~_WinAPI_OpenSemaphore
  10365. _WinAPI_OpenSemaphore($[$$sSemaphore], $[$$iAccess = 0x001F0003], $[$$bInherit = False])
  10366.  
  10367. $(2)~_WinAPI_OpenThemeData
  10368. _WinAPI_OpenThemeData($[$$hWnd], $[$$sClass])
  10369.  
  10370. $(2)~_WinAPI_OpenWindowStation
  10371. _WinAPI_OpenWindowStation($[$$sName], $[$$iAccess = 0], $[$$bInherit = False])
  10372.  
  10373. $(2)~_WinAPI_PageSetupDlg
  10374. _WinAPI_PageSetupDlg($[ByRef $$tPAGESETUPDLG])
  10375.  
  10376. $(2)~_WinAPI_PaintDesktop
  10377. _WinAPI_PaintDesktop($[$$hDC])
  10378.  
  10379. $(2)~_WinAPI_PaintRgn
  10380. _WinAPI_PaintRgn($[$$hDC], $[$$hRgn])
  10381.  
  10382. $(2)~_WinAPI_ParseURL
  10383. _WinAPI_ParseURL($[$$sUrl])
  10384.  
  10385. $(2)~_WinAPI_ParseUserName
  10386. _WinAPI_ParseUserName($[$$sUser])
  10387.  
  10388. $(2)~_WinAPI_PatBlt
  10389. _WinAPI_PatBlt($[$$hDC], $[$$iX], $[$$iY], $[$$iWidth], $[$$iHeight], $[$$iRop])
  10390.  
  10391. $(2)~_WinAPI_PathAddBackslash
  10392. _WinAPI_PathAddBackslash($[$$sFilePath])
  10393.  
  10394. $(2)~_WinAPI_PathAddExtension
  10395. _WinAPI_PathAddExtension($[$$sFilePath], $[$$sExt = ''])
  10396.  
  10397. $(2)~_WinAPI_PathAppend
  10398. _WinAPI_PathAppend($[$$sFilePath], $[$$sMore])
  10399.  
  10400. $(2)~_WinAPI_PathBuildRoot
  10401. _WinAPI_PathBuildRoot($[$$iDrive])
  10402.  
  10403. $(2)~_WinAPI_PathCanonicalize
  10404. _WinAPI_PathCanonicalize($[$$sFilePath])
  10405.  
  10406. $(2)~_WinAPI_PathCommonPrefix
  10407. _WinAPI_PathCommonPrefix($[$$sPath1], $[$$sPath2])
  10408.  
  10409. $(2)~_WinAPI_PathCompactPath
  10410. _WinAPI_PathCompactPath($[$$hWnd], $[$$sFilePath], $[$$iWidth = 0])
  10411.  
  10412. $(2)~_WinAPI_PathCompactPathEx
  10413. _WinAPI_PathCompactPathEx($[$$sFilePath], $[$$iMax])
  10414.  
  10415. $(2)~_WinAPI_PathCreateFromUrl
  10416. _WinAPI_PathCreateFromUrl($[$$sUrl])
  10417.  
  10418. $(2)~_WinAPI_PathFindExtension
  10419. _WinAPI_PathFindExtension($[$$sFilePath])
  10420.  
  10421. $(2)~_WinAPI_PathFindFileName
  10422. _WinAPI_PathFindFileName($[$$sFilePath])
  10423.  
  10424. $(2)~_WinAPI_PathFindNextComponent
  10425. _WinAPI_PathFindNextComponent($[$$sFilePath])
  10426.  
  10427. $(2)~_WinAPI_PathFindOnPath
  10428. _WinAPI_PathFindOnPath($[$$sFilePath], $[$$aExtraPaths = ""], $[$$sPathDelimiter = @LF])
  10429.  
  10430. $(2)~_WinAPI_PathGetArgs
  10431. _WinAPI_PathGetArgs($[$$sFilePath])
  10432.  
  10433. $(2)~_WinAPI_PathGetCharType
  10434. _WinAPI_PathGetCharType($[$$sChar])
  10435.  
  10436. $(2)~_WinAPI_PathGetDriveNumber
  10437. _WinAPI_PathGetDriveNumber($[$$sFilePath])
  10438.  
  10439. $(2)~_WinAPI_PathIsContentType
  10440. _WinAPI_PathIsContentType($[$$sFilePath], $[$$sType])
  10441.  
  10442. $(2)~_WinAPI_PathIsDirectory
  10443. _WinAPI_PathIsDirectory($[$$sFilePath])
  10444.  
  10445. $(2)~_WinAPI_PathIsDirectoryEmpty
  10446. _WinAPI_PathIsDirectoryEmpty($[$$sFilePath])
  10447.  
  10448. $(2)~_WinAPI_PathIsExe
  10449. _WinAPI_PathIsExe($[$$sFilePath])
  10450.  
  10451. $(2)~_WinAPI_PathIsFileSpec
  10452. _WinAPI_PathIsFileSpec($[$$sFilePath])
  10453.  
  10454. $(2)~_WinAPI_PathIsLFNFileSpec
  10455. _WinAPI_PathIsLFNFileSpec($[$$sFilePath])
  10456.  
  10457. $(2)~_WinAPI_PathIsRelative
  10458. _WinAPI_PathIsRelative($[$$sFilePath])
  10459.  
  10460. $(2)~_WinAPI_PathIsRoot
  10461. _WinAPI_PathIsRoot($[$$sFilePath])
  10462.  
  10463. $(2)~_WinAPI_PathIsSameRoot
  10464. _WinAPI_PathIsSameRoot($[$$sPath1], $[$$sPath2])
  10465.  
  10466. $(2)~_WinAPI_PathIsSystemFolder
  10467. _WinAPI_PathIsSystemFolder($[$$sFilePath])
  10468.  
  10469. $(2)~_WinAPI_PathIsUNC
  10470. _WinAPI_PathIsUNC($[$$sFilePath])
  10471.  
  10472. $(2)~_WinAPI_PathIsUNCServer
  10473. _WinAPI_PathIsUNCServer($[$$sFilePath])
  10474.  
  10475. $(2)~_WinAPI_PathIsUNCServerShare
  10476. _WinAPI_PathIsUNCServerShare($[$$sFilePath])
  10477.  
  10478. $(2)~_WinAPI_PathMakeSystemFolder
  10479. _WinAPI_PathMakeSystemFolder($[$$sFilePath])
  10480.  
  10481. $(2)~_WinAPI_PathMatchSpec
  10482. _WinAPI_PathMatchSpec($[$$sFilePath], $[$$sSpec])
  10483.  
  10484. $(2)~_WinAPI_PathParseIconLocation
  10485. _WinAPI_PathParseIconLocation($[$$sFilePath])
  10486.  
  10487. $(2)~_WinAPI_PathRelativePathTo
  10488. _WinAPI_PathRelativePathTo($[$$sPathFrom], $[$$bDirFrom], $[$$sPathTo], $[$$bDirTo])
  10489.  
  10490. $(2)~_WinAPI_PathRemoveArgs
  10491. _WinAPI_PathRemoveArgs($[$$sFilePath])
  10492.  
  10493. $(2)~_WinAPI_PathRemoveBackslash
  10494. _WinAPI_PathRemoveBackslash($[$$sFilePath])
  10495.  
  10496. $(2)~_WinAPI_PathRemoveExtension
  10497. _WinAPI_PathRemoveExtension($[$$sFilePath])
  10498.  
  10499. $(2)~_WinAPI_PathRemoveFileSpec
  10500. _WinAPI_PathRemoveFileSpec($[$$sFilePath])
  10501.  
  10502. $(2)~_WinAPI_PathRenameExtension
  10503. _WinAPI_PathRenameExtension($[$$sFilePath], $[$$sExt])
  10504.  
  10505. $(2)~_WinAPI_PathSearchAndQualify
  10506. _WinAPI_PathSearchAndQualify($[$$sFilePath], $[$$bExists = False])
  10507.  
  10508. $(2)~_WinAPI_PathSkipRoot
  10509. _WinAPI_PathSkipRoot($[$$sFilePath])
  10510.  
  10511. $(2)~_WinAPI_PathStripPath
  10512. _WinAPI_PathStripPath($[$$sFilePath])
  10513.  
  10514. $(2)~_WinAPI_PathStripToRoot
  10515. _WinAPI_PathStripToRoot($[$$sFilePath])
  10516.  
  10517. $(2)~_WinAPI_PathToRegion
  10518. _WinAPI_PathToRegion($[$$hDC])
  10519.  
  10520. $(2)~_WinAPI_PathUndecorate
  10521. _WinAPI_PathUndecorate($[$$sFilePath])
  10522.  
  10523. $(2)~_WinAPI_PathUnExpandEnvStrings
  10524. _WinAPI_PathUnExpandEnvStrings($[$$sFilePath])
  10525.  
  10526. $(2)~_WinAPI_PathUnmakeSystemFolder
  10527. _WinAPI_PathUnmakeSystemFolder($[$$sFilePath])
  10528.  
  10529. $(2)~_WinAPI_PathUnquoteSpaces
  10530. _WinAPI_PathUnquoteSpaces($[$$sFilePath])
  10531.  
  10532. $(2)~_WinAPI_PathYetAnotherMakeUniqueName
  10533. _WinAPI_PathYetAnotherMakeUniqueName($[$$sFilePath])
  10534.  
  10535. $(2)~_WinAPI_PickIconDlg
  10536. _WinAPI_PickIconDlg($[$$sIcon = ''], $[$$iIndex = 0], $[$$hParent = 0])
  10537.  
  10538. $(2)~_WinAPI_PlayEnhMetaFile
  10539. _WinAPI_PlayEnhMetaFile($[$$hDC], $[$$hEmf], $[$$tRECT])
  10540.  
  10541. $(2)~_WinAPI_PlaySound
  10542. _WinAPI_PlaySound($[$$sSound], $[$$iFlags = $$SND_SYSTEM_NOSTOP], $[$$hInstance = 0])
  10543.  
  10544. $(2)~_WinAPI_PlgBlt
  10545. _WinAPI_PlgBlt($[$$hDestDC], $[Const ByRef $$aPoint], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidth], $[$$iHeight], $[$$hMask = 0], $[$$iXMask = 0], $[$$iYMask = 0])
  10546.  
  10547. $(2)~_WinAPI_PointFromRect
  10548. _WinAPI_PointFromRect($[ByRef $$tRECT], $[$$bCenter = True])
  10549.  
  10550. $(2)~_WinAPI_PolyBezier
  10551. _WinAPI_PolyBezier($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
  10552.  
  10553. $(2)~_WinAPI_PolyBezierTo
  10554. _WinAPI_PolyBezierTo($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
  10555.  
  10556. $(2)~_WinAPI_PolyDraw
  10557. _WinAPI_PolyDraw($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
  10558.  
  10559. $(2)~_WinAPI_Polygon
  10560. _WinAPI_Polygon($[$$hDC], $[Const ByRef $$aPoint], $[$$iStart = 0], $[$$iEnd = -1])
  10561.  
  10562. $(2)~_WinAPI_PostMessage
  10563. _WinAPI_PostMessage($[$$hWnd], $[$$iMsg], $[$$wParam], $[$$lParam])
  10564.  
  10565. $(2)~_WinAPI_PrimaryLangId
  10566. _WinAPI_PrimaryLangId($[$$iLngID])
  10567.  
  10568. $(2)~_WinAPI_PrintDlg
  10569. _WinAPI_PrintDlg($[ByRef $$tPRINTDLG])
  10570.  
  10571. $(2)~_WinAPI_PrintDlgEx
  10572. _WinAPI_PrintDlgEx($[ByRef $$tPRINTDLGEX])
  10573.  
  10574. $(2)~_WinAPI_PrintWindow
  10575. _WinAPI_PrintWindow($[$$hWnd], $[$$hDC], $[$$bClient = False])
  10576.  
  10577. $(2)~_WinAPI_ProgIDFromCLSID
  10578. _WinAPI_ProgIDFromCLSID($[$$sCLSID])
  10579.  
  10580. $(2)~_WinAPI_PtInRect
  10581. _WinAPI_PtInRect($[ByRef $$tRECT], $[ByRef $$tPoint])
  10582.  
  10583. $(2)~_WinAPI_PtInRectEx
  10584. _WinAPI_PtInRectEx($[$$iX], $[$$iY], $[$$iLeft], $[$$iTop], $[$$iRight], $[$$iBottom])
  10585.  
  10586. $(2)~_WinAPI_PtInRegion
  10587. _WinAPI_PtInRegion($[$$hRgn], $[$$iX], $[$$iY])
  10588.  
  10589. $(2)~_WinAPI_PtVisible
  10590. _WinAPI_PtVisible($[$$hDC], $[$$iX], $[$$iY])
  10591.  
  10592. $(2)~_WinAPI_QueryDosDevice
  10593. _WinAPI_QueryDosDevice($[$$sDevice])
  10594.  
  10595. $(2)~_WinAPI_QueryInformationJobObject
  10596. _WinAPI_QueryInformationJobObject($[$$hJob], $[$$iJobObjectInfoClass], $[ByRef $$tJobObjectInfo])
  10597.  
  10598. $(2)~_WinAPI_QueryPerformanceCounter
  10599. _WinAPI_QueryPerformanceCounter($[])
  10600.  
  10601. $(2)~_WinAPI_QueryPerformanceFrequency
  10602. _WinAPI_QueryPerformanceFrequency($[])
  10603.  
  10604. $(2)~_WinAPI_RadialGradientFill
  10605. _WinAPI_RadialGradientFill($[$$hDC], $[$$iX], $[$$iY], $[$$iRadius], $[$$iRGB1], $[$$iRGB2], $[$$fAngleStart = 0], $[$$fAngleEnd = 360], $[$$fStep = 5])
  10606.  
  10607. $(2)~_WinAPI_ReadDirectoryChanges
  10608. _WinAPI_ReadDirectoryChanges($[$$hDirectory], $[$$iFilter], $[$$pBuffer], $[$$iLength], $[$$bSubtree = 0])
  10609.  
  10610. $(2)~_WinAPI_ReadFile
  10611. _WinAPI_ReadFile($[$$hFile], $[$$pBuffer], $[$$iToRead], $[ByRef $$iRead], $[$$tOverlapped = 0])
  10612.  
  10613. $(2)~_WinAPI_ReadProcessMemory
  10614. _WinAPI_ReadProcessMemory($[$$hProcess], $[$$pBaseAddress], $[$$pBuffer], $[$$iSize], $[ByRef $$iRead])
  10615.  
  10616. $(2)~_WinAPI_Rectangle
  10617. _WinAPI_Rectangle($[$$hDC], $[$$tRECT])
  10618.  
  10619. $(2)~_WinAPI_RectInRegion
  10620. _WinAPI_RectInRegion($[$$hRgn], $[$$tRECT])
  10621.  
  10622. $(2)~_WinAPI_RectIsEmpty
  10623. _WinAPI_RectIsEmpty($[ByRef $$tRECT])
  10624.  
  10625. $(2)~_WinAPI_RectVisible
  10626. _WinAPI_RectVisible($[$$hDC], $[$$tRECT])
  10627.  
  10628. $(2)~_WinAPI_RedrawWindow
  10629. _WinAPI_RedrawWindow($[$$hWnd], $[$$tRECT = 0], $[$$hRegion = 0], $[$$iFlags = 5])
  10630.  
  10631. $(2)~_WinAPI_RegCloseKey
  10632. _WinAPI_RegCloseKey($[$$hKey], $[$$bFlush = False])
  10633.  
  10634. $(2)~_WinAPI_RegConnectRegistry
  10635. _WinAPI_RegConnectRegistry($[$$sComputer], $[$$hKey])
  10636.  
  10637. $(2)~_WinAPI_RegCopyTree
  10638. _WinAPI_RegCopyTree($[$$hSrcKey], $[$$sSrcSubKey], $[$$hDestKey])
  10639.  
  10640. $(2)~_WinAPI_RegCopyTreeEx
  10641. _WinAPI_RegCopyTreeEx($[$$hSrcKey], $[$$sSrcSubKey], $[$$hDestKey])
  10642.  
  10643. $(2)~_WinAPI_RegCreateKey
  10644. _WinAPI_RegCreateKey($[$$hKey], $[$$sSubKey = ''], $[$$iAccess = $$KEY_ALL_ACCESS], $[$$iOptions = 0], $[$$tSecurity = 0])
  10645.  
  10646. $(2)~_WinAPI_RegDeleteEmptyKey
  10647. _WinAPI_RegDeleteEmptyKey($[$$hKey], $[$$sSubKey = ''])
  10648.  
  10649. $(2)~_WinAPI_RegDeleteKey
  10650. _WinAPI_RegDeleteKey($[$$hKey], $[$$sSubKey = ''])
  10651.  
  10652. $(2)~_WinAPI_RegDeleteKeyValue
  10653. _WinAPI_RegDeleteKeyValue($[$$hKey], $[$$sSubKey], $[$$sValueName])
  10654.  
  10655. $(2)~_WinAPI_RegDeleteTree
  10656. _WinAPI_RegDeleteTree($[$$hKey], $[$$sSubKey = ''])
  10657.  
  10658. $(2)~_WinAPI_RegDeleteTreeEx
  10659. _WinAPI_RegDeleteTreeEx($[$$hKey], $[$$sSubKey = 0])
  10660.  
  10661. $(2)~_WinAPI_RegDeleteValue
  10662. _WinAPI_RegDeleteValue($[$$hKey], $[$$sValueName])
  10663.  
  10664. $(2)~_WinAPI_RegDisableReflectionKey
  10665. _WinAPI_RegDisableReflectionKey($[$$hKey])
  10666.  
  10667. $(2)~_WinAPI_RegDuplicateHKey
  10668. _WinAPI_RegDuplicateHKey($[$$hKey])
  10669.  
  10670. $(2)~_WinAPI_RegEnableReflectionKey
  10671. _WinAPI_RegEnableReflectionKey($[$$hKey])
  10672.  
  10673. $(2)~_WinAPI_RegEnumKey
  10674. _WinAPI_RegEnumKey($[$$hKey], $[$$iIndex])
  10675.  
  10676. $(2)~_WinAPI_RegEnumValue
  10677. _WinAPI_RegEnumValue($[$$hKey], $[$$iIndex])
  10678.  
  10679. $(2)~_WinAPI_RegFlushKey
  10680. _WinAPI_RegFlushKey($[$$hKey])
  10681.  
  10682. $(2)~_WinAPI_RegisterApplicationRestart
  10683. _WinAPI_RegisterApplicationRestart($[$$iFlags = 0], $[$$sCmd = ''])
  10684.  
  10685. $(2)~_WinAPI_RegisterClass
  10686. _WinAPI_RegisterClass($[$$tWNDCLASS])
  10687.  
  10688. $(2)~_WinAPI_RegisterClassEx
  10689. _WinAPI_RegisterClassEx($[$$tWNDCLASSEX])
  10690.  
  10691. $(2)~_WinAPI_RegisterHotKey
  10692. _WinAPI_RegisterHotKey($[$$hWnd], $[$$iID], $[$$iModifiers], $[$$vKey])
  10693.  
  10694. $(2)~_WinAPI_RegisterPowerSettingNotification
  10695. _WinAPI_RegisterPowerSettingNotification($[$$hWnd], $[$$sGUID])
  10696.  
  10697. $(2)~_WinAPI_RegisterRawInputDevices
  10698. _WinAPI_RegisterRawInputDevices($[$$paDevice], $[$$iCount = 1])
  10699.  
  10700. $(2)~_WinAPI_RegisterShellHookWindow
  10701. _WinAPI_RegisterShellHookWindow($[$$hWnd])
  10702.  
  10703. $(2)~_WinAPI_RegisterWindowMessage
  10704. _WinAPI_RegisterWindowMessage($[$$sMessage])
  10705.  
  10706. $(2)~_WinAPI_RegLoadMUIString
  10707. _WinAPI_RegLoadMUIString($[$$hKey], $[$$sValueName], $[$$sDirectory = ''])
  10708.  
  10709. $(2)~_WinAPI_RegNotifyChangeKeyValue
  10710. _WinAPI_RegNotifyChangeKeyValue($[$$hKey], $[$$iFilter], $[$$bSubtree = False], $[$$bAsync = False], $[$$hEvent = 0])
  10711.  
  10712. $(2)~_WinAPI_RegOpenKey
  10713. _WinAPI_RegOpenKey($[$$hKey], $[$$sSubKey = ''], $[$$iAccess = 0x000F003F])
  10714.  
  10715. $(2)~_WinAPI_RegQueryInfoKey
  10716. _WinAPI_RegQueryInfoKey($[$$hKey])
  10717.  
  10718. $(2)~_WinAPI_RegQueryLastWriteTime
  10719. _WinAPI_RegQueryLastWriteTime($[$$hKey])
  10720.  
  10721. $(2)~_WinAPI_RegQueryMultipleValues
  10722. _WinAPI_RegQueryMultipleValues($[$$hKey], $[ByRef $$aValent], $[ByRef $$pBuffer], $[$$iStart = 0], $[$$iEnd = -1])
  10723.  
  10724. $(2)~_WinAPI_RegQueryReflectionKey
  10725. _WinAPI_RegQueryReflectionKey($[$$hKey])
  10726.  
  10727. $(2)~_WinAPI_RegQueryValue
  10728. _WinAPI_RegQueryValue($[$$hKey], $[$$sValueName], $[ByRef $$tValueData])
  10729.  
  10730. $(2)~_WinAPI_RegRestoreKey
  10731. _WinAPI_RegRestoreKey($[$$hKey], $[$$sFilePath])
  10732.  
  10733. $(2)~_WinAPI_RegSaveKey
  10734. _WinAPI_RegSaveKey($[$$hKey], $[$$sFilePath], $[$$bReplace = False], $[$$tSecurity = 0])
  10735.  
  10736. $(2)~_WinAPI_RegSetValue
  10737. _WinAPI_RegSetValue($[$$hKey], $[$$sValueName], $[$$iType], $[$$tValueData], $[$$iBytes])
  10738.  
  10739. $(2)~_WinAPI_ReleaseCapture
  10740. _WinAPI_ReleaseCapture($[])
  10741.  
  10742. $(2)~_WinAPI_ReleaseDC
  10743. _WinAPI_ReleaseDC($[$$hWnd], $[$$hDC])
  10744.  
  10745. $(2)~_WinAPI_ReleaseMutex
  10746. _WinAPI_ReleaseMutex($[$$hMutex])
  10747.  
  10748. $(2)~_WinAPI_ReleaseSemaphore
  10749. _WinAPI_ReleaseSemaphore($[$$hSemaphore], $[$$iIncrease = 1])
  10750.  
  10751. $(2)~_WinAPI_ReleaseStream
  10752. _WinAPI_ReleaseStream($[$$pStream])
  10753.  
  10754. $(2)~_WinAPI_RemoveClipboardFormatListener
  10755. _WinAPI_RemoveClipboardFormatListener($[$$hWnd])
  10756.  
  10757. $(2)~_WinAPI_RemoveDirectory
  10758. _WinAPI_RemoveDirectory($[$$sDirPath])
  10759.  
  10760. $(2)~_WinAPI_RemoveFontMemResourceEx
  10761. _WinAPI_RemoveFontMemResourceEx($[$$hFont])
  10762.  
  10763. $(2)~_WinAPI_RemoveFontResourceEx
  10764. _WinAPI_RemoveFontResourceEx($[$$sFont], $[$$iFlag = 0], $[$$bNotify = False])
  10765.  
  10766. $(2)~_WinAPI_RemoveWindowSubclass
  10767. _WinAPI_RemoveWindowSubclass($[$$hWnd], $[$$pSubclassProc], $[$$idSubClass])
  10768.  
  10769. $(2)~_WinAPI_ReOpenFile
  10770. _WinAPI_ReOpenFile($[$$hFile], $[$$iAccess], $[$$iShare], $[$$iFlags = 0])
  10771.  
  10772. $(2)~_WinAPI_ReplaceFile
  10773. _WinAPI_ReplaceFile($[$$sReplacedFile], $[$$sReplacementFile], $[$$sBackupFile = ''], $[$$iFlags = 0])
  10774.  
  10775. $(2)~_WinAPI_ReplaceTextDlg
  10776. _WinAPI_ReplaceTextDlg($[$$hOwner], $[$$sFindWhat = ''], $[$$sReplaceWith = ''], $[$$iFlags = 0], $[$$pReplaceProc = 0], $[$$lParam = 0])
  10777.  
  10778. $(2)~_WinAPI_ResetEvent
  10779. _WinAPI_ResetEvent($[$$hEvent])
  10780.  
  10781. $(2)~_WinAPI_RestartDlg
  10782. _WinAPI_RestartDlg($[$$sText = ''], $[$$iFlags = 2], $[$$hParent = 0])
  10783.  
  10784. $(2)~_WinAPI_RestoreDC
  10785. _WinAPI_RestoreDC($[$$hDC], $[$$iID])
  10786.  
  10787. $(2)~_WinAPI_RGB
  10788. _WinAPI_RGB($[$$iRed], $[$$iGreen], $[$$iBlue])
  10789.  
  10790. $(2)~_WinAPI_RotatePoints
  10791. _WinAPI_RotatePoints($[ByRef $$aPoint], $[$$iXC], $[$$iYC], $[$$fAngle], $[$$iStart = 0], $[$$iEnd = -1])
  10792.  
  10793. $(2)~_WinAPI_RoundRect
  10794. _WinAPI_RoundRect($[$$hDC], $[$$tRECT], $[$$iWidth], $[$$iHeight])
  10795.  
  10796. $(2)~_WinAPI_SaveDC
  10797. _WinAPI_SaveDC($[$$hDC])
  10798.  
  10799. $(2)~_WinAPI_SaveFileDlg
  10800. _WinAPI_SaveFileDlg($[$$sTitle = ""], $[$$sInitDir = ""], $[$$sFilters = ""], $[$$iDefaultFilter = 0], $[$$sDefaultFilePath = ""], $[$$sDefaultExt = ""], $[$$iFlags = 0], $[$$iFlagsEx = 0], $[$$pOFNProc = 0], $[$$pData = 0], $[$$hParent = 0])
  10801.  
  10802. $(2)~_WinAPI_SaveHBITMAPToFile
  10803. _WinAPI_SaveHBITMAPToFile($[$$sFilePath], $[$$hBitmap], $[$$iXPelsPerMeter = Default], $[$$iYPelsPerMeter = Default])
  10804.  
  10805. $(2)~_WinAPI_SaveHICONToFile
  10806. _WinAPI_SaveHICONToFile($[$$sFilePath], $[Const ByRef $$vIcon], $[$$bCompress = 0], $[$$iStart = 0], $[$$iEnd = -1])
  10807.  
  10808. $(2)~_WinAPI_ScaleWindowExt
  10809. _WinAPI_ScaleWindowExt($[$$hDC], $[$$iXNum], $[$$iXDenom], $[$$iYNum], $[$$iYDenom])
  10810.  
  10811. $(2)~_WinAPI_ScreenToClient
  10812. _WinAPI_ScreenToClient($[$$hWnd], $[ByRef $$tPoint])
  10813.  
  10814. $(2)~_WinAPI_SearchPath
  10815. _WinAPI_SearchPath($[$$sFilePath], $[$$sSearchPath = ''])
  10816.  
  10817. $(2)~_WinAPI_SelectClipPath
  10818. _WinAPI_SelectClipPath($[$$hDC], $[$$iMode = 5])
  10819.  
  10820. $(2)~_WinAPI_SelectClipRgn
  10821. _WinAPI_SelectClipRgn($[$$hDC], $[$$hRgn])
  10822.  
  10823. $(2)~_WinAPI_SelectObject
  10824. _WinAPI_SelectObject($[$$hDC], $[$$hGDIObj])
  10825.  
  10826. $(2)~_WinAPI_SendMessageTimeout
  10827. _WinAPI_SendMessageTimeout($[$$hWnd], $[$$iMsg], $[$$wParam = 0], $[$$lParam = 0], $[$$iTimeout = 1000], $[$$iFlags = 0])
  10828.  
  10829. $(2)~_WinAPI_SetActiveWindow
  10830. _WinAPI_SetActiveWindow($[$$hWnd])
  10831.  
  10832. $(2)~_WinAPI_SetArcDirection
  10833. _WinAPI_SetArcDirection($[$$hDC], $[$$iDirection])
  10834.  
  10835. $(2)~_WinAPI_SetBitmapBits
  10836. _WinAPI_SetBitmapBits($[$$hBitmap], $[$$iSize], $[$$pBits])
  10837.  
  10838. $(2)~_WinAPI_SetBitmapDimensionEx
  10839. _WinAPI_SetBitmapDimensionEx($[$$hBitmap], $[$$iWidth], $[$$iHeight])
  10840.  
  10841. $(2)~_WinAPI_SetBkColor
  10842. _WinAPI_SetBkColor($[$$hDC], $[$$iColor])
  10843.  
  10844. $(2)~_WinAPI_SetBkMode
  10845. _WinAPI_SetBkMode($[$$hDC], $[$$iBkMode])
  10846.  
  10847. $(2)~_WinAPI_SetBoundsRect
  10848. _WinAPI_SetBoundsRect($[$$hDC], $[$$iFlags], $[$$tRECT = 0])
  10849.  
  10850. $(2)~_WinAPI_SetBrushOrg
  10851. _WinAPI_SetBrushOrg($[$$hDC], $[$$iX], $[$$iY])
  10852.  
  10853. $(2)~_WinAPI_SetCapture
  10854. _WinAPI_SetCapture($[$$hWnd])
  10855.  
  10856. $(2)~_WinAPI_SetCaretBlinkTime
  10857. _WinAPI_SetCaretBlinkTime($[$$iDuration])
  10858.  
  10859. $(2)~_WinAPI_SetCaretPos
  10860. _WinAPI_SetCaretPos($[$$iX], $[$$iY])
  10861.  
  10862. $(2)~_WinAPI_SetClassLongEx
  10863. _WinAPI_SetClassLongEx($[$$hWnd], $[$$iIndex], $[$$iNewLong])
  10864.  
  10865. $(2)~_WinAPI_SetColorAdjustment
  10866. _WinAPI_SetColorAdjustment($[$$hDC], $[$$tAdjustment])
  10867.  
  10868. $(2)~_WinAPI_SetCompression
  10869. _WinAPI_SetCompression($[$$sFilePath], $[$$iCompression])
  10870.  
  10871. $(2)~_WinAPI_SetCurrentDirectory
  10872. _WinAPI_SetCurrentDirectory($[$$sDir])
  10873.  
  10874. $(2)~_WinAPI_SetCurrentProcessExplicitAppUserModelID
  10875. _WinAPI_SetCurrentProcessExplicitAppUserModelID($[$$sAppID])
  10876.  
  10877. $(2)~_WinAPI_SetCursor
  10878. _WinAPI_SetCursor($[$$hCursor])
  10879.  
  10880. $(2)~_WinAPI_SetDCBrushColor
  10881. _WinAPI_SetDCBrushColor($[$$hDC], $[$$iRGB])
  10882.  
  10883. $(2)~_WinAPI_SetDCPenColor
  10884. _WinAPI_SetDCPenColor($[$$hDC], $[$$iRGB])
  10885.  
  10886. $(2)~_WinAPI_SetDefaultPrinter
  10887. _WinAPI_SetDefaultPrinter($[$$sPrinter])
  10888.  
  10889. $(2)~_WinAPI_SetDeviceGammaRamp
  10890. _WinAPI_SetDeviceGammaRamp($[$$hDC], $[Const ByRef $$aRamp])
  10891.  
  10892. $(2)~_WinAPI_SetDIBColorTable
  10893. _WinAPI_SetDIBColorTable($[$$hBitmap], $[$$tColorTable], $[$$iColorCount])
  10894.  
  10895. $(2)~_WinAPI_SetDIBits
  10896. _WinAPI_SetDIBits($[$$hDC], $[$$hBitmap], $[$$iStartScan], $[$$iScanLines], $[$$pBits], $[$$tBMI], $[$$iColorUse = 0])
  10897.  
  10898. $(2)~_WinAPI_SetDIBitsToDevice
  10899. _WinAPI_SetDIBitsToDevice($[$$hDC], $[$$iXDest], $[$$iYDest], $[$$iWidth], $[$$iHeight], $[$$iXSrc], $[$$iYSrc], $[$$iStartScan], $[$$iScanLines], $[$$tBITMAPINFO], $[$$iUsage], $[$$pBits])
  10900.  
  10901. $(2)~_WinAPI_SetDllDirectory
  10902. _WinAPI_SetDllDirectory($[$$sDirPath = Default])
  10903.  
  10904. $(2)~_WinAPI_SetEndOfFile
  10905. _WinAPI_SetEndOfFile($[$$hFile])
  10906.  
  10907. $(2)~_WinAPI_SetEnhMetaFileBits
  10908. _WinAPI_SetEnhMetaFileBits($[$$pData], $[$$iLength])
  10909.  
  10910. $(2)~_WinAPI_SetErrorMode
  10911. _WinAPI_SetErrorMode($[$$iMode])
  10912.  
  10913. $(2)~_WinAPI_SetEvent
  10914. _WinAPI_SetEvent($[$$hEvent])
  10915.  
  10916. $(2)~_WinAPI_SetFileAttributes
  10917. _WinAPI_SetFileAttributes($[$$sFilePath], $[$$iAttributes])
  10918.  
  10919. $(2)~_WinAPI_SetFileInformationByHandleEx
  10920. _WinAPI_SetFileInformationByHandleEx($[$$hFile], $[$$tFILEINFO])
  10921.  
  10922. $(2)~_WinAPI_SetFilePointer
  10923. _WinAPI_SetFilePointer($[$$hFile], $[$$iPos], $[$$iMethod = 0])
  10924.  
  10925. $(2)~_WinAPI_SetFilePointerEx
  10926. _WinAPI_SetFilePointerEx($[$$hFile], $[$$iPos], $[$$iMethod = 0])
  10927.  
  10928. $(2)~_WinAPI_SetFileShortName
  10929. _WinAPI_SetFileShortName($[$$hFile], $[$$sShortName])
  10930.  
  10931. $(2)~_WinAPI_SetFileValidData
  10932. _WinAPI_SetFileValidData($[$$hFile], $[$$iLength])
  10933.  
  10934. $(2)~_WinAPI_SetFocus
  10935. _WinAPI_SetFocus($[$$hWnd])
  10936.  
  10937. $(2)~_WinAPI_SetFont
  10938. _WinAPI_SetFont($[$$hWnd], $[$$hFont], $[$$bRedraw = True])
  10939.  
  10940. $(2)~_WinAPI_SetForegroundWindow
  10941. _WinAPI_SetForegroundWindow($[$$hWnd])
  10942.  
  10943. $(2)~_WinAPI_SetFRBuffer
  10944. _WinAPI_SetFRBuffer($[$$iChars])
  10945.  
  10946. $(2)~_WinAPI_SetGraphicsMode
  10947. _WinAPI_SetGraphicsMode($[$$hDC], $[$$iMode])
  10948.  
  10949. $(2)~_WinAPI_SetHandleInformation
  10950. _WinAPI_SetHandleInformation($[$$hObject], $[$$iMask], $[$$iFlags])
  10951.  
  10952. $(2)~_WinAPI_SetInformationJobObject
  10953. _WinAPI_SetInformationJobObject($[$$hJob], $[$$iJobObjectInfoClass], $[$$tJobObjectInfo])
  10954.  
  10955. $(2)~_WinAPI_SetKeyboardLayout
  10956. _WinAPI_SetKeyboardLayout($[$$hWnd], $[$$iLanguage], $[$$iFlags = 0])
  10957.  
  10958. $(2)~_WinAPI_SetKeyboardState
  10959. _WinAPI_SetKeyboardState($[$$tState])
  10960.  
  10961. $(2)~_WinAPI_SetLastError
  10962. _WinAPI_SetLastError($[$$iErrorCode])
  10963.  
  10964. $(2)~_WinAPI_SetLayeredWindowAttributes
  10965. _WinAPI_SetLayeredWindowAttributes($[$$hWnd], $[$$iTransColor], $[$$iTransGUI = 255], $[$$iFlags = 0x03], $[$$bColorRef = False])
  10966.  
  10967. $(2)~_WinAPI_SetLocaleInfo
  10968. _WinAPI_SetLocaleInfo($[$$iLCID], $[$$iType], $[$$sData])
  10969.  
  10970. $(2)~_WinAPI_SetMapMode
  10971. _WinAPI_SetMapMode($[$$hDC], $[$$iMode])
  10972.  
  10973. $(2)~_WinAPI_SetMessageExtraInfo
  10974. _WinAPI_SetMessageExtraInfo($[$$lParam])
  10975.  
  10976. $(2)~_WinAPI_SetParent
  10977. _WinAPI_SetParent($[$$hWndChild], $[$$hWndParent])
  10978.  
  10979. $(2)~_WinAPI_SetPixel
  10980. _WinAPI_SetPixel($[$$hDC], $[$$iX], $[$$iY], $[$$iRGB])
  10981.  
  10982. $(2)~_WinAPI_SetPolyFillMode
  10983. _WinAPI_SetPolyFillMode($[$$hDC], $[$$iMode = 1])
  10984.  
  10985. $(2)~_WinAPI_SetPriorityClass
  10986. _WinAPI_SetPriorityClass($[$$iPriority], $[$$iPID = 0])
  10987.  
  10988. $(2)~_WinAPI_SetProcessAffinityMask
  10989. _WinAPI_SetProcessAffinityMask($[$$hProcess], $[$$iMask])
  10990.  
  10991. $(2)~_WinAPI_SetProcessShutdownParameters
  10992. _WinAPI_SetProcessShutdownParameters($[$$iLevel], $[$$bDialog = False])
  10993.  
  10994. $(2)~_WinAPI_SetProcessWindowStation
  10995. _WinAPI_SetProcessWindowStation($[$$hStation])
  10996.  
  10997. $(2)~_WinAPI_SetRectRgn
  10998. _WinAPI_SetRectRgn($[$$hRgn], $[$$tRECT])
  10999.  
  11000. $(2)~_WinAPI_SetROP2
  11001. _WinAPI_SetROP2($[$$hDC], $[$$iMode])
  11002.  
  11003. $(2)~_WinAPI_SetSearchPathMode
  11004. _WinAPI_SetSearchPathMode($[$$iFlags])
  11005.  
  11006. $(2)~_WinAPI_SetStretchBltMode
  11007. _WinAPI_SetStretchBltMode($[$$hDC], $[$$iMode])
  11008.  
  11009. $(2)~_WinAPI_SetSysColors
  11010. _WinAPI_SetSysColors($[$$vElements], $[$$vColors])
  11011.  
  11012. $(2)~_WinAPI_SetSystemCursor
  11013. _WinAPI_SetSystemCursor($[$$hCursor], $[$$iID], $[$$bCopy = False])
  11014.  
  11015. $(2)~_WinAPI_SetTextAlign
  11016. _WinAPI_SetTextAlign($[$$hDC], $[$$iMode = 0])
  11017.  
  11018. $(2)~_WinAPI_SetTextCharacterExtra
  11019. _WinAPI_SetTextCharacterExtra($[$$hDC], $[$$iCharExtra])
  11020.  
  11021. $(2)~_WinAPI_SetTextColor
  11022. _WinAPI_SetTextColor($[$$hDC], $[$$iColor])
  11023.  
  11024. $(2)~_WinAPI_SetTextJustification
  11025. _WinAPI_SetTextJustification($[$$hDC], $[$$iBreakExtra], $[$$iBreakCount])
  11026.  
  11027. $(2)~_WinAPI_SetThemeAppProperties
  11028. _WinAPI_SetThemeAppProperties($[$$iFlags])
  11029.  
  11030. $(2)~_WinAPI_SetThreadDesktop
  11031. _WinAPI_SetThreadDesktop($[$$hDesktop])
  11032.  
  11033. $(2)~_WinAPI_SetThreadErrorMode
  11034. _WinAPI_SetThreadErrorMode($[$$iMode])
  11035.  
  11036. $(2)~_WinAPI_SetThreadExecutionState
  11037. _WinAPI_SetThreadExecutionState($[$$iFlags])
  11038.  
  11039. $(2)~_WinAPI_SetThreadLocale
  11040. _WinAPI_SetThreadLocale($[$$iLCID])
  11041.  
  11042. $(2)~_WinAPI_SetThreadUILanguage
  11043. _WinAPI_SetThreadUILanguage($[$$iLanguage])
  11044.  
  11045. $(2)~_WinAPI_SetTimer
  11046. _WinAPI_SetTimer($[$$hWnd], $[$$iTimerID], $[$$iElapse], $[$$pTimerFunc])
  11047.  
  11048. $(2)~_WinAPI_SetUDFColorMode
  11049. _WinAPI_SetUDFColorMode($[$$iMode])
  11050.  
  11051. $(2)~_WinAPI_SetUserGeoID
  11052. _WinAPI_SetUserGeoID($[$$iGEOID])
  11053.  
  11054. $(2)~_WinAPI_SetUserObjectInformation
  11055. _WinAPI_SetUserObjectInformation($[$$hObject], $[$$iIndex], $[$$tData])
  11056.  
  11057. $(2)~_WinAPI_SetVolumeMountPoint
  11058. _WinAPI_SetVolumeMountPoint($[$$sFilePath], $[$$sGUID])
  11059.  
  11060. $(2)~_WinAPI_SetWindowDisplayAffinity
  11061. _WinAPI_SetWindowDisplayAffinity($[$$hWnd], $[$$iAffinity])
  11062.  
  11063. $(2)~_WinAPI_SetWindowExt
  11064. _WinAPI_SetWindowExt($[$$hDC], $[$$iXExtent], $[$$iYExtent])
  11065.  
  11066. $(2)~_WinAPI_SetWindowLong
  11067. _WinAPI_SetWindowLong($[$$hWnd], $[$$iIndex], $[$$iValue])
  11068.  
  11069. $(2)~_WinAPI_SetWindowOrg
  11070. _WinAPI_SetWindowOrg($[$$hDC], $[$$iX], $[$$iY])
  11071.  
  11072. $(2)~_WinAPI_SetWindowPlacement
  11073. _WinAPI_SetWindowPlacement($[$$hWnd], $[$$tWindowPlacement])
  11074.  
  11075. $(2)~_WinAPI_SetWindowPos
  11076. _WinAPI_SetWindowPos($[$$hWnd], $[$$hAfter], $[$$iX], $[$$iY], $[$$iCX], $[$$iCY], $[$$iFlags])
  11077.  
  11078. $(2)~_WinAPI_SetWindowRgn
  11079. _WinAPI_SetWindowRgn($[$$hWnd], $[$$hRgn], $[$$bRedraw = True])
  11080.  
  11081. $(2)~_WinAPI_SetWindowsHookEx
  11082. _WinAPI_SetWindowsHookEx($[$$iHook], $[$$pProc], $[$$hDll], $[$$iThreadId = 0])
  11083.  
  11084. $(2)~_WinAPI_SetWindowSubclass
  11085. _WinAPI_SetWindowSubclass($[$$hWnd], $[$$pSubclassProc], $[$$idSubClass], $[$$pData = 0])
  11086.  
  11087. $(2)~_WinAPI_SetWindowText
  11088. _WinAPI_SetWindowText($[$$hWnd], $[$$sText])
  11089.  
  11090. $(2)~_WinAPI_SetWindowTheme
  11091. _WinAPI_SetWindowTheme($[$$hWnd], $[$$sName = Default], $[$$sList = Default])
  11092.  
  11093. $(2)~_WinAPI_SetWinEventHook
  11094. _WinAPI_SetWinEventHook($[$$iEventMin], $[$$iEventMax], $[$$pEventProc], $[$$iPID = 0], $[$$iThreadId = 0], $[$$iFlags = 0])
  11095.  
  11096. $(2)~_WinAPI_SetWorldTransform
  11097. _WinAPI_SetWorldTransform($[$$hDC], $[$$tXFORM])
  11098.  
  11099. $(2)~_WinAPI_SfcIsFileProtected
  11100. _WinAPI_SfcIsFileProtected($[$$sFilePath])
  11101.  
  11102. $(2)~_WinAPI_SfcIsKeyProtected
  11103. _WinAPI_SfcIsKeyProtected($[$$hKey], $[$$sSubKey = Default], $[$$iFlag = 0])
  11104.  
  11105. $(2)~_WinAPI_ShellAboutDlg
  11106. _WinAPI_ShellAboutDlg($[$$sTitle], $[$$sName], $[$$sText], $[$$hIcon = 0], $[$$hParent = 0])
  11107.  
  11108. $(2)~_WinAPI_ShellAddToRecentDocs
  11109. _WinAPI_ShellAddToRecentDocs($[$$sFilePath])
  11110.  
  11111. $(2)~_WinAPI_ShellChangeNotify
  11112. _WinAPI_ShellChangeNotify($[$$iEvent], $[$$iFlags], $[$$iItem1 = 0], $[$$iItem2 = 0])
  11113.  
  11114. $(2)~_WinAPI_ShellChangeNotifyDeregister
  11115. _WinAPI_ShellChangeNotifyDeregister($[$$iID])
  11116.  
  11117. $(2)~_WinAPI_ShellChangeNotifyRegister
  11118. _WinAPI_ShellChangeNotifyRegister($[$$hWnd], $[$$iMsg], $[$$iEvents], $[$$iSources], $[$$aPaths], $[$$bRecursive = False])
  11119.  
  11120. $(2)~_WinAPI_ShellCreateDirectory
  11121. _WinAPI_ShellCreateDirectory($[$$sFilePath], $[$$hParent = 0], $[$$tSecurity = 0])
  11122.  
  11123. $(2)~_WinAPI_ShellEmptyRecycleBin
  11124. _WinAPI_ShellEmptyRecycleBin($[$$sRoot = ''], $[$$iFlags = 0], $[$$hParent = 0])
  11125.  
  11126. $(2)~_WinAPI_ShellExecute
  11127. _WinAPI_ShellExecute($[$$sFilePath], $[$$sArgs = ''], $[$$sDir = ''], $[$$sVerb = ''], $[$$iShow = 1], $[$$hParent = 0])
  11128.  
  11129. $(2)~_WinAPI_ShellExecuteEx
  11130. _WinAPI_ShellExecuteEx($[ByRef $$tSHEXINFO])
  11131.  
  11132. $(2)~_WinAPI_ShellExtractAssociatedIcon
  11133. _WinAPI_ShellExtractAssociatedIcon($[$$sFilePath], $[$$bSmall = False])
  11134.  
  11135. $(2)~_WinAPI_ShellExtractIcon
  11136. _WinAPI_ShellExtractIcon($[$$sIcon], $[$$iIndex], $[$$iWidth], $[$$iHeight])
  11137.  
  11138. $(2)~_WinAPI_ShellFileOperation
  11139. _WinAPI_ShellFileOperation($[$$sFrom], $[$$sTo], $[$$iFunc], $[$$iFlags], $[$$sTitle = ''], $[$$hParent = 0])
  11140.  
  11141. $(2)~_WinAPI_ShellFlushSFCache
  11142. _WinAPI_ShellFlushSFCache($[])
  11143.  
  11144. $(2)~_WinAPI_ShellGetFileInfo
  11145. _WinAPI_ShellGetFileInfo($[$$sFilePath], $[$$iFlags], $[$$iAttributes], $[ByRef $$tSHFILEINFO])
  11146.  
  11147. $(2)~_WinAPI_ShellGetIconOverlayIndex
  11148. _WinAPI_ShellGetIconOverlayIndex($[$$sIcon], $[$$iIndex])
  11149.  
  11150. $(2)~_WinAPI_ShellGetImageList
  11151. _WinAPI_ShellGetImageList($[$$bSmall = False])
  11152.  
  11153. $(2)~_WinAPI_ShellGetKnownFolderIDList
  11154. _WinAPI_ShellGetKnownFolderIDList($[$$sGUID], $[$$iFlags = 0], $[$$hToken = 0])
  11155.  
  11156. $(2)~_WinAPI_ShellGetKnownFolderPath
  11157. _WinAPI_ShellGetKnownFolderPath($[$$sGUID], $[$$iFlags = 0], $[$$hToken = 0])
  11158.  
  11159. $(2)~_WinAPI_ShellGetLocalizedName
  11160. _WinAPI_ShellGetLocalizedName($[$$sFilePath])
  11161.  
  11162. $(2)~_WinAPI_ShellGetPathFromIDList
  11163. _WinAPI_ShellGetPathFromIDList($[$$pPIDL])
  11164.  
  11165. $(2)~_WinAPI_ShellGetSetFolderCustomSettings
  11166. _WinAPI_ShellGetSetFolderCustomSettings($[$$sFilePath], $[$$iFlag], $[ByRef $$tSHFCS])
  11167.  
  11168. $(2)~_WinAPI_ShellGetSettings
  11169. _WinAPI_ShellGetSettings($[$$iFlags])
  11170.  
  11171. $(2)~_WinAPI_ShellGetSpecialFolderLocation
  11172. _WinAPI_ShellGetSpecialFolderLocation($[$$iCSIDL])
  11173.  
  11174. $(2)~_WinAPI_ShellGetSpecialFolderPath
  11175. _WinAPI_ShellGetSpecialFolderPath($[$$iCSIDL], $[$$bCreate = False])
  11176.  
  11177. $(2)~_WinAPI_ShellGetStockIconInfo
  11178. _WinAPI_ShellGetStockIconInfo($[$$iSIID], $[$$iFlags])
  11179.  
  11180. $(2)~_WinAPI_ShellILCreateFromPath
  11181. _WinAPI_ShellILCreateFromPath($[$$sFilePath])
  11182.  
  11183. $(2)~_WinAPI_ShellNotifyIcon
  11184. _WinAPI_ShellNotifyIcon($[$$iMessage], $[$$tNOTIFYICONDATA])
  11185.  
  11186. $(2)~_WinAPI_ShellNotifyIconGetRect
  11187. _WinAPI_ShellNotifyIconGetRect($[$$hWnd], $[$$iID], $[$$tGUID = 0])
  11188.  
  11189. $(2)~_WinAPI_ShellObjectProperties
  11190. _WinAPI_ShellObjectProperties($[$$sFilePath], $[$$iType = 2], $[$$sProperty = ''], $[$$hParent = 0])
  11191.  
  11192. $(2)~_WinAPI_ShellOpenFolderAndSelectItems
  11193. _WinAPI_ShellOpenFolderAndSelectItems($[$$sFilePath], $[$$aNames = 0], $[$$iStart = 0], $[$$iEnd = -1], $[$$iFlags = 0])
  11194.  
  11195. $(2)~_WinAPI_ShellOpenWithDlg
  11196. _WinAPI_ShellOpenWithDlg($[$$sFilePath], $[$$iFlags = 0], $[$$hParent = 0])
  11197.  
  11198. $(2)~_WinAPI_ShellQueryRecycleBin
  11199. _WinAPI_ShellQueryRecycleBin($[$$sRoot = ''])
  11200.  
  11201. $(2)~_WinAPI_ShellQueryUserNotificationState
  11202. _WinAPI_ShellQueryUserNotificationState($[])
  11203.  
  11204. $(2)~_WinAPI_ShellRemoveLocalizedName
  11205. _WinAPI_ShellRemoveLocalizedName($[$$sFilePath])
  11206.  
  11207. $(2)~_WinAPI_ShellRestricted
  11208. _WinAPI_ShellRestricted($[$$iRestriction])
  11209.  
  11210. $(2)~_WinAPI_ShellSetKnownFolderPath
  11211. _WinAPI_ShellSetKnownFolderPath($[$$sGUID], $[$$sFilePath], $[$$iFlags = 0], $[$$hToken = 0])
  11212.  
  11213. $(2)~_WinAPI_ShellSetLocalizedName
  11214. _WinAPI_ShellSetLocalizedName($[$$sFilePath], $[$$sModule], $[$$iResID])
  11215.  
  11216. $(2)~_WinAPI_ShellSetSettings
  11217. _WinAPI_ShellSetSettings($[$$iFlags], $[$$bSet])
  11218.  
  11219. $(2)~_WinAPI_ShellStartNetConnectionDlg
  11220. _WinAPI_ShellStartNetConnectionDlg($[$$sRemote = ''], $[$$iFlags = 0], $[$$hParent = 0])
  11221.  
  11222. $(2)~_WinAPI_ShellUpdateImage
  11223. _WinAPI_ShellUpdateImage($[$$sIcon], $[$$iIndex], $[$$iImage], $[$$iFlags = 0])
  11224.  
  11225. $(2)~_WinAPI_ShellUserAuthenticationDlg
  11226. _WinAPI_ShellUserAuthenticationDlg($[$$sCaption], $[$$sMessage], $[$$sUser], $[$$sPassword], $[$$sTarget], $[$$iFlags = 0], $[$$iError = 0], $[$$bSave = False], $[$$hBitmap = 0], $[$$hParent = 0])
  11227.  
  11228. $(2)~_WinAPI_ShellUserAuthenticationDlgEx
  11229. _WinAPI_ShellUserAuthenticationDlgEx($[$$sCaption], $[$$sMessage], $[$$sUser], $[$$sPassword], $[$$iFlags = 0], $[$$iAuthError = 0], $[$$bSave = False], $[$$iPackage = 0], $[$$hParent = 0])
  11230.  
  11231. $(2)~_WinAPI_ShortToWord
  11232. _WinAPI_ShortToWord($[$$iValue])
  11233.  
  11234. $(2)~_WinAPI_ShowCaret
  11235. _WinAPI_ShowCaret($[$$hWnd])
  11236.  
  11237. $(2)~_WinAPI_ShowCursor
  11238. _WinAPI_ShowCursor($[$$bShow])
  11239.  
  11240. $(2)~_WinAPI_ShowError
  11241. _WinAPI_ShowError($[$$sText], $[$$bExit = True])
  11242.  
  11243. $(2)~_WinAPI_ShowLastError
  11244. _WinAPI_ShowLastError($[$$sText = ''], $[$$bAbort = False], $[$$iLanguage = 0])
  11245.  
  11246. $(2)~_WinAPI_ShowMsg
  11247. _WinAPI_ShowMsg($[$$sText])
  11248.  
  11249. $(2)~_WinAPI_ShowOwnedPopups
  11250. _WinAPI_ShowOwnedPopups($[$$hWnd], $[$$bShow])
  11251.  
  11252. $(2)~_WinAPI_ShowWindow
  11253. _WinAPI_ShowWindow($[$$hWnd], $[$$iCmdShow = 5])
  11254.  
  11255. $(2)~_WinAPI_ShutdownBlockReasonCreate
  11256. _WinAPI_ShutdownBlockReasonCreate($[$$hWnd], $[$$sText])
  11257.  
  11258. $(2)~_WinAPI_ShutdownBlockReasonDestroy
  11259. _WinAPI_ShutdownBlockReasonDestroy($[$$hWnd])
  11260.  
  11261. $(2)~_WinAPI_ShutdownBlockReasonQuery
  11262. _WinAPI_ShutdownBlockReasonQuery($[$$hWnd])
  11263.  
  11264. $(2)~_WinAPI_SizeOfResource
  11265. _WinAPI_SizeOfResource($[$$hInstance], $[$$hResource])
  11266.  
  11267. $(2)~_WinAPI_StretchBlt
  11268. _WinAPI_StretchBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$iRop])
  11269.  
  11270. $(2)~_WinAPI_StretchDIBits
  11271. _WinAPI_StretchDIBits($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$tBITMAPINFO], $[$$iUsage], $[$$pBits], $[$$iRop])
  11272.  
  11273. $(2)~_WinAPI_StrFormatByteSize
  11274. _WinAPI_StrFormatByteSize($[$$iSize])
  11275.  
  11276. $(2)~_WinAPI_StrFormatByteSizeEx
  11277. _WinAPI_StrFormatByteSizeEx($[$$iSize])
  11278.  
  11279. $(2)~_WinAPI_StrFormatKBSize
  11280. _WinAPI_StrFormatKBSize($[$$iSize])
  11281.  
  11282. $(2)~_WinAPI_StrFromTimeInterval
  11283. _WinAPI_StrFromTimeInterval($[$$iTime], $[$$iDigits = 7])
  11284.  
  11285. $(2)~_WinAPI_StringFromGUID
  11286. _WinAPI_StringFromGUID($[$$tGUID])
  11287.  
  11288. $(2)~_WinAPI_StringLenA
  11289. _WinAPI_StringLenA($[Const ByRef $$tString])
  11290.  
  11291. $(2)~_WinAPI_StringLenW
  11292. _WinAPI_StringLenW($[Const ByRef $$tString])
  11293.  
  11294. $(2)~_WinAPI_StrLen
  11295. _WinAPI_StrLen($[$$pString], $[$$bUnicode = True])
  11296.  
  11297. $(2)~_WinAPI_StrokeAndFillPath
  11298. _WinAPI_StrokeAndFillPath($[$$hDC])
  11299.  
  11300. $(2)~_WinAPI_StrokePath
  11301. _WinAPI_StrokePath($[$$hDC])
  11302.  
  11303. $(2)~_WinAPI_StructToArray
  11304. _WinAPI_StructToArray($[$$tStruct], $[$$iItems = 0])
  11305.  
  11306. $(2)~_WinAPI_SubLangId
  11307. _WinAPI_SubLangId($[$$iLngID])
  11308.  
  11309. $(2)~_WinAPI_SubtractRect
  11310. _WinAPI_SubtractRect($[$$tRECT1], $[$$tRECT2])
  11311.  
  11312. $(2)~_WinAPI_SwapDWord
  11313. _WinAPI_SwapDWord($[$$iValue])
  11314.  
  11315. $(2)~_WinAPI_SwapQWord
  11316. _WinAPI_SwapQWord($[$$iValue])
  11317.  
  11318. $(2)~_WinAPI_SwapWord
  11319. _WinAPI_SwapWord($[$$iValue])
  11320.  
  11321. $(2)~_WinAPI_SwitchColor
  11322. _WinAPI_SwitchColor($[$$iColor])
  11323.  
  11324. $(2)~_WinAPI_SwitchDesktop
  11325. _WinAPI_SwitchDesktop($[$$hDesktop])
  11326.  
  11327. $(2)~_WinAPI_SwitchToThisWindow
  11328. _WinAPI_SwitchToThisWindow($[$$hWnd], $[$$bAltTab = False])
  11329.  
  11330. $(2)~_WinAPI_SystemParametersInfo
  11331. _WinAPI_SystemParametersInfo($[$$iAction], $[$$iParam = 0], $[$$vParam = 0], $[$$iWinIni = 0])
  11332.  
  11333. $(2)~_WinAPI_TabbedTextOut
  11334. _WinAPI_TabbedTextOut($[$$hDC], $[$$iX], $[$$iY], $[$$sText], $[$$aTab = 0], $[$$iStart = 0], $[$$iEnd = -1], $[$$iOrigin = 0])
  11335.  
  11336. $(2)~_WinAPI_TerminateJobObject
  11337. _WinAPI_TerminateJobObject($[$$hJob], $[$$iExitCode = 0])
  11338.  
  11339. $(2)~_WinAPI_TerminateProcess
  11340. _WinAPI_TerminateProcess($[$$hProcess], $[$$iExitCode = 0])
  11341.  
  11342. $(2)~_WinAPI_TextOut
  11343. _WinAPI_TextOut($[$$hDC], $[$$iX], $[$$iY], $[$$sText])
  11344.  
  11345. $(2)~_WinAPI_TileWindows
  11346. _WinAPI_TileWindows($[$$aWnds], $[$$tRECT = 0], $[$$hParent = 0], $[$$iFlags = 0], $[$$iStart = 0], $[$$iEnd = -1])
  11347.  
  11348. $(2)~_WinAPI_TrackMouseEvent
  11349. _WinAPI_TrackMouseEvent($[$$hWnd], $[$$iFlags], $[$$iTime = -1])
  11350.  
  11351. $(2)~_WinAPI_TransparentBlt
  11352. _WinAPI_TransparentBlt($[$$hDestDC], $[$$iXDest], $[$$iYDest], $[$$iWidthDest], $[$$iHeightDest], $[$$hSrcDC], $[$$iXSrc], $[$$iYSrc], $[$$iWidthSrc], $[$$iHeightSrc], $[$$iRGB])
  11353.  
  11354. $(2)~_WinAPI_TwipsPerPixelX
  11355. _WinAPI_TwipsPerPixelX($[])
  11356.  
  11357. $(2)~_WinAPI_TwipsPerPixelY
  11358. _WinAPI_TwipsPerPixelY($[])
  11359.  
  11360. $(2)~_WinAPI_UnhookWindowsHookEx
  11361. _WinAPI_UnhookWindowsHookEx($[$$hHook])
  11362.  
  11363. $(2)~_WinAPI_UnhookWinEvent
  11364. _WinAPI_UnhookWinEvent($[$$hEventHook])
  11365.  
  11366. $(2)~_WinAPI_UnionRect
  11367. _WinAPI_UnionRect($[$$tRECT1], $[$$tRECT2])
  11368.  
  11369. $(2)~_WinAPI_UnionStruct
  11370. _WinAPI_UnionStruct($[$$tStruct1], $[$$tStruct2], $[$$sStruct = ''])
  11371.  
  11372. $(2)~_WinAPI_UniqueHardwareID
  11373. _WinAPI_UniqueHardwareID($[$$iFlags = 0])
  11374.  
  11375. $(2)~_WinAPI_UnloadKeyboardLayout
  11376. _WinAPI_UnloadKeyboardLayout($[$$hLocale])
  11377.  
  11378. $(2)~_WinAPI_UnlockFile
  11379. _WinAPI_UnlockFile($[$$hFile], $[$$iOffset], $[$$iLength])
  11380.  
  11381. $(2)~_WinAPI_UnmapViewOfFile
  11382. _WinAPI_UnmapViewOfFile($[$$pAddress])
  11383.  
  11384. $(2)~_WinAPI_UnregisterApplicationRestart
  11385. _WinAPI_UnregisterApplicationRestart($[])
  11386.  
  11387. $(2)~_WinAPI_UnregisterClass
  11388. _WinAPI_UnregisterClass($[$$sClass], $[$$hInstance = 0])
  11389.  
  11390. $(2)~_WinAPI_UnregisterHotKey
  11391. _WinAPI_UnregisterHotKey($[$$hWnd], $[$$iID])
  11392.  
  11393. $(2)~_WinAPI_UnregisterPowerSettingNotification
  11394. _WinAPI_UnregisterPowerSettingNotification($[$$hNotify])
  11395.  
  11396. $(2)~_WinAPI_UpdateLayeredWindow
  11397. _WinAPI_UpdateLayeredWindow($[$$hWnd], $[$$hDestDC], $[$$tPTDest], $[$$tSize], $[$$hSrcDC], $[$$tPTSrce], $[$$iRGB], $[$$tBlend], $[$$iFlags])
  11398.  
  11399. $(2)~_WinAPI_UpdateLayeredWindowEx
  11400. _WinAPI_UpdateLayeredWindowEx($[$$hWnd], $[$$iX], $[$$iY], $[$$hBitmap], $[$$iOpacity = 255], $[$$bDelete = False])
  11401.  
  11402. $(2)~_WinAPI_UpdateLayeredWindowIndirect
  11403. _WinAPI_UpdateLayeredWindowIndirect($[$$hWnd], $[$$tULWINFO])
  11404.  
  11405. $(2)~_WinAPI_UpdateResource
  11406. _WinAPI_UpdateResource($[$$hUpdate], $[$$sType], $[$$sName], $[$$iLanguage], $[$$pData], $[$$iSize])
  11407.  
  11408. $(2)~_WinAPI_UpdateWindow
  11409. _WinAPI_UpdateWindow($[$$hWnd])
  11410.  
  11411. $(2)~_WinAPI_UrlApplyScheme
  11412. _WinAPI_UrlApplyScheme($[$$sUrl], $[$$iFlags = 1])
  11413.  
  11414. $(2)~_WinAPI_UrlCanonicalize
  11415. _WinAPI_UrlCanonicalize($[$$sUrl], $[$$iFlags])
  11416.  
  11417. $(2)~_WinAPI_UrlCombine
  11418. _WinAPI_UrlCombine($[$$sUrl], $[$$sPart], $[$$iFlags = 0])
  11419.  
  11420. $(2)~_WinAPI_UrlCompare
  11421. _WinAPI_UrlCompare($[$$sUrl1], $[$$sUrl2], $[$$bIgnoreSlash = False])
  11422.  
  11423. $(2)~_WinAPI_UrlCreateFromPath
  11424. _WinAPI_UrlCreateFromPath($[$$sFilePath])
  11425.  
  11426. $(2)~_WinAPI_UrlFixup
  11427. _WinAPI_UrlFixup($[$$sUrl])
  11428.  
  11429. $(2)~_WinAPI_UrlGetPart
  11430. _WinAPI_UrlGetPart($[$$sUrl], $[$$iPart])
  11431.  
  11432. $(2)~_WinAPI_UrlHash
  11433. _WinAPI_UrlHash($[$$sUrl], $[$$iLength = 32])
  11434.  
  11435. $(2)~_WinAPI_UrlIs
  11436. _WinAPI_UrlIs($[$$sUrl], $[$$iType = 0])
  11437.  
  11438. $(2)~_WinAPI_UserHandleGrantAccess
  11439. _WinAPI_UserHandleGrantAccess($[$$hObject], $[$$hJob], $[$$bGrant])
  11440.  
  11441. $(2)~_WinAPI_ValidateRect
  11442. _WinAPI_ValidateRect($[$$hWnd], $[$$tRECT = 0])
  11443.  
  11444. $(2)~_WinAPI_ValidateRgn
  11445. _WinAPI_ValidateRgn($[$$hWnd], $[$$hRgn = 0])
  11446.  
  11447. $(2)~_WinAPI_VerQueryRoot
  11448. _WinAPI_VerQueryRoot($[$$pData])
  11449.  
  11450. $(2)~_WinAPI_VerQueryValue
  11451. _WinAPI_VerQueryValue($[$$pData], $[$$sValues = ''])
  11452.  
  11453. $(2)~_WinAPI_VerQueryValueEx
  11454. _WinAPI_VerQueryValueEx($[$$hModule], $[$$sValues = ''], $[$$iLanguage = 0x0400])
  11455.  
  11456. $(2)~_WinAPI_WaitForInputIdle
  11457. _WinAPI_WaitForInputIdle($[$$hProcess], $[$$iTimeout = -1])
  11458.  
  11459. $(2)~_WinAPI_WaitForMultipleObjects
  11460. _WinAPI_WaitForMultipleObjects($[$$iCount], $[$$paHandles], $[$$bWaitAll = False], $[$$iTimeout = -1])
  11461.  
  11462. $(2)~_WinAPI_WaitForSingleObject
  11463. _WinAPI_WaitForSingleObject($[$$hHandle], $[$$iTimeout = -1])
  11464.  
  11465. $(2)~_WinAPI_WideCharToMultiByte
  11466. _WinAPI_WideCharToMultiByte($[$$vUnicode], $[$$iCodePage = 0], $[$$bRetNoStruct = True], $[$$bRetBinary = False])
  11467.  
  11468. $(2)~_WinAPI_WidenPath
  11469. _WinAPI_WidenPath($[$$hDC])
  11470.  
  11471. $(2)~_WinAPI_WindowFromDC
  11472. _WinAPI_WindowFromDC($[$$hDC])
  11473.  
  11474. $(2)~_WinAPI_WindowFromPoint
  11475. _WinAPI_WindowFromPoint($[ByRef $$tPoint])
  11476.  
  11477. $(2)~_WinAPI_WordToShort
  11478. _WinAPI_WordToShort($[$$iValue])
  11479.  
  11480. $(2)~_WinAPI_Wow64EnableWow64FsRedirection
  11481. _WinAPI_Wow64EnableWow64FsRedirection($[$$bEnable])
  11482.  
  11483. $(2)~_WinAPI_WriteConsole
  11484. _WinAPI_WriteConsole($[$$hConsole], $[$$sText])
  11485.  
  11486. $(2)~_WinAPI_WriteFile
  11487. _WinAPI_WriteFile($[$$hFile], $[$$pBuffer], $[$$iToWrite], $[ByRef $$iWritten], $[$$tOverlapped = 0])
  11488.  
  11489. $(2)~_WinAPI_WriteProcessMemory
  11490. _WinAPI_WriteProcessMemory($[$$hProcess], $[$$pBaseAddress], $[$$pBuffer], $[$$iSize], $[ByRef $$iWritten], $[$$sBuffer = "ptr"])
  11491.  
  11492. $(2)~_WinAPI_ZeroMemory
  11493. _WinAPI_ZeroMemory($[$$pMemory], $[$$iLength])
  11494.  
  11495. $(2)~_WinNet_AddConnection
  11496. _WinNet_AddConnection($[$$sLocalName], $[$$sRemoteName], $[$$sPassword = 0])
  11497.  
  11498. $(2)~_WinNet_AddConnection2
  11499. _WinNet_AddConnection2($[$$sLocalName], $[$$sRemoteName], $[$$sUserName = 0], $[$$sPassword = 0], $[$$iType = 1], $[$$iOptions = 1])
  11500.  
  11501. $(2)~_WinNet_AddConnection3
  11502. _WinNet_AddConnection3($[$$hWnd], $[$$sLocalName], $[$$sRemoteName], $[$$sUserName = 0], $[$$sPassword = 0], $[$$iType = 1], $[$$iOptions = 1])
  11503.  
  11504. $(2)~_WinNet_CancelConnection
  11505. _WinNet_CancelConnection($[$$sName], $[$$bForce = True])
  11506.  
  11507. $(2)~_WinNet_CancelConnection2
  11508. _WinNet_CancelConnection2($[$$sName], $[$$bUpdate = True], $[$$bForce = True])
  11509.  
  11510. $(2)~_WinNet_CloseEnum
  11511. _WinNet_CloseEnum($[$$hEnum])
  11512.  
  11513. $(2)~_WinNet_ConnectionDialog
  11514. _WinNet_ConnectionDialog($[$$hWnd])
  11515.  
  11516. $(2)~_WinNet_ConnectionDialog1
  11517. _WinNet_ConnectionDialog1($[$$hWnd], $[$$sRemoteName = ""], $[$$iFlags = 2])
  11518.  
  11519. $(2)~_WinNet_DisconnectDialog
  11520. _WinNet_DisconnectDialog($[$$hWnd])
  11521.  
  11522. $(2)~_WinNet_DisconnectDialog1
  11523. _WinNet_DisconnectDialog1($[$$hWnd], $[$$sLocalName], $[$$sRemoteName = ""], $[$$iFlags = 1])
  11524.  
  11525. $(2)~_WinNet_EnumResource
  11526. _WinNet_EnumResource($[$$hEnum], $[ByRef $$iCount], $[$$pBuffer], $[ByRef $$iBufSize])
  11527.  
  11528. $(2)~_WinNet_GetConnection
  11529. _WinNet_GetConnection($[$$sLocalName])
  11530.  
  11531. $(2)~_WinNet_GetConnectionPerformance
  11532. _WinNet_GetConnectionPerformance($[$$sLocalName], $[$$sRemoteName])
  11533.  
  11534. $(2)~_WinNet_GetLastError
  11535. _WinNet_GetLastError($[ByRef $$iError], $[ByRef $$sError], $[ByRef $$sName])
  11536.  
  11537. $(2)~_WinNet_GetNetworkInformation
  11538. _WinNet_GetNetworkInformation($[$$sName])
  11539.  
  11540. $(2)~_WinNet_GetProviderName
  11541. _WinNet_GetProviderName($[$$iType])
  11542.  
  11543. $(2)~_WinNet_GetResourceInformation
  11544. _WinNet_GetResourceInformation($[$$sRemoteName], $[$$sProvider = ""], $[$$iType = 0])
  11545.  
  11546. $(2)~_WinNet_GetResourceParent
  11547. _WinNet_GetResourceParent($[$$sRemoteName], $[$$sProvider], $[$$iType = 0])
  11548.  
  11549. $(2)~_WinNet_GetUniversalName
  11550. _WinNet_GetUniversalName($[$$sLocalPath])
  11551.  
  11552. $(2)~_WinNet_GetUser
  11553. _WinNet_GetUser($[$$sName])
  11554.  
  11555. $(2)~_WinNet_OpenEnum
  11556. _WinNet_OpenEnum($[$$iScope], $[$$iType], $[$$iUsage], $[$$tResource], $[ByRef $$hEnum])
  11557.  
  11558. $(2)~_WinNet_RestoreConnection
  11559. _WinNet_RestoreConnection($[$$sDevice = ""], $[$$hWnd = 0], $[$$bUseUI = True])
  11560.  
  11561. $(2)~_WinNet_UseConnection
  11562. _WinNet_UseConnection($[$$hWnd], $[$$sLocalName], $[$$sRemoteName], $[$$sUserName = 0], $[$$sPassword = 0], $[$$iType = 1], $[$$iOptions = 1])
  11563.  
  11564. $(2)~_Word_Create
  11565. _Word_Create($[$$bVisible = True], $[$$bForceNew = False])
  11566.  
  11567. $(2)~_Word_DocAdd
  11568. _Word_DocAdd($[$$oAppl], $[$$iDocumentType = $$WdNewBlankDocument], $[$$sDocumentTemplate = ""], $[$$bNewTemplate = False])
  11569.  
  11570. $(2)~_Word_DocAttach
  11571. _Word_DocAttach($[$$oAppl], $[$$sString], $[$$sMode = "FilePath"], $[$$iCase = 0])
  11572.  
  11573. $(2)~_Word_DocClose
  11574. _Word_DocClose($[$$oDoc], $[$$iSaveChanges = $$WdDoNotSaveChanges], $[$$iOriginalFormat = $$WdOriginalDocumentFormat])
  11575.  
  11576. $(2)~_Word_DocExport
  11577. _Word_DocExport($[$$oDoc], $[$$sFileName], $[$$iFormat = $$WdExportFormatPDF], $[$$iRange = $$WdExportAllDocument], $[$$iFrom = Default], $[$$iTo = Default], $[$$bOpenAfterExport = False], $[$$bIncludeProperties = True], $[$$iCreateBookmarks = Default], $[$$bUseISO19005 = False])
  11578.  
  11579. $(2)~_Word_DocFind
  11580. _Word_DocFind($[$$oDoc], $[$$sFindText = ""], $[$$vSearchRange = 0], $[$$oFindRange = Default], $[$$bForward = True], $[$$bMatchCase = False], $[$$bMatchWholeWord = False], $[$$bMatchWildcards = False], $[$$bMatchSoundsLike = False], $[$$bMatchAllWordForms = False], $[$$bFormat = False])
  11581.  
  11582. $(2)~_Word_DocFindReplace
  11583. _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])
  11584.  
  11585. $(2)~_Word_DocGet
  11586. _Word_DocGet($[$$oAppl], $[$$vIndex = -1])
  11587.  
  11588. $(2)~_Word_DocLinkAdd
  11589. _Word_DocLinkAdd($[$$oDoc], $[$$oAnchor = Default], $[$$sAddress = Default], $[$$sSubAddress = Default], $[$$sScreenTip = Default], $[$$sTextToDisplay = Default], $[$$sTarget = Default])
  11590.  
  11591. $(2)~_Word_DocLinkGet
  11592. _Word_DocLinkGet($[$$oDoc], $[$$iIndex = Default])
  11593.  
  11594. $(2)~_Word_DocOpen
  11595. _Word_DocOpen($[$$oAppl], $[$$sFilePath], $[$$bConfirmConversions = False], $[$$iFormat = $$WdOpenFormatAuto], $[$$bReadOnly = False], $[$$bRevert = False], $[$$bAddToRecentFiles = False], $[$$sOpenPassword = ""], $[$$sWritePassword = ""])
  11596.  
  11597. $(2)~_Word_DocPictureAdd
  11598. _Word_DocPictureAdd($[$$oDoc], $[$$sFilePath], $[$$bLinkToFile = False], $[$$bSaveWithDocument = False], $[$$oRange = 0])
  11599.  
  11600. $(2)~_Word_DocPrint
  11601. _Word_DocPrint($[$$oDoc], $[$$bBackground = False], $[$$iCopies = 1], $[$$iOrientation = -1], $[$$bCollate = True], $[$$sPrinter = ""], $[$$iRange = $$WdPrintAllDocument], $[$$vFrom = 0], $[$$vTo = 0], $[$$sPages = ""], $[$$iPageType = $$WdPrintAllPages], $[$$iItem = $$WdPrintDocumentContent])
  11602.  
  11603. $(2)~_Word_DocRangeSet
  11604. _Word_DocRangeSet($[$$oDoc], $[$$vRange], $[$$iStartUnit = Default], $[$$iStartCount = Default], $[$$iEndUnit = Default], $[$$iEndCount = Default])
  11605.  
  11606. $(2)~_Word_DocSave
  11607. _Word_DocSave($[$$oDoc])
  11608.  
  11609. $(2)~_Word_DocSaveAs
  11610. _Word_DocSaveAs($[$$oDoc], $[$$sFileName = Default], $[$$iFileFormat = $$WdFormatDocument], $[$$bReadOnlyRecommended = False], $[$$bAddToRecentFiles = True], $[$$sPassword = ""], $[$$sWritePassword = ""])
  11611.  
  11612. $(2)~_Word_DocTableRead
  11613. _Word_DocTableRead($[$$oDoc], $[$$vTable], $[$$iIndexBase = Default], $[$$sDelimiter = Default])
  11614.  
  11615. $(2)~_Word_DocTableWrite
  11616. _Word_DocTableWrite($[$$oRange], $[ByRef $$aArray], $[$$iIndexBase = Default], $[$$sDelimiter = Default])
  11617.  
  11618. $(2)~_Word_Quit
  11619. _Word_Quit($[$$oAppl], $[$$iSaveChanges = $$WdDoNotSaveChanges], $[$$iOriginalFormat = $$WdWordDocument], $[$$bForceClose = False])
  11620.  
  11621. $~zz_&@CRLF&
  11622. & @CRLF &
  11623.  
  11624. $~gg_GUI
  11625. $$hGui = GUICreate('My Program', 250, 260)
  11626. $$iBtn = GUICtrlCreateButton('Start', 10, 10, 120, 22)
  11627. $$iStatusBar = GUICtrlCreateLabel('StatusBar', 5, 260 - 20, 150, 17)
  11628. GUISetState()
  11629. While 1
  11630. ${AutoComplete_Indent}Switch GUIGetMsg()
  11631. ${AutoComplete_Indent}${AutoComplete_Indent}Case $$iBtn
  11632. ${AutoComplete_Indent}${AutoComplete_Indent}${AutoComplete_Indent}GUICtrlSetData($$iStatusBar, 'Done')
  11633. ${AutoComplete_Indent}${AutoComplete_Indent}Case -3
  11634. ${AutoComplete_Indent}${AutoComplete_Indent}${AutoComplete_Indent}Exit
  11635. ${AutoComplete_Indent}EndSwitch
  11636. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement