I am new to COM programming. I have a COM object (and the associated IClassFactory) everything is ready to work, but I canβt understand how to register the resulting DLL for use by other programs. I also miss the number of GUIDs that I need to scroll.
The COM object I'm trying to register implements the IAudioSessionEvents interface.
I came across the DllRegisterServer and DllUnregisterServer functions, but I did not find clear demonstrations of their use. What keys do they deal with, how are they called, what and when, etc.?
Thanks,
Kevin Montrose
source
share