BIND_OPTS Struct

Definition

Caution

Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead. http://go.microsoft.com/fwlink/?linkid=14202

Use BIND_OPTS instead.

public value class BIND_OPTS
[System.Runtime.InteropServices.ComVisible(false)]
public struct BIND_OPTS
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct BIND_OPTS
[<System.Runtime.InteropServices.ComVisible(false)>]
type BIND_OPTS = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type BIND_OPTS = struct
Public Structure BIND_OPTS
Inheritance
BIND_OPTS
Attributes

Remarks

For more information, please see the existing documentation for BIND_OPTS in the com subfolder of the MSDN library.

Fields

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.

Applies to