例如
BEGIN_COM_MAP(CBeeper)  
COM_INTERFACE_ENTRY(IDispatch)  
COM_INTERFACE_ENTRY(IBeeper)  
COM_INTERFACE_ENTRY_TEAR_OFF(IID_ISupportErrorInfo, CBeeper2)
END_COM_MAP( )
主要是为了产生QueryInterface

相关文章:

  • 2021-07-12
  • 2021-08-09
  • 2022-12-23
  • 2021-09-05
  • 2022-02-26
  • 2022-12-23
  • 2021-12-03
  • 2021-10-01
猜你喜欢
  • 2022-01-18
  • 2021-12-02
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
相关资源
相似解决方案