home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / tag_it / global.bas < prev    next >
BASIC Source File  |  1993-11-08  |  213b  |  16 lines

  1. Type POINTAPI
  2.     x As Integer
  3.     Y As Integer
  4. End Type
  5.  
  6. Type MSG
  7.     hWnd As Integer
  8.     message As Integer
  9.     wParam As Integer
  10.     lParam As Long
  11.     time As Long
  12.     pt As POINTAPI
  13. End Type
  14.  
  15.  
  16.