MONIKERPROPERTY enumeration

Contains values that identify properties of a moniker.

Syntax

typedef enum  { 
  MIMETYPEPROP         = 0x00000000,
  USE_SRC_URL          = 0X00000001,
  CLASSIDPROP          = 0x00000002,
  TRUSTEDDOWNLOADPROP  = 0x00000003,
  POPUPLEVELPROP       = 0x00000004
} MONIKERPROPERTY;

Constants

  • MIMETYPEPROP
    Indicates the MIME type associated with the moniker.

  • USE_SRC_URL
    Internet Explorer 6 for Windows XP SP2 and later. Indicates whether to use the source URL of the object. The value should be either "1" to use the source URL or "0" otherwise.

  • CLASSIDPROP
    Internet Explorer 6 for Windows XP SP2 and later. Indicates the CLSID of the object.

  • TRUSTEDDOWNLOADPROP
    Internet Explorer 6 for Windows XP SP2 and later. Indicates whether to trust file downloads. The value should be "1" for trusted downloads or "0" to display the Information Bar. Downloads are untrusted when the navigation was initiated from a zone where URLACTION_AUTOMATIC_DOWNLOAD_UI is disallowed or when the user did not explicitly initiate the navigation (for example, by a mouse click or by a keystroke).

  • POPUPLEVELPROP
    Internet Explorer 6 for Windows XP SP2 and later. Indicates how to manage popup windows. The property can have one of the following values.

    • "0": The Popup Manager is disabled.
    • "1": The Popup Manager is set to low security.
    • "2": The Popup Manager is set to medium security.
    • "3": The Popup Manager is set to high security.
    • "4": The Popup Manager is using a custom security level.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.5

Header

Urlmon.h

IDL

Urlmon.idl