home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n10 / vb40.exe / WCIMR.EXE / WCREG.CLS < prev    next >
Text File  |  1995-10-01  |  277b  |  15 lines

  1. VERSION 1.0 CLASS
  2. BEGIN
  3.   MultiUse = -1  'True
  4. END
  5. Attribute VB_Name = "WCIMReg"
  6. Attribute VB_Creatable = False
  7. Attribute VB_Exposed = False
  8. Option Explicit
  9.  
  10. ' registry entry important stuff
  11. Public Entry As String
  12. Public DataType As Long
  13. Public Value As Variant
  14.  
  15.