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.

46 lines
1.6 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. // Values for first parameter of IEID_CLEAR_AUTOCOMPLETE_FOR_FORMS
  33. #define IECMDID_ARG_CLEAR_FORMS_ALL 0
  34. #define IECMDID_ARG_CLEAR_FORMS_ALL_BUT_PASSWORDS 1
  35. #define IECMDID_ARG_CLEAR_FORMS_PASSWORDS_ONLY 2
  36. #endif