BIND_OPTS Estructura

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Utilice BIND_OPTS en su lugar.

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.Obsolete]
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
[<System.Obsolete>]
type BIND_OPTS = struct
Public Structure BIND_OPTS
Herencia
BIND_OPTS
Atributos

Comentarios

Para obtener más información, vea la documentación existente para BIND_OPTS en la subcarpeta com de MSDN Library.

Campos

cbStruct

Especifica el tamaño en bytes de la estructura BIND_OPTS.

dwTickCountDeadline

Indica la cantidad de tiempo (tiempo de reloj, en milisegundos, tal y como lo devuelve la función GetTickCount) que el llamador especificó para completar la operación de enlace.

grfFlags

Controla algunos aspectos de las operaciones de enlace de moniker.

grfMode

Marcadores que deben utilizarse al abrir el archivo que contiene el objeto identificado por el moniker.

Se aplica a