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?
source
share