Is there a way to get a list of registered COM interfaces on a Windows machine with GUIDs?
Before anyone thinks that this is not programming, I need this data to refer to the COM interface in F # (or C #) for interfaces that tlbimp does not provide.
source share