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.

21 lines
307 B

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