BIND_OPTS Struct

Definition

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

public value class BIND_OPTS
public struct BIND_OPTS
type BIND_OPTS = struct
Public Structure BIND_OPTS
Inheritance
BIND_OPTS

Remarks

For more information, see BIND_OPTS structure.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Fields

cbStruct

Specifies the size, in bytes, of the BIND_OPTS structure.

dwTickCountDeadline

Indicates the amount of time (clock time in milliseconds, as returned by the GetTickCount function) that the caller specified to complete the binding operation.

grfFlags

Controls aspects of moniker binding operations.

grfMode

Represents flags that should be used when opening the file that contains the object identified by the moniker.

Applies to