home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / user / cpp.hd_ / cpp.HDF
Encoding:
Text File  |  1995-03-05  |  26.4 KB  |  990 lines

  1. ; E! for Windows version 2.0
  2. ; Syntax Highlighting Definition file for C++
  3. ; ///////////////////////////////////////////
  4.  
  5. ; C++ is case sensitive
  6.  
  7. Case
  8.  
  9. ; Comments
  10.  
  11. Comment          /* */
  12. Comment          //
  13.  
  14. ; To define constants, use a regular expression. The syntax is the same as
  15. ; described in the EW documentation.
  16.  
  17. Const             [1-9][0-9]@[uU]@[lL]@
  18. Const             0x[0-9a-fA-F]#[uU]@[lL]@
  19. Const             0[0-7]#[uU]@[lL]@
  20. Const             0[lL]
  21. Const             0
  22.  
  23. ; String delimiters
  24.  
  25. StringDelimiter "
  26. TokenDelimiters "',;.:*{}[]<>()=/+-#%|&!
  27. EscapeChar         \
  28.  
  29. ; Language keywords
  30.  
  31. Keyword          asm
  32. Keyword          auto
  33. Keyword          break
  34. Keyword          case
  35. Keyword          catch
  36. Keyword          cdecl
  37. Keyword          const
  38. Keyword          continue
  39. Keyword          default
  40. Keyword          delete
  41. Keyword          do
  42. Keyword          else
  43. Keyword          extern
  44. Keyword          far
  45. Keyword          for
  46. Keyword          friend
  47. Keyword          goto
  48. Keyword          huge
  49. Keyword          if
  50. Keyword          inline
  51. Keyword          interrupt
  52. Keyword          near
  53. Keyword          new
  54. Keyword          operator
  55. Keyword          pascal
  56. Keyword          private
  57. Keyword          protected
  58. Keyword          public
  59. Keyword          register
  60. Keyword          return
  61. Keyword          sizeof
  62. Keyword          static
  63. Keyword          switch
  64. Keyword          template
  65. Keyword          this
  66. Keyword          throw
  67. Keyword          try
  68. Keyword          typedef
  69. Keyword          virtual
  70. Keyword          void
  71. Keyword          volatile
  72. Keyword          while
  73.  
  74. ; Standard functions (ANSI only)
  75.  
  76. Function         _atold
  77. Function         _atold
  78. Function         _fmemchr
  79. Function         _fmemcmp
  80. Function         _fmemcpy
  81. Function         _fmemmove
  82. Function         _fmemset
  83. Function         _fmalloc
  84. Function         _fcalloc
  85. Function         _frealloc
  86. Function         _ffree
  87. Function         _fstrcat
  88. Function         _fstrchr
  89. Function         _fstrcmp
  90. Function         _fstrcpy
  91. Function         _fstrcspn
  92. Function         _fstricmp
  93. Function         _fstrlen
  94. Function         _fstrlwr
  95. Function         _fstrncat
  96. Function         _fstrncmp
  97. Function         _fstrncpy
  98. Function         _fstrpbrk
  99. Function         _fstrrchr
  100. Function         _fstrrev
  101. Function         _fstrset
  102. Function         _fstrspn
  103. Function         _fstrstr
  104. Function         _fstrtok
  105. Function         _strtold
  106. Function         abort
  107. Function         abs
  108. Function         acos
  109. Function         acosl
  110. Function         asctime
  111. Function         asin
  112. Function         asinl
  113. Function         assert
  114. Function         atan2
  115. Function         atan2l
  116. Function         atan
  117. Function         atanl
  118. Function         atexit
  119. Function         atof
  120. Function         atoi
  121. Function         atol
  122. Function         bsearch
  123. Function         calloc
  124. Function         ceill
  125. Function         ceil
  126. Function         clearerr
  127. Function         cosl
  128. Function         cos
  129. Function         ctime
  130. Function         difftime
  131. Function         div
  132. Function         exit
  133. Function         exp
  134. Function         expl
  135. Function         fabs
  136. Function         fabsl
  137. Function         fclose
  138. Function         fgetc
  139. Function         fgetpos
  140. Function         fgets
  141. Function         fmodl
  142. Function         fmod
  143. Function         fopen
  144. Function         fprintf
  145. Function         fputs
  146. Function         fread
  147. Function         free
  148. Function         freopen
  149. Function         frexpl
  150. Function         frexp
  151. Function         fscanf
  152. Function         fseek
  153. Function         fsetpos
  154. Function         ftell
  155. Function         ftime
  156. Function         fwrite
  157. Function         getc
  158. Function         getchar
  159. Function         getenv
  160. Function         gets
  161. Function         gmtime
  162. Function         isalnum
  163. Function         isalpha
  164. Function         iscntrl
  165. Function         isdigit
  166. Function         isgraph
  167. Function         islower
  168. Function         isprint
  169. Function         ispunct
  170. Function         isspace
  171. Function         isupper
  172. Function         isxdigit
  173. Function         labs
  174. Function         ldexpl
  175. Function         ldexp
  176. Function         ldiv
  177. Function         localeconv
  178. Function         localtime
  179. Function         log10
  180. Function         log10l
  181. Function         log
  182. Function         logl
  183. Function         longjmp
  184. Function         malloc
  185. Function         mblen
  186. Function         mbstowcs
  187. Function         mbtowc
  188. Function         memchr
  189. Function         memcmp
  190. Function         memcpy
  191. Function         memmove
  192. Function         memset
  193. Function         mktime
  194. Function         modf
  195. Function         modfl
  196. Function         offsetof
  197. Function         perror
  198. Function         powl
  199. Function         pow
  200. Function         printf
  201. Function         putc
  202. Function         putchar
  203. Function         qsort
  204. Function         raise
  205. Function         rand
  206. Function         realloc
  207. Function         remove
  208. Function         rename
  209. Function         rewind
  210. Function         scanf
  211. Function         setbuf
  212. Function         setjmp
  213. Function         setlocale
  214. Function         setvbuf
  215. Function         signal
  216. Function         sprintf
  217. Function         srand
  218. Function         sscanf
  219. Function         strcat
  220. Function         strchr
  221. Function         strcmp
  222. Function         strcoll
  223. Function         strcpy
  224. Function         strcspn
  225. Function         strerror
  226. Function         strftime
  227. Function         stricmp
  228. Function         strlen
  229. Function         strlwr
  230. Function         strncat
  231. Function         strncmp
  232. Function         strncpy
  233. Function         strpbrk
  234. Function         strrchr
  235. Function         strrev
  236. Function         strset
  237. Function         strspn
  238. Function         strstr
  239. Function         strtok
  240. Function         strtoul
  241. Function         strtol
  242. Function         tanh
  243. Function         tanhl
  244. Function         tanl
  245. Function         tanxfrm
  246. Function         time
  247. Function         tmpfile
  248. Function         tmpnam
  249. Function         tolower
  250. Function         toupper
  251. Function         ungetc
  252. Function         va_arg
  253. Function         va_end
  254. Function         va_start
  255. Function         vfprintf
  256. Function         vsprintf
  257. Function         wcstombs
  258. Function         wctomb
  259.  
  260. ; User Defined tokens (set #1) - We use this group to assign a color
  261. ; to the standard C++ types
  262.  
  263. UserFunc1         char
  264. UserFunc1         class
  265. UserFunc1         double
  266. UserFunc1         enum
  267. UserFunc1         float
  268. UserFunc1         int
  269. UserFunc1         long
  270. UserFunc1         short
  271. UserFunc1         signed
  272. UserFunc1         struct
  273. UserFunc1         union
  274. UserFunc1         unsigned
  275.  
  276. ; User Defined tokens (set #2)
  277. ; Preprocessor directives
  278.  
  279. UserFunc2         define
  280. UserFunc2         elif
  281. UserFunc2         endif
  282. UserFunc2         error
  283. UserFunc2         ifdef
  284. UserFunc2         ifndef
  285. UserFunc2         include
  286. UserFunc2         line
  287. UserFunc2         undef
  288.  
  289. ; User Defined tokens (set #3)
  290. ; Windows API
  291.  
  292. UserFunc3         AccessResource
  293. UserFunc3         AddAtom
  294. UserFunc3         AddFontResource
  295. UserFunc3         AdjustWindowRectEx
  296. UserFunc3         AdjustWindowRect
  297. UserFunc3         AllocDStoCSAlias
  298. UserFunc3         AllocResource
  299. UserFunc3         AllocSelector
  300. UserFunc3         AnimatePalette
  301. UserFunc3         AnsiLower
  302. UserFunc3         AnsiLowerBuff
  303. UserFunc3         AnsiNext
  304. UserFunc3         AnsiPrev
  305. UserFunc3         AnsiToOemBuff
  306. UserFunc3         AnsiToOem
  307. UserFunc3         AnsiUpperBuff
  308. UserFunc3         AnsiUpper
  309. UserFunc3         AnyPopup
  310. UserFunc3         AppendMenu
  311. UserFunc3         Arc
  312. UserFunc3         ArrangeIconicWindows
  313. UserFunc3         BeginDeferWindowPos
  314. UserFunc3         BeginPaint
  315. UserFunc3         BitBlt
  316. UserFunc3         BringWindowToTop
  317. UserFunc3         BuildCommDCB
  318. UserFunc3         CallMsgFilter
  319. UserFunc3         CallWindowProc
  320. UserFunc3         Catch
  321. UserFunc3         ChangeClipboardChain
  322. UserFunc3         ChangeMenu
  323. UserFunc3         ChangeSelector
  324. UserFunc3         CheckDlgButton
  325. UserFunc3         CheckMenuItem
  326. UserFunc3         CheckRadioButton
  327. UserFunc3         ChildWindowFromPoint
  328. UserFunc3         Chord
  329. UserFunc3         ClearCommBreak
  330. UserFunc3         ClientToScreen
  331. UserFunc3         ClipCursor
  332. UserFunc3         CloseClipboard
  333. UserFunc3         CloseComm
  334. UserFunc3         CloseMetaFile
  335. UserFunc3         CloseSound
  336. UserFunc3         CloseWindow
  337. UserFunc3         CombineRgn
  338. UserFunc3         CopyMetaFile
  339. UserFunc3         CopyRect
  340. UserFunc3         CountClipboardFormats
  341. UserFunc3         CountVoiceNotes
  342. UserFunc3         CreateBitmap
  343. UserFunc3         CreateBitmapIndirect
  344. UserFunc3         CreateBrushIndirect
  345. UserFunc3         CreateCaret
  346. UserFunc3         CreateCompatibleBitmap
  347. UserFunc3         CreateCompatibleDC
  348. UserFunc3         CreateCursor
  349. UserFunc3         CreateDC
  350. UserFunc3         CreateDialog
  351. UserFunc3         CreateDialogIndirect
  352. UserFunc3         CreateDialogParam
  353. UserFunc3         CreateDialogIndirectParam
  354. UserFunc3         CreateDIBitmap
  355. UserFunc3         CreateDIBPatternBrush
  356. UserFunc3         CreateDiscardableBitmap
  357. UserFunc3         CreateEllipticRgn
  358. UserFunc3         CreateEllipticRgnIndirect
  359. UserFunc3         CreateFont
  360. UserFunc3         CreateFontIndirect
  361. UserFunc3         CreateHatchBrush
  362. UserFunc3         CreateIC
  363. UserFunc3         CreateIcon
  364. UserFunc3         CreateMenu
  365. UserFunc3         CreateMetaFile
  366. UserFunc3         CreatePalette
  367. UserFunc3         CreatePatternBrush
  368. UserFunc3         CreatePenIndirect
  369. UserFunc3         CreatePen
  370. UserFunc3         CreatePolygonRgn
  371. UserFunc3         CreatePolyPolygonRgn
  372. UserFunc3         CreatePopupMenu
  373. UserFunc3         CreateRectRgnIndirect
  374. UserFunc3         CreateRectRgn
  375. UserFunc3         CreateRoundRectRgn
  376. UserFunc3         CreateSolidBrush
  377. UserFunc3         CreateWindow
  378. UserFunc3         CreateWindowEx
  379. UserFunc3         DebugBreak
  380. UserFunc3         DefDlgProc
  381. UserFunc3         DeferWindowPos
  382. UserFunc3         DefFrameProc
  383. UserFunc3         DefHookProc
  384. UserFunc3         DefMDIChildProc
  385. UserFunc3         DefWindowProc
  386. UserFunc3         DeleteAtom
  387. UserFunc3         DeleteDC
  388. UserFunc3         DeleteMenu
  389. UserFunc3         DeleteMetaFile
  390. UserFunc3         DeleteObject
  391. UserFunc3         DestroyCaret
  392. UserFunc3         DestroyCursor
  393. UserFunc3         DestroyIcon
  394. UserFunc3         DestroyMenu
  395. UserFunc3         DestroyWindow
  396. UserFunc3         DialogBox
  397. UserFunc3         DialogBoxIndirect
  398. UserFunc3         DialogBoxParam
  399. UserFunc3         DialogBoxIndirectParam
  400. UserFunc3         DispatchMessage
  401. UserFunc3         DlgDirListComboBox
  402. UserFunc3         DlgDirList
  403. UserFunc3         DlgDirSelect
  404. UserFunc3         DlgDirSelectComboBox
  405. UserFunc3         DPtoLP
  406. UserFunc3         DrawFocusRect
  407. UserFunc3         DrawIcon
  408. UserFunc3         DrawMenuBar
  409. UserFunc3         DrawText
  410. UserFunc3         Ellipse
  411. UserFunc3         EmptyClipboard
  412. UserFunc3         EnableHardwareInput
  413. UserFunc3         EnableMenuItem
  414. UserFunc3         EnableWindow
  415. UserFunc3         EndDeferWindowPos
  416. UserFunc3         EndDialog
  417. UserFunc3         EndPaint
  418. UserFunc3         EnumChildWindows
  419. UserFunc3         EnumClipboardFormats
  420. UserFunc3         EnumFonts
  421. UserFunc3         EnumMetaFile
  422. UserFunc3         EnumObjects
  423. UserFunc3         EnumTaskWindows
  424. UserFunc3         EqualRect
  425. UserFunc3         EqualRgn
  426. UserFunc3         Escape
  427. UserFunc3         EscapeCommFunction
  428. UserFunc3         ExcludeClipRect
  429. UserFunc3         ExcludeUpdateRgn
  430. UserFunc3         ExitWindows
  431. UserFunc3         ExtFloodFill
  432. UserFunc3         ExtTextOut
  433. UserFunc3         FatalAppExit
  434. UserFunc3         FatalExit
  435. UserFunc3         FillRect
  436. UserFunc3         FillRgn
  437. UserFunc3         FindAtom
  438. UserFunc3         FindResource
  439. UserFunc3         FindWindow
  440. UserFunc3         FlashWindow
  441. UserFunc3         FloodFill
  442. UserFunc3         FlushComm
  443. UserFunc3         FrameRect
  444. UserFunc3         FrameRgn
  445. UserFunc3         FreeModule
  446. UserFunc3         Free
  447. UserFunc3         FreeLibrary
  448. UserFunc3         FreeProcInstance
  449. UserFunc3         FreeResource
  450. UserFunc3         FreeSelector
  451. UserFunc3         GetActiveWindow
  452. UserFunc3         GetAspectRatioFilter
  453. UserFunc3         GetAsyncKeyState
  454. UserFunc3         GetAtomHandle
  455. UserFunc3         GetAtomName
  456. UserFunc3         GetBitmapBits
  457. UserFunc3         GetBitmapDimension
  458. UserFunc3         GetBkColor
  459. UserFunc3         GetBkMode
  460. UserFunc3         GetBrushOrg
  461. UserFunc3         GetCapture
  462. UserFunc3         GetCaretBlinkTime
  463. UserFunc3         GetCaretPos
  464. UserFunc3         GetCharWidth
  465. UserFunc3         GetClassInfo
  466. UserFunc3         GetClassLong
  467. UserFunc3         GetClassName
  468. UserFunc3         GetClassWord
  469. UserFunc3         GetClientRect
  470. UserFunc3         GetClipboardData
  471. UserFunc3         GetClipboardViewer
  472. UserFunc3         GetClipboardFormatName
  473. UserFunc3         GetClipboardOwner
  474. UserFunc3         GetClipBox
  475. UserFunc3         GetCodeHandle
  476. UserFunc3         GetCodeInfo
  477. UserFunc3         GetCommError
  478. UserFunc3         GetCommEventMask
  479. UserFunc3         GetCommState
  480. UserFunc3         GetCurrentPDB
  481. UserFunc3         GetCurrentPosition
  482. UserFunc3         GetCurrentTask
  483. UserFunc3         GetCurrentTime
  484. UserFunc3         GetCursorPos
  485. UserFunc3         GetDCOrg
  486. UserFunc3         GetDC
  487. UserFunc3         GetDesktopHwnd
  488. UserFunc3         GetDesktopWindow
  489. UserFunc3         GetDeviceCaps
  490. UserFunc3         GetDialogBaseUnits
  491. UserFunc3         GetDIBits
  492. UserFunc3         GetDlgCtrlID
  493. UserFunc3         GetDlgItemInt
  494. UserFunc3         GetDlgItem
  495. UserFunc3         GetDlgItemText
  496. UserFunc3         GetDOSEnvironment
  497. UserFunc3         GetDoubleClickTime
  498. UserFunc3         GetDriveType
  499. UserFunc3         GetEnvironment
  500. UserFunc3         GetFocus
  501. UserFunc3         GetFreeSpace
  502. UserFunc3         GetInputState
  503. UserFunc3         GetInstanceData
  504. UserFunc3         GetKBCodePage
  505. UserFunc3         GetKeyboardType
  506. UserFunc3         GetKeyboardState
  507. UserFunc3         GetKeyNameText
  508. UserFunc3         GetKeyState
  509. UserFunc3         GetLastActivePopup
  510. UserFunc3         GetMapMode
  511. UserFunc3         GetMenuCheckMarkDimensions
  512. UserFunc3         GetMenuItemCount
  513. UserFunc3         GetMenuItemID
  514. UserFunc3         GetMenuState
  515. UserFunc3         GetMenu
  516. UserFunc3         GetMenuString
  517. UserFunc3         GetMessagePos
  518. UserFunc3         GetMessageTime
  519. UserFunc3         GetMessage
  520. UserFunc3         GetMetaFileBits
  521. UserFunc3         GetMetaFile
  522. UserFunc3         GetModuleFileName
  523. UserFunc3         GetModuleHandle
  524. UserFunc3         GetModuleUsage
  525. UserFunc3         GetNearestColor
  526. UserFunc3         GetNearestPaletteIndex
  527. UserFunc3         GetNextDlgGroupItem
  528. UserFunc3         GetNextDlgTabItem
  529. UserFunc3         GetNextWindow
  530. UserFunc3         GetNumTasks
  531. UserFunc3         GetObject
  532. UserFunc3         GetPaletteEntries
  533. UserFunc3         GetParent
  534. UserFunc3         GetPixel
  535. UserFunc3         GetPolyFillMode
  536. UserFunc3         GetPriorityClipboardFormat
  537. UserFunc3         GetPrivateProfileInt
  538. UserFunc3         GetPrivateProfileString
  539. UserFunc3         GetProcAddress
  540. UserFunc3         GetProfileInt
  541. UserFunc3         GetProfileString
  542. UserFunc3         GetProp
  543. UserFunc3         GetRgnBox
  544. UserFunc3         GetROP2
  545. UserFunc3         GetScrollPos
  546. UserFunc3         GetScrollRange
  547. UserFunc3         GetStockObject
  548. UserFunc3         GetStretchBltMode
  549. UserFunc3         GetSubMenu
  550. UserFunc3         GetSysColor
  551. UserFunc3         GetSysModalWindow
  552. UserFunc3         GetSystemDirectory
  553. UserFunc3         GetSystemMenu
  554. UserFunc3         GetSystemMetrics
  555. UserFunc3         GetSystemPaletteEntries
  556. UserFunc3         GetSystemPaletteUse
  557. UserFunc3         GetTabbedTextExtent
  558. UserFunc3         GetTempDrive
  559. UserFunc3         GetTempFileName
  560. UserFunc3         GetTextAlign
  561. UserFunc3         GetTextCharacterExtra
  562. UserFunc3         GetTextColor
  563. UserFunc3         GetTextExtent
  564. UserFunc3         GetTextFace
  565. UserFunc3         GetTextMetrics
  566. UserFunc3         GetThresholdEvent
  567. UserFunc3         GetThresholdStatus
  568. UserFunc3         GetTickCount
  569. UserFunc3         GetTopWindow
  570. UserFunc3         GetUpdateRect
  571. UserFunc3         GetUpdateRgn
  572. UserFunc3         GetVersion
  573. UserFunc3         GetViewportExt
  574. UserFunc3         GetViewportOrg
  575. UserFunc3         GetWindowDC
  576. UserFunc3         GetWindowExt
  577. UserFunc3         GetWindowLong
  578. UserFunc3         GetWindowOrg
  579. UserFunc3         GetWindowRect
  580. UserFunc3         GetWindowsDirectory
  581. UserFunc3         GetWindow
  582. UserFunc3         GetWindowTask
  583. UserFunc3         GetWindowTextLength
  584. UserFunc3         GetWindowText
  585. UserFunc3         GetWindowWord
  586. UserFunc3         GetWinFlags
  587. UserFunc3         GlobalAddAtom
  588. UserFunc3         GlobalAlloc
  589. UserFunc3         GlobalCompact
  590. UserFunc3         GlobalDeleteAtom
  591. UserFunc3         GlobalDosAlloc
  592. UserFunc3         GlobalDosFree
  593. UserFunc3         GlobalFindAtom
  594. UserFunc3         GlobalFix
  595. UserFunc3         GlobalFlags
  596. UserFunc3         GlobalFree
  597. UserFunc3         GlobalGetAtomName
  598. UserFunc3         GlobalHandle
  599. UserFunc3         GlobalLock
  600. UserFunc3         GlobalLRUNewest
  601. UserFunc3         GlobalLRUOldest
  602. UserFunc3         GlobalNotify
  603. UserFunc3         GlobalPageLock
  604. UserFunc3         GlobalPageUnlock
  605. UserFunc3         GlobalReAlloc
  606. UserFunc3         GlobalSize
  607. UserFunc3         GlobalUnfix
  608. UserFunc3         GlobalUnlock
  609. UserFunc3         GlobalUnlock
  610. UserFunc3         GlobalUnWire
  611. UserFunc3         GlobalWire
  612. UserFunc3         GrayString
  613. UserFunc3         HideCaret
  614. UserFunc3         HiliteMenuItem
  615. UserFunc3         InflateRect
  616. UserFunc3         InitAtomTable
  617. UserFunc3         InSendMessage
  618. UserFunc3         InsertMenu
  619. UserFunc3         IntersectClipRect
  620. UserFunc3         IntersectRect
  621. UserFunc3         InvalidateRect
  622. UserFunc3         InvalidateRgn
  623. UserFunc3         InvertRect
  624. UserFunc3         InvertRgn
  625. UserFunc3         IsCharAlpha
  626. UserFunc3         IsCharAlphaNumeric
  627. UserFunc3         IsCharLower
  628. UserFunc3         IsCharUpper
  629. UserFunc3         IsChild
  630. UserFunc3         IsClipboardFormatAvailable
  631. UserFunc3         IsDialogMessage
  632. UserFunc3         IsDlgButtonChecked
  633. UserFunc3         IsIconic
  634. UserFunc3         IsRectEmpty
  635. UserFunc3         IsWindowEnabled
  636. UserFunc3         IsWindow
  637. UserFunc3         IsWindowVisible
  638. UserFunc3         IsZoomed
  639. UserFunc3         KillTimer
  640. UserFunc3         lclose
  641. UserFunc3         lcreat
  642. UserFunc3         LimitEmsPages
  643. UserFunc3         LineTo
  644. UserFunc3         llseek
  645. UserFunc3         LoadAccelerators
  646. UserFunc3         LoadBitmap
  647. UserFunc3         Load
  648. UserFunc3         LoadCursor
  649. UserFunc3         LoadIcon
  650. UserFunc3         LoadLibrary
  651. UserFunc3         LoadMenuIndirect
  652. UserFunc3         LoadMenu
  653. UserFunc3         LoadModule
  654. UserFunc3         LoadResource
  655. UserFunc3         LoadString
  656. UserFunc3         LocalAlloc
  657. UserFunc3         LocalCompact
  658. UserFunc3         LocalFlags
  659. UserFunc3         LocalFree
  660. UserFunc3         LocalHandle
  661. UserFunc3         LocalInit
  662. UserFunc3         LocalLock
  663. UserFunc3         LocalReAlloc
  664. UserFunc3         LocalShrink
  665. UserFunc3         LocalSize
  666. UserFunc3         LocalUnlock
  667. UserFunc3         LockResource
  668. UserFunc3         LockSegment
  669. UserFunc3         lopen
  670. UserFunc3         LPtoDP
  671. UserFunc3         lread
  672. UserFunc3         lstrcat
  673. UserFunc3         lstrcmp
  674. UserFunc3         lstrcmpi
  675. UserFunc3         lstrcpy
  676. UserFunc3         lstrlen
  677. UserFunc3         lwrite
  678. UserFunc3         MakeProcInstance
  679. UserFunc3         MapDialogRect
  680. UserFunc3         MapVirtualKey
  681. UserFunc3         MessageBeep
  682. UserFunc3         MessageBox
  683. UserFunc3         ModifyMenu
  684. UserFunc3         MoveTo
  685. UserFunc3         MoveWindow
  686. UserFunc3         MulDiv
  687. UserFunc3         OemKeyScan
  688. UserFunc3         OemToAnsiBuff
  689. UserFunc3         OemToAnsi
  690. UserFunc3         OffsetClipRgn
  691. UserFunc3         OffsetRect
  692. UserFunc3         OffsetRgn
  693. UserFunc3         OffsetViewportOrg
  694. UserFunc3         OffsetWindowOrg
  695. UserFunc3         OpenClipboard
  696. UserFunc3         OpenComm
  697. UserFunc3         OpenFile
  698. UserFunc3         OpenIcon
  699. UserFunc3         OpenSound
  700. UserFunc3         OutputDebugString
  701. UserFunc3         PaintRgn
  702. UserFunc3         PatBlt
  703. UserFunc3         PeekMessage
  704. UserFunc3         Pie
  705. UserFunc3         PlayMetaFileRecord
  706. UserFunc3         PlayMetaFile
  707. UserFunc3         Polygon
  708. UserFunc3         Polyline
  709. UserFunc3         PolyPolygon
  710. UserFunc3         PostAppMessage
  711. UserFunc3         PostMessage
  712. UserFunc3         PostQuitMessage
  713. UserFunc3         PrestoChangoSelector
  714. UserFunc3         ProfClear
  715. UserFunc3         ProfFinish
  716. UserFunc3         ProfFlush
  717. UserFunc3         ProfInsChk
  718. UserFunc3         ProfSampRate
  719. UserFunc3         ProfSetup
  720. UserFunc3         ProfStart
  721. UserFunc3         ProfStop
  722. UserFunc3         PtInRect
  723. UserFunc3         PtInRegion
  724. UserFunc3         PtVisible
  725. UserFunc3         ReadComm
  726. UserFunc3         RealizePalette
  727. UserFunc3         Rectangle
  728. UserFunc3         RectInRegion
  729. UserFunc3         RectVisible
  730. UserFunc3         RegisterClass
  731. UserFunc3         RegisterClipboardFormat
  732. UserFunc3         RegisterWindowMessage
  733. UserFunc3         ReleaseCapture
  734. UserFunc3         ReleaseDC
  735. UserFunc3         RemoveFontResource
  736. UserFunc3         RemoveMenu
  737. UserFunc3         RemoveProp
  738. UserFunc3         ReplyMessage
  739. UserFunc3         ResizePalette
  740. UserFunc3         RestoreDC
  741. UserFunc3         RoundRect
  742. UserFunc3         SaveDC
  743. UserFunc3         ScaleViewportExt
  744. UserFunc3         ScaleWindowExt
  745. UserFunc3         ScreenToClient
  746. UserFunc3         ScrollDC
  747. UserFunc3         ScrollWindow
  748. UserFunc3         SelectClipRgn
  749. UserFunc3         SelectObject
  750. UserFunc3         SelectPalette
  751. UserFunc3         SendDlgItemMessage
  752. UserFunc3         SendMessage
  753. UserFunc3         SetActiveWindow
  754. UserFunc3         SetBitmapBits
  755. UserFunc3         SetBitmapDimension
  756. UserFunc3         SetBkColor
  757. UserFunc3         SetBkMode
  758. UserFunc3         SetBrushOrg
  759. UserFunc3         SetCapture
  760. UserFunc3         SetCaretBlinkTime
  761. UserFunc3         SetCaretPos
  762. UserFunc3         SetClassLong
  763. UserFunc3         SetClassWord
  764. UserFunc3         SetClipboardData
  765. UserFunc3         SetClipboardViewer
  766. UserFunc3         SetCommBreak
  767. UserFunc3         SetCommEventMask
  768. UserFunc3         SetCommState
  769. UserFunc3         SetCursorPos
  770. UserFunc3         SetCursor
  771. UserFunc3         SetDIBitsToDevice
  772. UserFunc3         SetDIBits
  773. UserFunc3         SetDlgItemInt
  774. UserFunc3         SetDlgItemText
  775. UserFunc3         SetDoubleClickTime
  776. UserFunc3         SetEnvironment
  777. UserFunc3         SetErrorMode
  778. UserFunc3         SetFocus
  779. UserFunc3         SetHandleCount
  780. UserFunc3         SetKeyboardState
  781. UserFunc3         SetMapMode
  782. UserFunc3         SetMapperFlags
  783. UserFunc3         SetMenu
  784. UserFunc3         SetMenuItemBitmaps
  785. UserFunc3         SetMessageQueue
  786. UserFunc3         SetMetaFileBits
  787. UserFunc3         SetPaletteEntries
  788. UserFunc3         SetParent
  789. UserFunc3         SetPixel
  790. UserFunc3         SetPolyFillMode
  791. UserFunc3         SetProp
  792. UserFunc3         SetRect
  793. UserFunc3         SetRectEmpty
  794. UserFunc3         SetRectRgn
  795. UserFunc3         SetROP2
  796. UserFunc3         SetScrollPos
  797. UserFunc3         SetScrollRange
  798. UserFunc3         SetSoundNoise
  799. UserFunc3         SetStretchBltMode
  800. UserFunc3         SetSwapAreaSize
  801. UserFunc3         SetSysColors
  802. UserFunc3         SetSysModalWindow
  803. UserFunc3         SetSystemPaletteUse
  804. UserFunc3         SetTextAlign
  805. UserFunc3         SetTextCharacterExtra
  806. UserFunc3         SetTextColor
  807. UserFunc3         SetTextJustification
  808. UserFunc3         SetTimer
  809. UserFunc3         SetViewportExt
  810. UserFunc3         SetViewportOrg
  811. UserFunc3         SetVoiceAccent
  812. UserFunc3         SetVoiceEnvelope
  813. UserFunc3         SetVoiceNote
  814. UserFunc3         SetVoiceQueueSize
  815. UserFunc3         SetVoiceSound
  816. UserFunc3         SetVoiceThreshold
  817. UserFunc3         SetWindowExt
  818. UserFunc3         SetWindowLong
  819. UserFunc3         SetWindowOrg
  820. UserFunc3         SetWindowPos
  821. UserFunc3         SetWindowsHook
  822. UserFunc3         SetWindowText
  823. UserFunc3         SetWindowWord
  824. UserFunc3         ShowCaret
  825. UserFunc3         ShowCursor
  826. UserFunc3         ShowOwnedPopups
  827. UserFunc3         ShowScrollBar
  828. UserFunc3         ShowWindow
  829. UserFunc3         SizeofResource
  830. UserFunc3         StartSound
  831. UserFunc3         StopSound
  832. UserFunc3         StretchBlt
  833. UserFunc3         StretchDIBits
  834. UserFunc3         SwapMouseButton
  835. UserFunc3         SwapRecording
  836. UserFunc3         SwitchStackBack
  837. UserFunc3         SwitchStackTo
  838. UserFunc3         SyncAllVoices
  839. UserFunc3         TabbedTextOut
  840. UserFunc3         TextOut
  841. UserFunc3         Throw
  842. UserFunc3         ToAscii
  843. UserFunc3         TrackPopupMenu
  844. UserFunc3         TranslateMDISysAccel
  845. UserFunc3         TranslateAccelerator
  846. UserFunc3         TranslateMessage
  847. UserFunc3         TransmitCommChar
  848. UserFunc3         UngetCommChar
  849. UserFunc3         UnhookWindowsHook
  850. UserFunc3         UnionRect
  851. UserFunc3         UnlockResource
  852. UserFunc3         UnlockSegment
  853. UserFunc3         UnrealizeObject
  854. UserFunc3         UnregisterClass
  855. UserFunc3         UpdateColors
  856. UserFunc3         UpdateWindow
  857. UserFunc3         ValidateCodeSegments
  858. UserFunc3         ValidateFreeSpaces
  859. UserFunc3         ValidateRect
  860. UserFunc3         ValidateRgn
  861. UserFunc3         VkKeyScan
  862. UserFunc3         WaitMessage
  863. UserFunc3         WaitSoundState
  864. UserFunc3         WindowFromPoint
  865. UserFunc3         WinExec
  866. UserFunc3         WinHelp
  867. UserFunc3         WriteProfileString
  868. UserFunc3         WriteComm
  869. UserFunc3         WritePrivateProfileString
  870. UserFunc3         wsprintf
  871. UserFunc3         wvsprintf
  872. UserFunc3         Yield
  873.  
  874. ; Windows 3.1 specific APIs
  875.  
  876. UserFunc4         AbortDoc
  877. UserFunc4         CallNextHookEx
  878. UserFunc4         CloseDriver
  879. UserFunc4         CopyCursor
  880. UserFunc4         CopyIcon
  881. UserFunc4         CopyLZFile
  882. UserFunc4         CreateScalableFontResource
  883. UserFunc4         DebugOutput
  884. UserFunc4         DefDriverProc
  885. UserFunc4         DirectedYield
  886. UserFunc4         DlgDirSelectComboBoxEx
  887. UserFunc4         DlgDirSelectEx
  888. UserFunc4         DragAcceptFiles
  889. UserFunc4         DragFinish
  890. UserFunc4         DragQueryFile
  891. UserFunc4         DragQueryPoint
  892. UserFunc4         EnableCommNotification
  893. UserFunc4         EnableScrollBar
  894. UserFunc4         EndDocAPI
  895. UserFunc4         EndPage
  896. UserFunc4         EnumFontFamilies
  897. UserFunc4         ExitWindowsExec
  898. UserFunc4         GetAspectRatioFilterEx
  899. UserFunc4         GetBitmapDimensionEx
  900. UserFunc4         GetBoundsRect
  901. UserFunc4         GetBrushOrgEx
  902. UserFunc4         GetCharABCWidths
  903. UserFunc4         GetClipCursor
  904. UserFunc4         GetCurrentPositionEx
  905. UserFunc4         GetCursor
  906. UserFunc4         GetDCEx
  907. UserFunc4         GetDriverInfo
  908. UserFunc4         GetDriverModuleHandle
  909. UserFunc4         GetExpandedName
  910. UserFunc4         GetFileTitle
  911. UserFunc4         GetFontData
  912. UserFunc4         GetFreeSystemResources
  913. UserFunc4         GetGlyphOutline
  914. UserFunc4         GetKerningPairs
  915. UserFunc4         GetMessageExtraInfo
  916. UserFunc4         GetNextDriver
  917. UserFunc4         GetOpenClipboardWindow
  918. UserFunc4         GetOutlineTextMetrics
  919. UserFunc4         GetQueueStatus
  920. UserFunc4         GetRasterizerCaps
  921. UserFunc4         GetSelectorBase
  922. UserFunc4         GetSelectorLimit
  923. UserFunc4         GetSystemDebugState
  924. UserFunc4         GetTextExtentPoint
  925. UserFunc4         GetTimerResolution
  926. UserFunc4         GetViewportExtEx
  927. UserFunc4         GetViewportOrgEx
  928. UserFunc4         GetWinDebugInfo
  929. UserFunc4         GetWindowExtEx
  930. UserFunc4         GetWindowOrgEx
  931. UserFunc4         GetWindowPlacement
  932. UserFunc4         IsBadCodePtr
  933. UserFunc4         IsBadHugeReadPtr
  934. UserFunc4         IsBadHugeWritePtr
  935. UserFunc4         IsBadReadPtr
  936. UserFunc4         IsBadStringPtr
  937. UserFunc4         IsBadWritePtr
  938. UserFunc4         IsDBCSLeadByte
  939. UserFunc4         IsGDIObject
  940. UserFunc4         IsMenu
  941. UserFunc4         IsTask
  942. UserFunc4         LockInput
  943. UserFunc4         LockWindowUpdate
  944. UserFunc4         LogError
  945. UserFunc4         LogParamError
  946. UserFunc4         lstrcpyn
  947. UserFunc4         LZClose
  948. UserFunc4         LZCopy
  949. UserFunc4         LZDone
  950. UserFunc4         LZInit
  951. UserFunc4         LZOpenFile
  952. UserFunc4         LZRead
  953. UserFunc4         LZSeek
  954. UserFunc4         LZStart
  955. UserFunc4         MapWindowPoints
  956. UserFunc4         MoveToEx
  957. UserFunc4         OffsetViewportOrgEx
  958. UserFunc4         OffsetWindowOrgEx
  959. UserFunc4         OpenDriver
  960. UserFunc4         QueryAbort
  961. UserFunc4         QuerySendMessage
  962. UserFunc4         RedrawWindow
  963. UserFunc4         ScaleViewportExtEx
  964. UserFunc4         ScaleWindowExtEx
  965. UserFunc4         ScrollWindowEx
  966. UserFunc4         SendDriverMessage
  967. UserFunc4         SetAbortProc
  968. UserFunc4         SetBitmapDimensionEx
  969. UserFunc4         SetBoundsRect
  970. UserFunc4         SetMetaFileBitsBetter
  971. UserFunc4         SetSelectorBase
  972. UserFunc4         SetSelectorLimit
  973. UserFunc4         SetViewportExtEx
  974. UserFunc4         SetViewportOrgEx
  975. UserFunc4         SetWinDebugInfo
  976. UserFunc4         SetWindowExtEx
  977. UserFunc4         SetWindowOrgEx
  978. UserFunc4         SetWindowPlacement
  979. UserFunc4         SetWindowsHookEx
  980. UserFunc4         SpoolFile
  981. UserFunc4         StartDoc
  982. UserFunc4         StartPage
  983. UserFunc4         SubtractRect
  984. UserFunc4         SystemParametersInfo
  985. UserFunc4         UnhookWindowsHookEx
  986. UserFunc4         WNetAddConnection
  987. UserFunc4         WNetCancelConnection
  988. UserFunc4         WNetGetConnection
  989.  
  990.