home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / pipe / pipeit.rgs < prev    next >
Text File  |  1998-04-02  |  639b  |  25 lines

  1. HKCR
  2. {
  3.     PipeIt.PipeIt.1 = s 'Filter'
  4.     {
  5.         CLSID = s '{F4D85F0E-9B1E-11D1-9504-B7BB1313C77C}'
  6.     }
  7.     PipeIt.PipeIt = s 'Filter'
  8.     {
  9.         CurVer = s 'PipeIt.PipeIt.1'
  10.     }
  11.     ForceRemove CLSID
  12.     {
  13.         ForceRemove {F4D85F0E-9B1E-11D1-9504-B7BB1313C77C} = s 'Filter'
  14.         {
  15.             ProgID = s 'PipeIt.PipeIt.1'
  16.             VersionIndependentProgID = s 'PipeIt.PipeIt'
  17.             InprocServer32 = s '%MODULE%'
  18.             {
  19.                 val ThreadingModel = s ''
  20.             }
  21.             Description = s 'Filter: Filters or pipes a selection from the text editor to a tool (eg., sort.exe) and back into the editor. Can also be used to put text from a tool (eg., dir) into a text file'
  22.         }
  23.     }
  24. }
  25.