WbemIdl.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*++
  2. Copyright (C) 1996-2001 Microsoft Corporation
  3. Module Name:
  4.     WBEMIDL.H
  5. Abstract:
  6.   Include file for all WBEM related interface definitions. To be included
  7.   in projects that use any WBEM interfaces.
  8. History:
  9. --*/
  10. #ifndef __WBEMIDL_H_
  11. #define __WBEMIDL_H_
  12. #include <wbemcli.h>
  13. #include <wbemprov.h>
  14. #include <wbemtran.h>
  15. #include <wbemdisp.h>
  16. #endif