BINDPTR Structure

Définition

Attention

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

Utilisez plutôt BINDPTR.

public value class BINDPTR
[System.Runtime.InteropServices.ComVisible(false)]
public struct BINDPTR
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BINDPTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct BINDPTR
[<System.Runtime.InteropServices.ComVisible(false)>]
type BINDPTR = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BINDPTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type BINDPTR = struct
Public Structure BINDPTR
Héritage
BINDPTR
Attributs

Remarques

Pour plus d’informations sur le BINDPTR type, consultez MSDN Library.

Champs

lpfuncdesc
Obsolète.

Représente un pointeur vers une structure FUNCDESC.

lptcomp
Obsolète.

Représente un pointeur vers une interface lptcomp.

lpvardesc
Obsolète.

Représente un pointeur vers une structure VARDESC.

S’applique à