Source code of Windows XP (NT5)
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.

25 lines
365 B

  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