home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / OSERVER / BIBREF.RE$ / bibref
Encoding:
Windows Registry Data  |  1992-01-15  |  1.4 KB  |  36 lines

  1. REGEDIT
  2.  
  3. /////////////////////////////////////////////////////////////////////////////
  4. // Registry initialization file
  5.  
  6. // This is a part of the Microsoft Foundation Classes C++ library.
  7. // Copyright (C) 1992 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // Microsoft Foundation Classes Reference and Microsoft
  12. // QuickHelp documentation provided with the library.
  13. // See these sources for detailed information regarding the
  14. // Microsoft Foundation Classes product.
  15.  
  16. // BibRef is the OLE Class name
  17. // Bibliographical Reference is the human readable name
  18.  
  19. HKEY_CLASSES_ROOT\BibRef = Bibliographical Reference
  20.  
  21. // the absolute path name of the OLE server's .EXE file
  22. HKEY_CLASSES_ROOT\BibRef\protocol\StdFileEditing\server = C:\C700\MFC\SAMPLES\OSERVER\BIBREF.EXE
  23.  
  24. // Verbs for this object type
  25. HKEY_CLASSES_ROOT\BibRef\protocol\StdFileEditing\verb\0 = Edit
  26. // Add additional verbs here
  27. // HKEY_CLASSES_ROOT\BibRef\protocol\StdFileEditing\verb\1 = Reformat
  28. // HKEY_CLASSES_ROOT\BibRef\protocol\StdFileEditing\verb\2 = Summarize
  29.  
  30. // Additional data for the server
  31. HKEY_CLASSES_ROOT\BibRef\.credits\testing = AFX OLE Team
  32. HKEY_CLASSES_ROOT\BibRef\.credits\concept = AFX OLE Team
  33. HKEY_CLASSES_ROOT\BibRef\.credits\implementation = AFX OLE Team
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36.