BINDPTR 结构

定义

注意

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

请改用 BINDPTR

C#
[System.Runtime.InteropServices.ComVisible(false)]
public struct BINDPTR
C#
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BINDPTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct BINDPTR
继承
BINDPTR
属性

注解

有关类型的详细信息 BINDPTR ,请参阅 MSDN 库。

字段

lpfuncdesc
已过时.

表示指向 FUNCDESC 结构的指针。

lptcomp
已过时.

表示指向 lptcomp 接口的指针。

lpvardesc
已过时.

表示指向 VARDESC 结构的指针。

适用于

产品 版本 (已过时)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)