Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Runtime.​InteropServices.​ComTypes.​BIND_OPTS

Assembly: System.Runtime.InteropServices

Stores the parameters that are used during a moniker binding operation.

Fields and Constants

public int
cbStruct
Specifies the size, in bytes, of the <see langword="BIND_OPTS" /> structure.
public int
dwTickCountDeadline
Indicates the amount of time (clock time in milliseconds, as returned by the <see langword="GetTickCount" /> function) that the caller specified to complete the binding operation.
public int
grfFlags
Controls aspects of moniker binding operations.
public int
grfMode
Represents flags that should be used when opening the file that contains the object identified by the moniker.

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object