myfirst.rgs
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. HKCR
  2. {
  3. Mycom.myfirst.1 = s 'myfirst Class'
  4. {
  5. CLSID = s '{5032CCB8-EB73-4B87-93CB-3D46CA2CD43E}'
  6. }
  7. Mycom.myfirst = s 'myfirst Class'
  8. {
  9. CLSID = s '{5032CCB8-EB73-4B87-93CB-3D46CA2CD43E}'
  10. CurVer = s 'Mycom.myfirst.1'
  11. }
  12. NoRemove CLSID
  13. {
  14. ForceRemove {5032CCB8-EB73-4B87-93CB-3D46CA2CD43E} = s 'myfirst Class'
  15. {
  16. ProgID = s 'Mycom.myfirst.1'
  17. VersionIndependentProgID = s 'Mycom.myfirst'
  18. InprocServer32 = s '%MODULE%'
  19. {
  20. val ThreadingModel = s 'Apartment'
  21. }
  22. 'TypeLib' = s '{99167DC9-9A9B-4B44-94DC-5FC6698C3C9D}'
  23. }
  24. }
  25. }