home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / articles / vbdev / source / pin5b.bas < prev    next >
Encoding:
BASIC Source File  |  1994-11-21  |  130 b   |  8 lines

  1. Option Explicit
  2. Type MyType
  3.     otherbuffer As String * 10
  4.     typebuffer As String * 60
  5. End Type
  6.     Global mt As MyType
  7.  
  8.