BINDINFO_OPTIONS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
BINDINFO_OPTIONS_ENABLE_UTF8 | 131072 | Indicates that 8-bit Unicode Transformation Format (UTF-8) encoding should be enabled. |
BINDINFO_OPTIONS_DISABLE_UTF8 | 262144 | Indicates that UTF-8 encoding should be disabled. |
BINDINFO_OPTIONS_USE_IE_ENCODING | 524288 | Indicates that Microsoft Internet Explorer's default encoding scheme should be used. |
BINDINFO_OPTIONS_BINDTOOBJECT | 1048576 | Indicates that the application is binding to an object. |