BINDPTR Estructura

Definición

Precaución

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

Utilice BINDPTR en su lugar.

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
Herencia
BINDPTR
Atributos

Comentarios

Para obtener más información sobre el BINDPTR tipo, vea MSDN Library.

Campos

lpfuncdesc
Obsoletos.

Representa un puntero a una estructura FUNCDESC.

lptcomp
Obsoletos.

Representa un puntero a una interfaz lptcomp.

lpvardesc
Obsoletos.

Representa un puntero a una estructura VARDESC.

Se aplica a