HELLO.REG
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. REGEDIT
  2. ; Registration information for OLE Automation Hello 2.0 Application
  3. ; Version independent registration. Points to Version 2.0
  4. HKEY_CLASSES_ROOTHello.Application = Hello 2.0 Application
  5. HKEY_CLASSES_ROOTHello.ApplicationClsid = {F37C8061-4AD5-101B-B826-00DD01103DE1}
  6. ; Version 2.0 registration
  7. HKEY_CLASSES_ROOTHello.Application.2 = Hello 2.0 Application
  8. HKEY_CLASSES_ROOTHello.Application.2Clsid = {F37C8061-4AD5-101B-B826-00DD01103DE1}
  9.    
  10. HKEY_CLASSES_ROOTCLSID{F37C8061-4AD5-101B-B826-00DD01103DE1} = Hello 2.0 Application
  11. HKEY_CLASSES_ROOTCLSID{F37C8061-4AD5-101B-B826-00DD01103DE1}ProgID = Hello.Application.2
  12. HKEY_CLASSES_ROOTCLSID{F37C8061-4AD5-101B-B826-00DD01103DE1}VersionIndependentProgID = Hello.Application
  13. HKEY_CLASSES_ROOTCLSID{F37C8061-4AD5-101B-B826-00DD01103DE1}LocalServer32 = hello.exe /Automation
  14. HKEY_CLASSES_ROOTCLSID{F37C8061-4AD5-101B-B826-00DD01103DE1}TypeLib = {F37C8060-4AD5-101B-B826-00DD01103DE1}
  15. HKEY_CLASSES_ROOTCLSID{F37C8061-4AD5-101B-B826-00DD01103DE1}Programmable
  16. ; Type library registration information  
  17. HKEY_CLASSES_ROOTTypeLib{F37C8060-4AD5-101B-B826-00DD01103DE1}
  18. HKEY_CLASSES_ROOTTypeLib{F37C8060-4AD5-101B-B826-00DD01103DE1}2.0 = Hello 2.0 Type Library
  19. HKEY_CLASSES_ROOTTypeLib{F37C8060-4AD5-101B-B826-00DD01103DE1}2.0HELPDIR =
  20. ;English
  21. HKEY_CLASSES_ROOTTypeLib{F37C8060-4AD5-101B-B826-00DD01103DE1}2.09win32 = hello.tlb 
  22. ; Interface registration. All interfaces that support vtable binding must be 
  23. ; registered as follows. RegisterTypeLib will do this automatically.
  24. ; IID_IHello = {F37C8062-4AD5-101B-B826-00DD01103DE1}
  25. ; LIBID_Hello = {F37C8060-4AD5-101B-B826-00DD01103DE1}
  26. HKEY_CLASSES_ROOTInterface{F37C8062-4AD5-101B-B826-00DD01103DE1} = IHello
  27. HKEY_CLASSES_ROOTInterface{F37C8062-4AD5-101B-B826-00DD01103DE1}TypeLib = {F37C8060-4AD5-101B-B826-00DD01103DE1}
  28. HKEY_CLASSES_ROOTInterface{F37C8062-4AD5-101B-B826-00DD01103DE1}ProxyStubClsid32 = {00020424-0000-0000-C000-000000000046}