Leaked source code of windows server 2003
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.

29 lines
382 B

  1. /*++
  2. Copyright (C) 2000-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #pragma warning (disable : 4786)
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #define WIN32_NO_STATUS
  12. #include <ole2.h>
  13. #include <windows.h>
  14. #include "corepol.h"
  15. #include <comdef.h>
  16. #include <helper.h>
  17. #include <strsafe.h>
  18. #include <autoptr.h>