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.

34 lines
821 B

  1. //***************************************************************************
  2. //
  3. // Copyright (c) 1992-1999 Microsoft Corporation
  4. //
  5. // File: wmiextinc.h
  6. //
  7. // Description :
  8. // Master include file for the project - includes all other include
  9. // files in it.
  10. //
  11. // Part of : Wbem ADs 3rd party extension
  12. //
  13. // History:
  14. // corinaf 10/19/98 Created
  15. //
  16. //
  17. // Note : Some of these headers are order dependent. Don't change order unless
  18. // you know what you are doing.
  19. //
  20. //***************************************************************************
  21. #include <ole2.h>
  22. #include <windows.h>
  23. #include "activeds.h"
  24. #include "wbemdisp.h" //WMI scripting Interfaces
  25. #include "intf.h"
  26. #include "wbemads.h"
  27. #include "CWMIExtCF.h"
  28. #include "CWMIExtension.h"