home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual C++ 4 (2nd Edition) / VisualC4.ISO / servdemo / servdemo.reg < prev    next >
Encoding:
Windows Registry Data  |  1995-09-19  |  1.9 KB  |  31 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. HKEY_CLASSES_ROOT\.SRV = ServDemo.Document
  8. HKEY_CLASSES_ROOT\ServDemo.Document\shell\open\command = SERVDEMO.EXE %1
  9. HKEY_CLASSES_ROOT\ServDemo.Document\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\ServDemo.Document\shell\open\ddeexec\application = SERVDEMO
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\ServDemo.Document = ServDe Document
  15. HKEY_CLASSES_ROOT\ServDemo.Document\protocol\StdFileEditing\server = SERVDEMO.EXE
  16. HKEY_CLASSES_ROOT\ServDemo.Document\protocol\StdFileEditing\verb\0 = &Edit
  17. HKEY_CLASSES_ROOT\ServDemo.Document\Insertable =
  18. HKEY_CLASSES_ROOT\ServDemo.Document\CLSID = {D1B122C0-F277-11CE-8F29-BD0C02C41026}
  19.  
  20. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026} = ServDe Document
  21. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\DefaultIcon = SERVDEMO.EXE,1
  22. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\LocalServer32 = SERVDEMO.EXE
  23. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\ProgId = ServDemo.Document
  24. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\MiscStatus = 32
  25. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\AuxUserType\3 = ServDemo
  26. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\AuxUserType\2 = ServDe
  27. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\Insertable = 
  28. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\verb\1 = &Open,0,2
  29. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\verb\0 = &Edit,0,2
  30. HKEY_CLASSES_ROOT\CLSID\{D1B122C0-F277-11CE-8F29-BD0C02C41026}\InprocHandler32 = ole32.dll
  31.