WbemIdl.h 376 B

1234567891011121314151617181920212223242526
  1. /*++
  2. Copyright © Microsoft Corporation. All rights reserved.
  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