BIND_OPTS Structure

Définition

Attention

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

Utilisez plutôt BIND_OPTS.

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
Héritage
BIND_OPTS
Attributs

Remarques

Pour plus d’informations, consultez la documentation existante pour BIND_OPTS dans le sous-dossier com de la bibliothèque MSDN.

Champs

cbStruct
Obsolète.

Spécifie la taille de la structure BIND_OPTS en octets.

dwTickCountDeadline
Obsolète.

Indique la période (heure de l'horloge en millisecondes, telle que retournée par la fonction GetTickCount) afin que l'appelant spécifié termine l'opération de liaison.

grfFlags
Obsolète.

Contrôle les aspects des opérations de liaison de moniker.

grfMode
Obsolète.

Indicateurs devant être utilisés lors de l'ouverture du fichier qui contient l'objet identifié par le moniker.

S’applique à