BIND_OPTS Structure
Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | cbStruct | Specifies the size of the BIND_OPTS structure in bytes. |
![]() | dwTickCountDeadline | Indicates the amount of time (clock time in milliseconds, as returned by the GetTickCount function) the caller specified to complete the binding operation. |
![]() | grfFlags | Controls aspects of moniker binding operations. |
![]() | grfMode | Flags that should be used when opening the file that contains the object identified by the moniker. |
For more information, please see the existing documentation for BIND_OPTS in the com subfolder of the MSDN library.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

