When should I register my COM interface in HKCR \ Interface?

It displays the subtree HKCR \ Interface, where I can register my new COM interface. As I understand it, it would be needed in two cases:

  • if I want to enable marshalling - then I can register a proxy server there
  • if I want to post additional information about my component so that other developers can look for the interface identifier and find its readable name under HKCR \ Interface {InterfaceId} \ Default.

Are there any other scripts needed to register my interface in HKCR \ Interface?

+3
source share
1 answer

HKCR\Interface\IID. , .

OLE, Visual Basic, .

+3

Source: https://habr.com/ru/post/1721196/


All Articles