home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / newstart / newstart.gbl < prev    next >
Text File  |  1991-08-14  |  1KB  |  40 lines

  1. Declare Function WinHelp Lib "User" (ByVal hWnd As Integer, ByVal lpHelpFile As String, ByVal wCommand As Integer, dwData As Any) As Integer
  2. Declare Function GetWindowsDirectory Lib "Kernel" (ByVal lpBuffer As String, ByVal nSize As Integer) As Integer
  3. Declare Function GetSystemDirectory Lib "Kernel" (ByVal lpBuffer As String, ByVal nSize As Integer) As Integer
  4. Declare Function GetDeviceCaps Lib "GDI" (ByVal hDC As Integer, ByVal nIndex As Integer) As Integer
  5. Global Const TRUE = -1
  6. Global Const FALSE = 0
  7. Global Const HELP_CONTEXT = 1
  8. Global Const HELP_QUIT = 2
  9. Global Const HELP_INDEX = 3
  10. Global Const HELP_HELPONHELP = 4
  11. Global Const DRIVERVERSION = 0
  12. Global Const TECHNOLOGY = 2
  13. Global Const HORZSIZE = 4
  14. Global Const VERTSIZE = 6
  15. Global Const HORZRES = 8
  16. Global Const VERTRES = 10
  17. Global Const BITSPIXEL = 12
  18. Global Const PLANES = 14
  19. Global Const NUMBRUSHES = 16
  20. Global Const NUMPENS = 18
  21. Global Const NUMMARKERS = 20
  22. Global Const NUMFONTS = 22
  23. Global Const NUMCOLORS = 24
  24. Global Const PDEVICESIZE = 26
  25. Global Const CURVECAPS = 28
  26. Global Const LINECAPS = 30
  27. Global Const POLYGONALCAPS = 32
  28. Global Const TEXTCAPS = 34
  29. Global Const CLIPCAPS = 36
  30. Global Const RASTERCAPS = 38
  31. Global Const ASPECTX = 40
  32. Global Const ASPECTY = 42
  33. Global Const ASPECTXY = 44
  34. Global Const LOGPIXELSX = 88
  35. Global Const LOGPIXELSY = 90
  36. Global Const SIZEPALETTE = 104
  37. Global Const NUMRESERVED = 106
  38. Global Const COLORRES = 108
  39.  
  40.