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.

53 lines
1.9 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999-2000
  5. //
  6. // File: msiehost.idl
  7. //
  8. // Contents: Definitions for Web Browser OC host (not automatable)
  9. //
  10. //----------------------------------------------------------------------------
  11. //=--------------------------------------------------------------------------=
  12. // msiehost.h
  13. //=--------------------------------------------------------------------------=
  14. // (C) Copyright 1999-2000 Microsoft Corporation. All Rights Reserved.
  15. //
  16. // THIS CODE AND INFORMATION IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF
  17. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  18. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  19. // PARTICULAR PURPOSE.
  20. //=--------------------------------------------------------------------------=
  21. //---------------------------------------------------------------------------=
  22. // Definitions for IOleCommandTarget IDs
  23. #ifndef _MSIEHOST_H
  24. #define _MSIEHOST_H
  25. EXTERN_C const GUID CGID_InternetExplorer;
  26. // CGID_InternetExplorer CMDID definitions
  27. #define IECMDID_CLEAR_AUTOCOMPLETE_FOR_FORMS 0
  28. #define IECMDID_SETID_AUTOCOMPLETE_FOR_FORMS 1
  29. #define IECMDID_BEFORENAVIGATE_GETSHELLBROWSE 2
  30. #define IECMDID_BEFORENAVIGATE_DOEXTERNALBROWSE 3
  31. #define IECMDID_BEFORENAVIGATE_GETIDLIST 4
  32. // Takes a VARIANT of type VT_BOOL for pvarargIn
  33. // to set it.
  34. #define IECMDID_SET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW 5
  35. // Sets a VARIANT of type VT_BOOL for pvarargOut
  36. #define IECMDID_GET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW 6
  37. // Values for first parameter of IEID_CLEAR_AUTOCOMPLETE_FOR_FORMS
  38. #define IECMDID_ARG_CLEAR_FORMS_ALL 0
  39. #define IECMDID_ARG_CLEAR_FORMS_ALL_BUT_PASSWORDS 1
  40. #define IECMDID_ARG_CLEAR_FORMS_PASSWORDS_ONLY 2
  41. #endif