BINDPTR Structure

Définition

Attention

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

Utilisez BINDPTR à la place.

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

Nom Description
lpfuncdesc
Obsolète.

Représente un pointeur vers une FUNCDESC structure.

lptcomp
Obsolète.

Représente un pointeur vers une lptcomp interface.

lpvardesc
Obsolète.

Représente un pointeur vers une VARDESC structure.

S’applique à