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.

38 lines
855 B

  1. //*************************************************************
  2. //
  3. // Copyright (c) Microsoft Corporation 1998
  4. // All rights reserved
  5. //
  6. // appmgmt.hxx
  7. //
  8. // Header file for appmgmt project.
  9. //
  10. //*************************************************************
  11. #ifndef __APPMGEXT_HXX__
  12. #define __APPMGEXT_HXX__
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. #include <malloc.h>
  18. #include <userenv.h>
  19. #include <ole2.h>
  20. #include <msi.h>
  21. #include <msip.h>
  22. #define SECURITY_WIN32
  23. #include <security.h>
  24. #include <shellapi.h>
  25. #include <appmgmt.h>
  26. #include "cs.h"
  27. #include "app.h"
  28. #include "common.hxx"
  29. #include "bind.hxx"
  30. #include "cltevnts.hxx"
  31. #include "registry.hxx"
  32. typedef WINSHELLAPI BOOL (WINAPI SHELLEXECUTEEXW)(LPSHELLEXECUTEINFOW lpExecInfo);
  33. #endif // !defined(__APPMGMT_HXX__)