储能工商业-261Kwh-功率计划曲线App
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.

IFace.h 383B

12345678910111213141516171819202122232425
  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. {
  15. #endif
  16. extern const IID IID_IUnknown;
  17. extern const IID IID_IEmsApp;
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif /* INCLUDE_IFACE_H_ */