BINDINFO_OPTIONS Enumeration

 

Contains the option flags used in the BINDINFO structure.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum BINDINFO_OPTIONS

Member nameDescription
BINDINFO_OPTIONS_BINDTOOBJECT

Indicates that the application is binding to an object.

BINDINFO_OPTIONS_DISABLE_UTF8

Indicates that UTF-8 encoding should be disabled.

BINDINFO_OPTIONS_ENABLE_UTF8

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

BINDINFO_OPTIONS_USE_IE_ENCODING

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

BINDINFO_OPTIONS_WININETFLAG

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

Return to top
Show: