Share via


BINDINFO_OPTIONS (Windows Embedded CE 6.0)

1/6/2010

This enumeration contains the option flags used in the BINDINFO structure.

Syntax

typedef enum {
  BINDINFO_OPTIONS_WININETFLAG = 0x00010000,
  BINDINFO_OPTIONS_ENABLE_UTF8 = 0x00020000,
  BINDINFO_OPTIONS_DISABLE_UTF8 = 0x00040000,
  BINDINFO_OPTIONS_USE_IE_ENCODING = 0x00080000,
  BINDINFO_OPTIONS_BINDTOOBJECT = 0x00100000
} BINDINFO_OPTIONS;

Elements

  • BINDINFO_OPTIONS_WININETFLAG
    Indicates that the values contained in the dwOptionFlags member of the BINDINFO structure are Win32 Internet API flags.
  • BINDINFO_OPTIONS_ENABLE_UTF8
    Indicates that UTF8 encoding should be enabled.
  • BINDINFO_OPTIONS_DISABLE_UTF8
    Indicates that UTF8 encoding should be disabled.
  • BINDINFO_OPTIONS_USE_IE_ENCODING
    Indicates that Microsoft® Internet Explorer's default encoding scheme should be used.
  • BINDINFO_OPTIONS_BINDTOOBJECT
    Indicates that the application is binding to an object.

Requirements

Header urlmon.h, urlmon.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

URL Moniker Services Enumerations
BINDINFO