home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / clip_sib / clipsib.glb < prev    next >
Text File  |  1991-11-03  |  259b  |  13 lines

  1. '-- Used by the API OpenFile function.
  2.  
  3. Type OFSTRUCT
  4.         cBytes As String * 1
  5.         fFixedDisk As String * 1
  6.         nErrCode As Integer
  7.         reserved As String * 4
  8.         szPathName As String * 128
  9. End Type
  10.  
  11. Global Buffer As OFSTRUCT
  12.  
  13.