协能can协议
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526
  1. /**
  2. * @content:组件标识符定义头文件
  3. * @time:2016-10-6
  4. * @author:Mr_zhu
  5. * @version: V1.0
  6. * @describe:
  7. * 1#2016-10-6#V1.0#首次生成
  8. */
  9. #ifndef INCLUDE_IFACE_H_
  10. #define INCLUDE_IFACE_H_
  11. #include "Type.h"
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. extern const IID IID_IUnknown;
  16. extern const IID IID_IProtocol;
  17. extern const ProgID ProgID_IProtocol;
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif /* INCLUDE_IFACE_H_ */