BINDPTR 结构
定义
注意
Use System.Runtime.InteropServices.ComTypes.BINDPTR instead. http://go.microsoft.com/fwlink/?linkid=14202
注意
此 API 现已过时。
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.Obsolete]
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
[<System.Obsolete>]
type BINDPTR = struct
Public Structure BINDPTR
- 继承
- 属性
注解
有关类型的详细信息 BINDPTR ,请参阅 MSDN library。For more information about the BINDPTR type, see the MSDN Library.
字段
| lpfuncdesc |
表示指向 FUNCDESC 结构的指针。Represents a pointer to a FUNCDESC structure. |
| lptcomp |
表示指向 lptcomp 接口的指针。Represents a pointer to a lptcomp interface. |
| lpvardesc |
表示指向 VARDESC 结构的指针。Represents a pointer to a VARDESC structure. |