home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Utility / Registry / RegChk / Source / regchk.glo < prev    next >
Encoding:
Text File  |  1997-07-19  |  196 b   |  7 lines

  1. Attribute VB_Name = "Module1"
  2. Global exitstate%  'state of the stop/exit button
  3. Global drvltr$     'which drive is selected
  4.  
  5. Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
  6.  
  7.