BIND_OPTS Estructura

Definición

Precaución

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

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.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
Herencia
BIND_OPTS
Atributos

Comentarios

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

Campos

cbStruct
Obsoletos.

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

dwTickCountDeadline
Obsoletos.

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
Obsoletos.

Controla algunos aspectos de las operaciones de enlace de moniker.

grfMode
Obsoletos.

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

Se aplica a