Given a COM DLL, extract all classes CLSID and corresponding interface name

前端 未结 3 998
迷失自我
迷失自我 2021-02-09 06:03

My question is similar to Getting CLSID for a DLL file?, I think.

I have a directory with some DLLs, each one implementing one or more COM interfaces. I would like to ge

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-09 06:22

    You might want to look at the source code in WiX's heat utility, which does the same thing:

    http://wix.sourceforge.net/manual-wix3/heat.htm

提交回复
热议问题