home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK11 / MFC / SAMPLES / TESTSERV / TESTSERV.RE$ / testserv
Encoding:
Windows Registry Data  |  1992-01-15  |  1.2 KB  |  33 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.  
  17. // TestServ is the OLE Class name
  18. // AFX OLE Test Server is the human readable name
  19.  
  20. HKEY_CLASSES_ROOT\TestServ = AFX OLE Test Server
  21.  
  22. // the absolute path name of the OLE server's .EXE file
  23. HKEY_CLASSES_ROOT\TestServ\protocol\StdFileEditing\server = C:\C700\MFC\SAMPLES\TESTSERV\TESTSERV.EXE
  24.  
  25. // Verbs for this object type
  26. HKEY_CLASSES_ROOT\TestServ\protocol\StdFileEditing\verb\0 = Edit
  27.  
  28. // Additional data for the server
  29. HKEY_CLASSES_ROOT\TestServ\.credits\testing = AFX OLE Team
  30. HKEY_CLASSES_ROOT\TestServ\.credits\implementation = AFX OLE Team
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33.