BIND_OPTS Estrutura

Definição

Cuidado

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

Cuidado

Esta API agora é obsoleta.

Use BIND_OPTS em seu lugar.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.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
Herança
BIND_OPTS
Atributos

Comentários

Para obter mais informações, consulte a documentação existente para BIND_OPTS na subpasta com da biblioteca MSDN.For more information, please see the existing documentation for BIND_OPTS in the com subfolder of the MSDN library.

Campos

cbStruct

Especifica o tamanho da estrutura BIND_OPTS em bytes.Specifies the size of the BIND_OPTS structure in bytes.

dwTickCountDeadline

Indica a quantidade de tempo (tempo de relógio, em milissegundos, conforme retornado pela função GetTickCount) que o chamador especificou para concluir a operação de associação.Indicates the amount of time (clock time in milliseconds, as returned by the GetTickCount function) the caller specified to complete the binding operation.

grfFlags

Controla os aspectos das operações de associação de moniker.Controls aspects of moniker binding operations.

grfMode

Sinalizadores que devem ser usados ao abrir o arquivo que contém o objeto identificado pelo moniker.Flags that should be used when opening the file that contains the object identified by the moniker.

Aplica-se a