BINDPTR 結構

定義

警告

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

請改用 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
繼承
BINDPTR
屬性

備註

如需類型的詳細資訊 BINDPTR ,請參閱 MSDN 程式庫。

欄位

lpfuncdesc
已淘汰.

表示 FUNCDESC 結構的指標。

lptcomp
已淘汰.

表示 lptcomp 介面的指標。

lpvardesc
已淘汰.

表示 VARDESC 結構的指標。

適用於