BINDINFO_OPTIONS Enum

Definition

Contains the option flags used in the BINDINFO structure.

public enum class BINDINFO_OPTIONS
public enum class BINDINFO_OPTIONS
enum BINDINFO_OPTIONS
public enum BINDINFO_OPTIONS
type BINDINFO_OPTIONS = 
Public Enum BINDINFO_OPTIONS
Inheritance
BINDINFO_OPTIONS

Fields

BINDINFO_OPTIONS_BINDTOOBJECT 1048576

Indicates that the application is binding to an object.

BINDINFO_OPTIONS_DISABLE_UTF8 262144

Indicates that UTF-8 encoding should be disabled.

BINDINFO_OPTIONS_ENABLE_UTF8 131072

Indicates that 8-bit Unicode Transformation Format (UTF-8) encoding should be enabled.

BINDINFO_OPTIONS_USE_IE_ENCODING 524288

Indicates that Microsoft Internet Explorer's default encoding scheme should be used.

BINDINFO_OPTIONS_WININETFLAG 65536

Indicates that the values contained in the Microsoft.VisualStudio.OLE.Interop.dwOptionFlags member of the BINDINFO structure are Microsoft Win32 Internet API flags.

Applies to